diff --git a/Cargo.lock b/Cargo.lock index 30b8161..e15ac5a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1047,9 +1047,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.5", @@ -1412,7 +1412,7 @@ dependencies = [ "bytes", "clap", "futures-core", - "rand 0.9.2", + "rand 0.9.3", "regex", "reqwest", "rkyv", diff --git a/Cargo.toml b/Cargo.toml index 81df652..68b8c2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ async-trait = "0.1" futures-core = "0.3.31" serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.149" -rand = "0.9.2" +rand = "0.9.3" [dev-dependencies] wiremock = "0.5"