From e5348154e57f5eaaacceda062a4161bbd38378b7 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Tue, 18 Mar 2025 18:01:48 +0000 Subject: [PATCH] Update Rust crate ron to 0.9.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4a593d0..0b812cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ destructure_traitobject = "0.3.0" indexmap = { version = "2.2.6", features = ["rayon"] } serde = { version = "1.0.203", features = ["derive"] } paste = "1.0.15" -ron = "0.8.1" +ron = "0.9.0" syn = { version = "2.0.67", features = ["extra-traits", "full"] } quote = "1.0.35" proc-macro2 = "1.0.86" -- 2.47.1