From 544cea95e15c0f2990634e370b66c91b4977abc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jan 2023 12:48:49 +0000 Subject: [PATCH] Bump uuid from 1.1.2 to 1.2.2 (#7734) --- Cargo.lock | 4 ++-- crates/nu-command/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7c1066e0f..2b77e1857 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5423,9 +5423,9 @@ checksum = "936e4b492acfd135421d8dca4b1aa80a7bfc26e702ef3af710e0752684df5372" [[package]] name = "uuid" -version = "1.1.2" +version = "1.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd6469f4314d5f1ffec476e05f17cc9a78bc7a27a6a857842170bdf8d6f98d2f" +checksum = "422ee0de9031b5b948b97a8fc04e3aa35230001a722ddd27943e0be31564ce4c" dependencies = [ "getrandom 0.2.7", ] diff --git a/crates/nu-command/Cargo.toml b/crates/nu-command/Cargo.toml index 31dd4d6fd..bded2fea4 100644 --- a/crates/nu-command/Cargo.toml +++ b/crates/nu-command/Cargo.toml @@ -90,7 +90,7 @@ toml = "0.5.8" unicode-segmentation = "1.8.0" url = "2.2.1" percent-encoding = "2.2.0" -uuid = { version = "1.1.2", features = ["v4"] } +uuid = { version = "1.2.2", features = ["v4"] } which = { version = "4.3.0", optional = true } reedline = { version = "0.14.0", features = ["bashisms", "sqlite"]} wax = { version = "0.5.0" }