diff --git a/Cargo.toml b/Cargo.toml index 235d59397..b52a4f8ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -117,7 +117,7 @@ opentelemetry_sdk = { version = "0.31" } pg_escape = "0.1" pgtemp = "0.7.1" pretty_assertions = "1.4.1" -rand = "0.9.0" +rand = "0.10.0" regex = "1.10.2" reqwest = { version = "0.13", default-features = false, features = [ "json", diff --git a/crates/bin/ampcc/Cargo.toml b/crates/bin/ampcc/Cargo.toml index 17665768e..df2dbd9bf 100644 --- a/crates/bin/ampcc/Cargo.toml +++ b/crates/bin/ampcc/Cargo.toml @@ -17,7 +17,7 @@ chrono.workspace = true crossterm = "0.29.0" dirs = "6.0.0" open = "5.3.3" -rand = "0.9.2" +rand = "0.10.0" ratatui = "0.30" sha2 = "0.10.9" tokio.workspace = true