diff --git a/Cargo.lock b/Cargo.lock index 774896f..53a7bf8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2600,9 +2600,9 @@ dependencies = [ [[package]] name = "quinn-proto" -version = "0.11.13" +version = "0.11.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31" +checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098" dependencies = [ "bytes", "getrandom 0.3.4", @@ -3831,7 +3831,7 @@ dependencies = [ "http-body-util", "image", "jsonwebtoken", - "rand 0.8.5", + "rand 0.9.2", "redis", "rust-s3", "serde", diff --git a/crates/api/Cargo.toml b/crates/api/Cargo.toml index 7ff4161..07fb1e2 100644 --- a/crates/api/Cargo.toml +++ b/crates/api/Cargo.toml @@ -23,7 +23,7 @@ rust-s3 = { version = "=0.37.1", default-features = false, features = ["tokio-ru sha2 = "0.10" subtle = "2" hex = "0.4" -rand = "0.8" +rand = "0.10" async-nats = "0.38" utoipa = { version = "5", features = ["axum_extras", "chrono", "uuid"] } utoipa-swagger-ui = { version = "9", features = ["axum", "reqwest"] }