diff --git a/Cargo.lock b/Cargo.lock index 8169e0b30b..1fdc6e79b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7980,9 +7980,9 @@ checksum = "86b4d8c991cc252d4b4ea2958d0d842e36af0d1ca7f1fdc4fdce8fd0a2ff6e9c" [[package]] name = "uuid" -version = "1.11.0" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a" +checksum = "744018581f9a3454a9e15beb8a33b017183f1e7c0cd170232a2d1453b23a51c4" dependencies = [ "getrandom", "serde", diff --git a/Cargo.toml b/Cargo.toml index 604d2d2260..1692c44ed2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -174,7 +174,7 @@ uu_touch = "0.0.28" uu_whoami = "0.0.28" uu_uname = "0.0.28" uucore = "0.0.28" -uuid = "1.11.0" +uuid = "1.12.0" v_htmlescape = "0.15.0" wax = "0.6" web-time = "1.1.0" diff --git a/crates/nu_plugin_polars/Cargo.toml b/crates/nu_plugin_polars/Cargo.toml index 665116f651..cc3e87ed92 100644 --- a/crates/nu_plugin_polars/Cargo.toml +++ b/crates/nu_plugin_polars/Cargo.toml @@ -39,7 +39,7 @@ polars-utils = { version = "0.44"} typetag = "0.2" env_logger = "0.11.3" log.workspace = true -uuid = { version = "1.11", features = ["v4", "serde"] } +uuid = { version = "1.12", features = ["v4", "serde"] } # Do to a compile error with polars, this included to force the raw dependency hashbrown = { version = "0.14", features = ["rayon", "ahash", "serde", "raw"] }