diff --git a/Cargo.lock b/Cargo.lock index 5531c16..1d2be3d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -361,7 +361,7 @@ dependencies = [ "criterion", "dotenvy", "proptest", - "rand 0.9.5", + "rand 0.10.2", "serde", "serde_json", "serial_test", diff --git a/crates/azums/Cargo.toml b/crates/azums/Cargo.toml index ae6007f..2b54d9d 100644 --- a/crates/azums/Cargo.toml +++ b/crates/azums/Cargo.toml @@ -38,7 +38,7 @@ serde = { version = "1", features = ["derive"] } serde_json = "1" anyhow = "1" dotenvy = "0.15" -rand = "0.9" +rand = "0.10" uuid = { version = "1", features = ["v4", "serde"] } tokio-stream = { version = "0.1", features = ["sync", "time"] }