Update Rust crate ron to 0.10.0
This commit is contained in:
parent
ca4a040d20
commit
d33dfca274
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ anyhow = { version = "1.0.86", features = ["backtrace"] }
|
||||||
indexmap = { version = "2.9.0", features = ["rayon"] }
|
indexmap = { version = "2.9.0", 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.9.0"
|
ron = "0.10.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"
|
||||||
|
|
Loading…
Reference in a new issue