Skip to content

Commit f3f3a5d

Browse files
chore(deps): Update Rust crate ron to 0.11.0
1 parent 88c2ed1 commit f3f3a5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ toml = { version = "0.9.6", optional = true, default-features = false, features
140140
serde_json = { version = "1.0.145", optional = true }
141141
yaml-rust2 = { version = "0.10.4", optional = true }
142142
rust-ini = { version = "0.21.3", optional = true }
143-
ron = { version = "0.8.1", optional = true }
143+
ron = { version = "0.11.0", optional = true }
144144
json5_rs = { version = "0.4.1", optional = true, package = "json5" }
145145
corn = { version = "0.10.0", optional = true, package = "libcorn" }
146146
indexmap = { version = "2.11.4", features = ["serde"], optional = true }

0 commit comments

Comments
 (0)