Skip to content

Commit c429b20

Browse files
chore(deps): Update Rust crate ron to 0.10
1 parent 07f13ff commit c429b20

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Cargo.lock

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ toml = { version = "0.9", optional = true, default-features = false, features =
139139
serde_json = { version = "1.0", optional = true }
140140
yaml-rust2 = { version = "0.10", optional = true }
141141
rust-ini = { version = "0.21", optional = true }
142-
ron = { version = "0.8", optional = true }
142+
ron = { version = "0.10", optional = true }
143143
json5_rs = { version = "0.4", optional = true, package = "json5" }
144144
indexmap = { version = "2.10.0", features = ["serde"], optional = true }
145145
convert_case = { version = "0.6", optional = true }

0 commit comments

Comments
 (0)