diff --git a/Cargo.toml b/Cargo.toml index 22dfd18..0a4c251 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,10 +22,10 @@ encoding = [ "dep:encoding_rs" ] [dependencies] arraydeque = "0.5.1" encoding_rs = { version = "0.8.33", optional = true } -hashlink = "0.8" +hashlink = ">= 0.8, < 0.10" [dev-dependencies] -libtest-mimic = "0.3.0" +libtest-mimic = "0.4.0" quickcheck = "1.0" [profile.release-lto]