diff --git a/Cargo.lock b/Cargo.lock index 6865d4447..8b9d764ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1680,7 +1680,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "27cea6e7f512d43b098939ff4d5a5d6fe3db07971e1d05176fe26c642d33f5b8" dependencies = [ "getrandom 0.3.3", - "rand 0.9.2", + "rand 0.9.3", "siphasher 1.0.1", "wide", ] @@ -2987,7 +2987,7 @@ dependencies = [ "p256", "parking_lot", "prometheus", - "rand 0.9.2", + "rand 0.9.3", "redis", "regex", "reqwest 0.12.23", @@ -3258,7 +3258,7 @@ dependencies = [ "hyper 1.6.0", "hyper-util", "log", - "rand 0.9.2", + "rand 0.9.3", "regex", "serde_json", "serde_urlencoded", @@ -4014,7 +4014,7 @@ dependencies = [ "fastbloom", "getrandom 0.3.3", "lru-slab", - "rand 0.9.2", + "rand 0.9.3", "ring", "rustc-hash 2.1.1", "rustls 0.23.31", @@ -4082,9 +4082,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.9.2" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" +checksum = "7ec095654a25171c2124e9e3393a930bddbffdc939556c914957a4c3e0a87166" dependencies = [ "rand_chacha 0.9.0", "rand_core 0.9.3", diff --git a/crates/lib/Cargo.toml b/crates/lib/Cargo.toml index f0300a1fb..160c2bec8 100644 --- a/crates/lib/Cargo.toml +++ b/crates/lib/Cargo.toml @@ -49,7 +49,7 @@ redis = { workspace = true } toml = { workspace = true } log = { workspace = true } clap = { workspace = true } -rand = "0.9.2" +rand = "0.9.3" utoipa = { workspace = true } dirs = "6.0.0" mockall = "0.13.1"