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" }