diff --git a/Cargo.lock b/Cargo.lock index ff6797a8..d39f395c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3588,7 +3588,7 @@ dependencies = [ "hmac", "httpmock", "phf", - "rand 0.10.0", + "rand 0.10.1", "reqwest 0.13.2", "rust_decimal", "rust_decimal_macros", @@ -3843,9 +3843,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc266eb313df6c5c09c1c7b1fbe2510961e5bcd3add930c1e31f7ed9da0feff8" +checksum = "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207" dependencies = [ "chacha20", "getrandom 0.4.1", diff --git a/Cargo.toml b/Cargo.toml index 411dcf75..8269647b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ dashmap = "6.1.0" futures = "0.3.32" hmac = "0.12.1" phf = { version = "0.13.1", features = ["macros"] } -rand = "0.10.0" +rand = "0.10.1" reqwest = { version = "0.13.2", features = ["json", "query", "rustls"] } rust_decimal = { version = "1.41.0", features = ["serde"] } rust_decimal_macros = "1.40.0"