diff --git a/Cargo.lock b/Cargo.lock index 0cd85ee..1977419 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -318,9 +318,9 @@ dependencies = [ [[package]] name = "fastrand" -version = "2.2.0" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "486f806e73c5707928240ddc295403b1b93c96a02038563881c4a2fd84b81ac4" +checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" [[package]] name = "fnv" diff --git a/Cargo.toml b/Cargo.toml index 8a64193..bbf7760 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ bytes = "1.9" bincode = "1.3" toml = "0.8" thiserror = "2.0" -fastrand = "2.2" +fastrand = "2.3" tower-http = { version = "0.6", features = ["fs", "trace", "cors"] } siphasher = "1.0"