Skip to content

Commit 508ee7c

Browse files
authored
Merge pull request #644 from rust-cli/renovate/yaml-rust2-0.x
chore(deps): Update Rust crate yaml-rust2 to 0.10
2 parents b403eb2 + dbae18b commit 508ee7c

File tree

2 files changed

+19
-46
lines changed

2 files changed

+19
-46
lines changed

Cargo.lock

Lines changed: 18 additions & 45 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
@@ -127,7 +127,7 @@ serde = "1.0"
127127
async-trait = { version = "0.1", optional = true }
128128
toml = { version = "0.8", optional = true, default-features = false, features = ["parse"] }
129129
serde_json = { version = "1.0", optional = true }
130-
yaml-rust2 = { version = "0.9", optional = true }
130+
yaml-rust2 = { version = "0.10", optional = true }
131131
rust-ini = { version = "0.21", optional = true }
132132
ron = { version = "0.8", optional = true }
133133
json5_rs = { version = "0.4", optional = true, package = "json5" }

0 commit comments

Comments
 (0)