diff --git a/Cargo.lock b/Cargo.lock index c02023f63..7d85c3eb6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5672,9 +5672,9 @@ checksum = "6de61731e36d52d3babb63e2dce8fe648e2644e9ddfe2621e0eea699022051a6" [[package]] name = "uuid" -version = "1.4.1" +version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d" +checksum = "88ad59a7560b41a70d191093a945f0b87bc1deeda46fb237479708a1d6b6cdfc" dependencies = [ "getrandom", ] diff --git a/crates/nu-cli/Cargo.toml b/crates/nu-cli/Cargo.toml index fe2a09791..09726ac2b 100644 --- a/crates/nu-cli/Cargo.toml +++ b/crates/nu-cli/Cargo.toml @@ -39,7 +39,7 @@ percent-encoding = "2" pathdiff = "0.2" sysinfo = "0.29" unicode-segmentation = "1.10" -uuid = { version = "1.4.1", features = ["v4"] } +uuid = { version = "1.5.0", features = ["v4"] } [features] plugin = [] diff --git a/crates/nu-command/Cargo.toml b/crates/nu-command/Cargo.toml index 5150b3d8e..386d9e0ce 100644 --- a/crates/nu-command/Cargo.toml +++ b/crates/nu-command/Cargo.toml @@ -88,7 +88,7 @@ unicode-segmentation = "1.10" ureq = { version = "2.8", default-features = false, features = ["charset", "gzip", "json", "native-tls"] } url = "2.2" uu_cp = "0.0.22" -uuid = { version = "1.3", features = ["v4"] } +uuid = { version = "1.5", features = ["v4"] } wax = { version = "0.6" } which = { version = "4.4", optional = true } bracoxide = "0.1.2"