diff --git a/Cargo.toml b/Cargo.toml index 25240fc..fce95f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ std = ["alloc"] [dev-dependencies] criterion = { version = "0.7", default-features = false } quickcheck = "1" -rand = "0.9" +rand = "0.10" [[bench]] name = "base62"