From 9d0a0f40cd00f44e816f339a98a3ac7bd19c0be0 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Sat, 4 Oct 2025 06:55:42 +0000 Subject: [PATCH] Update Rust crate ref-cast to 1.0.25 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"