diff --git a/Cargo.lock b/Cargo.lock index 9e9ea2c3..aed98a1e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2236,7 +2236,7 @@ dependencies = [ "pingora-timeout", "ppp", "pretty-duration", - "rand 0.8.5", + "rand 0.9.2", "regex", "rustc-hash 1.1.0", "rustls", diff --git a/orion-lib/Cargo.toml b/orion-lib/Cargo.toml index 3319e985..93622ae7 100644 --- a/orion-lib/Cargo.toml +++ b/orion-lib/Cargo.toml @@ -46,7 +46,7 @@ pin-project = "1.1.5" pingora-timeout = "0.3.0" ppp.workspace = true pretty-duration = "0.1.1" -rand = { version = "0.8.5", features = ["small_rng"] } +rand = { version = "0.9.2", features = ["small_rng"] } regex.workspace = true rustc-hash = "1.1.0" rustls = "0.23"