diff --git a/Cargo.lock b/Cargo.lock index 1693753..0e806e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1608,7 +1608,7 @@ dependencies = [ "once_cell", "parzen", "proptest", - "rand 0.9.3", + "rand 0.10.2", "regex", "reqwest", "serde", diff --git a/Cargo.toml b/Cargo.toml index 57523a5..01fa8c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ futures = "=0.3.32" insta = { version = "=1.43.2", features = ["json"] } once_cell = "=1.21.4" proptest = "1.5" -rand = "=0.9.3" +rand = "=0.10.2" reqwest = { version = "=0.12.28", default-features = false, features = ["json", "rustls-tls"] } regex = "=1.12.3" serde = { version = "=1.0.228", features = ["derive"] }