diff --git a/test_suite/Cargo.toml b/test_suite/Cargo.toml index 4b5df83a..87e577e8 100644 --- a/test_suite/Cargo.toml +++ b/test_suite/Cargo.toml @@ -13,7 +13,7 @@ serde = { path = "../serde" } [dev-dependencies] automod = "1.0.1" -foldhash = "0.1" +foldhash = "0.2" rustversion = "1.0" serde = { path = "../serde", features = ["rc"] } serde_derive = { path = "../serde_derive", features = ["deserialize_in_place"] }