diff --git a/Cargo.lock b/Cargo.lock index 4be04468..1c4a5000 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3607,7 +3607,7 @@ dependencies = [ "tracing", "tracing-subscriber", "urlencoding", - "uuid 1.26.0", + "uuid 1.26.1", "variantly", "vob", ] @@ -3642,7 +3642,7 @@ dependencies = [ "tokio-tungstenite", "tracing", "utoipa", - "uuid 1.26.0", + "uuid 1.26.1", ] [[package]] @@ -6108,7 +6108,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" dependencies = [ "fastrand", - "getrandom 0.4.3", + "getrandom 0.3.4", "once_cell", "rustix", "windows-sys 0.61.2", @@ -6848,9 +6848,9 @@ dependencies = [ [[package]] name = "uuid" -version = "1.26.0" +version = "1.26.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5772d71c9be8a8a6ac2117d949c5b224c1b72241bb611d9a3012edcf8af7812" +checksum = "2ef6dac1e96601b4fb3acccccff2139741fcb757cb9a36089bf5be91cfb285ce" dependencies = [ "getrandom 0.4.3", "js-sys",