diff --git a/Cargo.lock b/Cargo.lock index f48283c53..47eb8a5ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4849,9 +4849,9 @@ dependencies = [ [[package]] name = "uuid" -version = "1.3.0" +version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1674845326ee10d37ca60470760d4288a6f80f304007d92e5c53bab78c9cfd79" +checksum = "5b55a3fef2a1e3b3a00ce878640918820d3c51081576ac657d23af9fc7928fdb" dependencies = [ "getrandom 0.2.8", "serde", diff --git a/Cargo.toml b/Cargo.toml index 54ed9df48..98dcf5971 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -155,7 +155,7 @@ tracing-forest = { git = "https://github.com/QnnOkabayashi/tracing-forest.git", url = "^2.3.1" urlencoding = "2.1.2" users = "^0.11.0" -uuid = "^1.3.0" +uuid = "^1.3.1" validator = "^0.16.0"