diff --git a/Cargo.lock b/Cargo.lock index 2c3c683..4493723 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3418,9 +3418,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uuid" -version = "1.11.0" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a" +checksum = "b913a3b5fe84142e269d63cc62b64319ccaf89b748fc31fe025177f767a756c4" dependencies = [ "getrandom", "rand 0.8.5", diff --git a/Cargo.toml b/Cargo.toml index 1dc728e..f00503c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ pest_derive = "2.7.15" futures = "0.3.31" tokio = { version = "1.42.0", features = ["full"] } axum = { version = "0.8.1", features = ["ws"] } -uuid = { version = "1.11.0", features = ["v4", "fast-rng"] } +uuid = { version = "1.11.1", features = ["v4", "fast-rng"] } base64 = "0.22.1" indicatif = "0.17.9"