diff --git a/Cargo.toml b/Cargo.toml index f214984..9b7d869 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ hugealloc = "0.1.1" iddqd = { path = "crates/iddqd", default-features = false } iddqd-test-utils = { path = "crates/iddqd-test-utils" } proptest = { version = "1.7.0", default-features = false, features = ["std"] } -ref-cast = "1.0.24" +ref-cast = "1.0.25" rustc-hash = { version = "2.1.1", default-features = false } schemars = "0.8.22" serde = "1.0.223"