diff --git a/Cargo.toml b/Cargo.toml index a77baca2..f687a56b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ libp2p = { version = "0.53", features = ["tokio", "gossipsub", "noise", "tcp", " # Cryptography aes-gcm = "0.10" -rand = "0.8" +rand = "0.9" # Image Processing image = "0.24"