diff --git a/Cargo.lock b/Cargo.lock index 76a3ef1..3741f02 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2204,7 +2204,7 @@ dependencies = [ "anyhow", "async-trait", "axum", - "rand 0.8.8", + "rand 0.10.2", "reqwest", "rusqlite", "serde", @@ -2250,7 +2250,7 @@ dependencies = [ "clap", "hex", "prometheus-client", - "rand 0.8.8", + "rand 0.10.2", "serde", "serde_json", "sqlx", diff --git a/Cargo.toml b/Cargo.toml index b7a038d..0d07aab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ clap = { version = "4.5.27", features = ["derive", "env"] } hex = "0.4.3" proptest = "1.6.0" prometheus-client = "0.23.1" -rand = "0.8.5" +rand = "0.10.2" reqwest = { version = "0.12.12", default-features = false, features = ["json", "rustls-tls"] } rusqlite = { version = "0.32.1", features = ["bundled"] } serde = { version = "1.0.217", features = ["derive"] }