diff --git a/Cargo.lock b/Cargo.lock index 1630b002..5704de66 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3293,9 +3293,9 @@ dependencies = [ [[package]] name = "uuid" -version = "1.3.1" +version = "1.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b55a3fef2a1e3b3a00ce878640918820d3c51081576ac657d23af9fc7928fdb" +checksum = "0fa2982af2eec27de306107c027578ff7f423d65f7250e40ce0fea8f45248b81" dependencies = [ "getrandom", ] diff --git a/Cargo.toml b/Cargo.toml index 9440fc4d..865a11c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ tonic = "0.9" tonic-build = "0.9" tracing = { version = "0.1" } tracing-subscriber = { version = "0.3", features = ["env-filter"] } -uuid = { version = "1.2.1", features = ["v4"] } +uuid = { version = "1.3.4", features = ["v4"] } url = "2.2" test-case = "2.2.2"