From 1272f1a08216c966dcae95a5a39d6bee950dec8b Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 14:10:13 +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 8e0a40e7..70a2b926 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ postcard = { version = "1", features = ["alloc"], default-features = false } proc-macro2 = { version = "1" } quote = "1.0" rand = "0.9.2" -ref-cast = "1.0.24" +ref-cast = "1.0.25" ron = "0.11" serde = { version = "1.0", features = ["alloc", "derive"], default-features = false } serde_json = { version = "1.0" }