diff --git a/Cargo.lock b/Cargo.lock index 8bce1d24..0c693efe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3430,7 +3430,7 @@ dependencies = [ "criterion", "futures", "log", - "rand 0.9.5", + "rand 0.10.2", "rayon", "sentry", "sentry-types", @@ -3534,7 +3534,7 @@ version = "0.49.2" dependencies = [ "debugid", "hex", - "rand 0.9.5", + "rand 0.10.2", "rstest", "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index afff3b45..8fb70a37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,7 +62,7 @@ os_info = "3.5.0" pin-project = "1.0.10" pretty_env_logger = "0.5.0" prost = "0.13.3" -rand = "0.9.3" +rand = "0.10.2" rayon = "1.5.3" regex = { version = "1.5.5", default-features = false } reqwest = { version = "0.13.2", default-features = false }