diff --git a/Cargo.lock b/Cargo.lock index 4dec7585c..297fc48b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5619,9 +5619,9 @@ checksum = "936e4b492acfd135421d8dca4b1aa80a7bfc26e702ef3af710e0752684df5372" [[package]] name = "uuid" -version = "1.2.2" +version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "422ee0de9031b5b948b97a8fc04e3aa35230001a722ddd27943e0be31564ce4c" +checksum = "1674845326ee10d37ca60470760d4288a6f80f304007d92e5c53bab78c9cfd79" dependencies = [ "getrandom 0.2.7", ] diff --git a/crates/nu-command/Cargo.toml b/crates/nu-command/Cargo.toml index 69abdc383..c6f798504 100644 --- a/crates/nu-command/Cargo.toml +++ b/crates/nu-command/Cargo.toml @@ -95,7 +95,7 @@ toml = "0.7.1" unicode-segmentation = "1.10.0" unicode-width = "0.1.10" url = "2.2.1" -uuid = { version = "1.2.2", features = ["v4"] } +uuid = { version = "1.3.0", features = ["v4"] } wax = { version = "0.5.0" } which = { version = "4.4.0", optional = true } print-positions = "0.6.1"