diff --git a/Cargo.lock b/Cargo.lock index b035bf4ed..5ddc9884b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3771,9 +3771,9 @@ dependencies = [ [[package]] name = "uuid" -version = "1.7.0" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f00cc9702ca12d3c81455259621e676d0f7251cec66a21e98fe2e9a37db93b2a" +checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0" dependencies = [ "getrandom", "serde", diff --git a/Cargo.toml b/Cargo.toml index 0c19cbd55..7f8d82374 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ tracing = { version = "0.1", default-features = false, features = [ "std", "attr tracing-subscriber = { version = "0.3", default-features = false, features = [ "std", "fmt", "ansi", "smallvec", "tracing-log", "local-time", "env-filter" ] } uint = { version = "0.9", default-features = false } url = { version = "2.3", default-features = false } -uuid = { version = "1.3", default-features = false, features = [ "v4" ] } +uuid = { version = "1.8", default-features = false, features = [ "v4" ] } # Optional chrono = { version = "0.4", default-features = false, features = [ "std" ], optional = true }