Skip to content

Commit

Permalink
Merge pull request #125 from projectsyn/renovate/yaml-merge-keys-0.x
Browse files Browse the repository at this point in the history
Update Rust crate yaml-merge-keys to 0.7.0
  • Loading branch information
simu authored Mar 26, 2024
2 parents 15eeadf + 480be3a commit e9aee60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.115"
serde_yaml = "0.9.34"
walkdir = "2.5.0"
yaml-merge-keys = { version = "0.6.0", features = ["serde_yaml"] }
yaml-merge-keys = { version = "0.7.0", features = ["serde_yaml"] }

[dev-dependencies]
criterion = "0.5.1"
Expand Down

0 comments on commit e9aee60

Please sign in to comment.