Skip to content

Commit

Permalink
Merge pull request #601 from rust-cli/renovate/yaml-rust2-0.x
Browse files Browse the repository at this point in the history
chore(deps): Update Rust crate yaml-rust2 to 0.9
  • Loading branch information
epage authored Nov 21, 2024
2 parents ce47d00 + 5158642 commit 9a98d55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ nom = "7"
async-trait = { version = "0.1", optional = true }
toml = { version = "0.8", optional = true }
serde_json = { version = "1.0", optional = true }
yaml-rust2 = { version = "0.8", optional = true }
yaml-rust2 = { version = "0.9", optional = true }
rust-ini = { version = "0.21", optional = true }
ron = { version = "0.8", optional = true }
json5_rs = { version = "0.4", optional = true, package = "json5" }
Expand Down

0 comments on commit 9a98d55

Please sign in to comment.