Update Rust crate ron to 0.9.0

This commit is contained in:
RenovateBot 2025-03-18 18:01:48 +00:00
parent 8f62b81e15
commit e5348154e5

View file

@ -9,7 +9,7 @@ destructure_traitobject = "0.3.0"
indexmap = { version = "2.2.6", features = ["rayon"] } indexmap = { version = "2.2.6", features = ["rayon"] }
serde = { version = "1.0.203", features = ["derive"] } serde = { version = "1.0.203", features = ["derive"] }
paste = "1.0.15" paste = "1.0.15"
ron = "0.8.1" ron = "0.9.0"
syn = { version = "2.0.67", features = ["extra-traits", "full"] } syn = { version = "2.0.67", features = ["extra-traits", "full"] }
quote = "1.0.35" quote = "1.0.35"
proc-macro2 = "1.0.86" proc-macro2 = "1.0.86"