diff --git a/Cargo.lock b/Cargo.lock index 0cad36ed6b..b25defee90 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7753,12 +7753,12 @@ checksum = "0bb6d972f580f8223cb7052d8580aea2b7061e368cf476de32ea9457b19459ed" [[package]] name = "uuid" -version = "1.12.0" +version = "1.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "744018581f9a3454a9e15beb8a33b017183f1e7c0cd170232a2d1453b23a51c4" +checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9" dependencies = [ "atomic", - "getrandom 0.2.15", + "getrandom 0.3.1", "md-5", "serde", "sha1_smol", diff --git a/Cargo.toml b/Cargo.toml index fbd1a134d4..79f5533082 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -178,7 +178,7 @@ uu_touch = "0.0.30" uu_whoami = "0.0.30" uu_uname = "0.0.30" uucore = "0.0.30" -uuid = "1.12.0" +uuid = "1.16.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 0deb318ed8..ce91ab3d2f 100644 --- a/crates/nu_plugin_polars/Cargo.toml +++ b/crates/nu_plugin_polars/Cargo.toml @@ -38,7 +38,7 @@ polars-utils = { version = "0.46"} typetag = "0.2" env_logger = "0.11.3" log.workspace = true -uuid = { version = "1.12", features = ["v4", "serde"] } +uuid = { version = "1.16", features = ["v4", "serde"] } # Do to a compile error with polars, this included to force the raw dependency hashbrown = { version = "0.15", features = ["rayon", "serde"] }