diff --git a/crypto/Cargo.toml b/crypto/Cargo.toml index 2a3ef4a..437d2e0 100644 --- a/crypto/Cargo.toml +++ b/crypto/Cargo.toml @@ -25,7 +25,7 @@ aes-gcm = "0.10.3" pdk-test = { version = "1.3.0", registry = "anypoint" } httpmock = "0.6" reqwest = "0.11" -rand = "0.8.5" +rand = "0.9.0" [lib] crate-type = ["cdylib"]