diff --git a/Cargo.toml b/Cargo.toml index b51bb7d9..c6d61852 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -127,7 +127,7 @@ jsonwebtoken = { version = "9.3.1", optional = true } itertools = { version = "0.14.0", default-features = false, optional = true } serde_yaml = {version = "0.9.16", default-features = false, optional = true } -rand = { version = "0.8.5", default-features = false, optional = true } +rand = { version = "0.9.0", default-features = false, optional = true } [dev-dependencies] anyhow = "1.0.45"