Skip to content

Commit a9c656c

Browse files
chore(deps): Update Rust crate ron to 0.9
1 parent 532ab4d commit a9c656c

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Cargo.lock

+4-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ toml = { version = "0.8", optional = true, default-features = false, features =
129129
serde_json = { version = "1.0", optional = true }
130130
yaml-rust2 = { version = "0.10", optional = true }
131131
rust-ini = { version = "0.21", optional = true }
132-
ron = { version = "0.8", optional = true }
132+
ron = { version = "0.9", optional = true }
133133
json5_rs = { version = "0.4", optional = true, package = "json5" }
134134
indexmap = { version = "2.2", features = ["serde"], optional = true }
135135
convert_case = { version = "0.6", optional = true }

0 commit comments

Comments
 (0)