diff --git a/Cargo.lock b/Cargo.lock index 4de5bda2..67f97e34 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -30,7 +30,7 @@ dependencies = [ "futures", "hex", "pin-project", - "rand 0.8.5", + "rand 0.9.1", "sha2", "thiserror 2.0.12", "tokio", @@ -2802,7 +2802,7 @@ dependencies = [ "pin-project", "prettyplease", "quote", - "rand 0.8.5", + "rand 0.9.1", "syn", "thiserror 2.0.12", "tl_parser", @@ -2920,7 +2920,7 @@ dependencies = [ "prettyplease", "quick_cache", "quote", - "rand 0.8.5", + "rand 0.9.1", "reqwest", "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index 72629089..e9850321 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ humantime = "2.2.0" uuid = { version = "1.16", features = ["v4", "fast-rng", "serde"] } dashmap = "6.1.0" pin-project = "1.1.10" -rand = "0.8" +rand = "0.9" bytes = "1.10.1" thiserror = "2.0.11" itertools = "0.14.0"