diff --git a/Cargo.toml b/Cargo.toml index 14877a91..a3c21eee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ default-features = false features = ["raw"] [dev-dependencies] -itertools = "0.10" +itertools = "0.11" rand = {version = "0.8", features = ["small_rng"] } quickcheck = { version = "1.0", default-features = false } fnv = "1.0"