Skip to content

Commit 825f60c

Browse files
chore(deps): Update Rust crate ron to 0.11.0
1 parent 664d430 commit 825f60c

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.6", optional = true, default-features = false, features
139139
serde_json = { version = "1.0.145", optional = true }
140140
yaml-rust2 = { version = "0.10.4", optional = true }
141141
rust-ini = { version = "0.21.3", optional = true }
142-
ron = { version = "0.8.1", optional = true }
142+
ron = { version = "0.11.0", optional = true }
143143
json5_rs = { version = "0.4.1", optional = true, package = "json5" }
144144
indexmap = { version = "2.11.4", features = ["serde"], optional = true }
145145
convert_case = { version = "0.6.0", optional = true }

0 commit comments

Comments
 (0)