diff --git a/Cargo.toml b/Cargo.toml index e83a065..b99a4b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ repository = "https://github.com/jedisct1/rust-hyperloglog" [dependencies] bytecount = "0.6" -rand = "0.9.2" +rand = "0.10.0" serde = { version = "1.0", optional = true, features = ["derive"] } siphasher = "1.0"