diff --git a/Cargo.lock b/Cargo.lock index c19d727bc..b729bf41f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -46,7 +46,7 @@ dependencies = [ "mime", "percent-encoding", "pin-project-lite", - "rand 0.9.2", + "rand 0.9.4", "sha1", "smallvec", "tokio", @@ -1305,7 +1305,7 @@ checksum = "6ddc2d09feefeee8bd78101665bd8645637828fa9317f9f292496dbbd8c65ff3" dependencies = [ "crc", "digest", - "rand 0.9.2", + "rand 0.9.4", "regex", "rustversion", ] @@ -2124,7 +2124,7 @@ dependencies = [ "idna", "ipnet", "once_cell", - "rand 0.9.2", + "rand 0.9.4", "ring", "thiserror 2.0.17", "tinyvec", @@ -2146,7 +2146,7 @@ dependencies = [ "moka", "once_cell", "parking_lot", - "rand 0.9.2", + "rand 0.9.4", "resolv-conf", "smallvec", "thiserror 2.0.17", @@ -2768,7 +2768,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667" dependencies = [ "cfg-if", - "windows-targets 0.48.5", + "windows-targets 0.53.3", ] [[package]] @@ -2950,7 +2950,7 @@ dependencies = [ "ordered-float", "quanta", "radix_trie", - "rand 0.9.2", + "rand 0.9.4", "rand_xoshiro", "sketches-ddsketch", ] @@ -3764,9 +3764,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.9.2" +version = "0.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" +checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea" dependencies = [ "rand_chacha", "rand_core 0.9.3", @@ -4268,7 +4268,7 @@ version = "0.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "deaa38b94e70820ff3f1f9db3c8b0aef053b667be130f618e615e0ff2492cbcc" dependencies = [ - "rand 0.9.2", + "rand 0.9.4", "sentry-types", "serde", "serde_json", @@ -4340,7 +4340,7 @@ checksum = "e477f4d4db08ddb4ab553717a8d3a511bc9e81dde0c808c680feacbb8105c412" dependencies = [ "debugid", "hex", - "rand 0.9.2", + "rand 0.9.4", "serde", "serde_json", "thiserror 2.0.17", @@ -5044,7 +5044,7 @@ dependencies = [ "humantime", "insta", "moka", - "rand 0.9.2", + "rand 0.9.4", "regex", "reqwest", "sentry", @@ -5139,7 +5139,7 @@ dependencies = [ "metrics-exporter-dogstatsd", "moka", "proguard", - "rand 0.9.2", + "rand 0.9.4", "rayon", "reqwest", "sentry", diff --git a/Cargo.toml b/Cargo.toml index 90a37d190..9473af48b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -101,7 +101,7 @@ minidump-unwind = "0.26.1" moka = { version = "0.12.8", features = ["future", "sync"] } prettytable-rs = "0.10.0" proguard = "5.10.1" -rand = "0.9.0" +rand = "0.9.4" rayon = "1.10.0" regex = "1.5.5" reqwest = "0.12.15"