diff --git a/Cargo.lock b/Cargo.lock index 61fe874..b58d74b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5109,7 +5109,7 @@ dependencies = [ "probe-rs", "prometheus", "prost", - "rand 0.8.5", + "rand 0.9.2", "regex", "reqwest", "ring", diff --git a/Cargo.toml b/Cargo.toml index e8ddd6c..9152e2e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,7 +62,7 @@ sha2 = "0.10" hex = "0.4" # CSPRNG for secure token generation -rand = "0.8" +rand = "0.9" # Fast mutexes that don't poison on panic parking_lot = "0.12"