diff --git a/Cargo.lock b/Cargo.lock index 422dfafffd..54a861d765 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6775,9 +6775,9 @@ checksum = "96f26868814bf1ca9deec910a08007c93eb1d8e407ce36451999d4c1c1ea6767" [[package]] name = "uuid" -version = "1.10.0" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314" +checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a" dependencies = [ "getrandom", "serde", diff --git a/Cargo.toml b/Cargo.toml index e121b77d92..b9042f7c1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -172,7 +172,7 @@ uu_mv = "0.0.27" uu_whoami = "0.0.27" uu_uname = "0.0.27" uucore = "0.0.27" -uuid = "1.10.0" +uuid = "1.11.0" v_htmlescape = "0.15.0" wax = "0.6" which = "6.0.0" diff --git a/crates/nu_plugin_polars/Cargo.toml b/crates/nu_plugin_polars/Cargo.toml index e91928869a..b05d8d6811 100644 --- a/crates/nu_plugin_polars/Cargo.toml +++ b/crates/nu_plugin_polars/Cargo.toml @@ -39,7 +39,7 @@ polars-utils = { version = "0.41"} typetag = "0.2" env_logger = "0.11.3" log.workspace = true -uuid = { version = "1.10", features = ["v4", "serde"] } +uuid = { version = "1.11", 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"] }