diff --git a/Cargo.lock b/Cargo.lock index 9c5a8ef..e9d8521 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1630,7 +1630,7 @@ dependencies = [ "hashbrown 0.16.1", "metrics", "quanta", - "rand 0.9.2", + "rand 0.9.3", "rand_xoshiro", "sketches-ddsketch", ] @@ -1950,7 +1950,7 @@ dependencies = [ "parking_lot", "percent-encoding", "quick-xml", - "rand 0.9.2", + "rand 0.9.3", "reqwest 0.12.28", "ring", "rustls-pki-types", @@ -2077,7 +2077,7 @@ dependencies = [ "futures-util", "opentelemetry", "percent-encoding", - "rand 0.9.2", + "rand 0.9.3", "thiserror 2.0.18", "tokio", "tokio-stream", @@ -2114,7 +2114,7 @@ dependencies = [ "opentelemetry-resource-detectors", "opentelemetry-semantic-conventions", "opentelemetry_sdk", - "rand 0.9.2", + "rand 0.9.3", "reqwest 0.13.1", "rustc-hash", "sentry", @@ -2518,7 +2518,7 @@ dependencies = [ "bytes", "getrandom 0.3.4", "lru-slab", - "rand 0.9.2", + "rand 0.9.3", "ring", "rustc-hash", "rustls", @@ -2572,9 +2572,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", @@ -3026,7 +3026,7 @@ version = "0.46.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "26ab054c34b87f96c3e4701bea1888317cde30cc7e4a6136d2c48454ab96661c" dependencies = [ - "rand 0.9.2", + "rand 0.9.3", "sentry-types", "serde", "serde_json", @@ -3064,7 +3064,7 @@ checksum = "eecbd63e9d15a26a40675ed180d376fcb434635d2e33de1c24003f61e3e2230d" dependencies = [ "debugid", "hex", - "rand 0.9.2", + "rand 0.9.3", "serde", "serde_json", "thiserror 2.0.18", @@ -3920,7 +3920,7 @@ dependencies = [ "http", "httparse", "log", - "rand 0.9.2", + "rand 0.9.3", "sha1", "thiserror 2.0.18", "utf-8", @@ -4047,7 +4047,7 @@ checksum = "ee48d38b119b0cd71fe4141b30f5ba9c7c5d9f4e7a3a8b4a674e4b6ef789976f" dependencies = [ "getrandom 0.3.4", "js-sys", - "rand 0.9.2", + "rand 0.9.3", "serde_core", "wasm-bindgen", ] diff --git a/opsqueue/Cargo.toml b/opsqueue/Cargo.toml index dd23ab1..3ead36c 100644 --- a/opsqueue/Cargo.toml +++ b/opsqueue/Cargo.toml @@ -66,7 +66,7 @@ thiserror = "2.0.18" either = "1.13.0" serde-error = "0.1.3" backon = { version = "1.3.0", features = ["tokio-sleep"] } -rand = "0.9.2" +rand = "0.9.3" rustc-hash = "2.0.0" axum-prometheus = {version = "0.10.0", optional = true}