From d33dfca274a5ebb6d73c2d54ca2d61152fb38050 Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Wed, 9 Apr 2025 15:01:49 +0000 Subject: [PATCH] Update Rust crate ron to 0.10.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 014a2b3..1ac1a1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ anyhow = { version = "1.0.86", features = ["backtrace"] } indexmap = { version = "2.9.0", features = ["rayon"] } serde = { version = "1.0.203", features = ["derive"] } paste = "1.0.15" -ron = "0.9.0" +ron = "0.10.0" syn = { version = "2.0.67", features = ["extra-traits", "full"] } quote = "1.0.35" proc-macro2 = "1.0.86"