diff --git a/Cargo.toml b/Cargo.toml index 2267530..9bf075c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,4 +20,4 @@ base64 = "0.22" serde = { version = "1.0", features = ["derive"], optional = true } serde_json = { version = "1.0", optional = true } ureq = { version = "3", features = ["json"], optional = true } -rand = { version = "0.8", optional = true } +rand = { version = "0.10", optional = true }