Skip to content

Commit

Permalink
Merge pull request #122 from projectsyn/renovate/serde_yaml-0.x
Browse files Browse the repository at this point in the history
Update Rust crate serde_yaml to 0.9.34
  • Loading branch information
simu authored Mar 25, 2024
2 parents 491c79f + 4c74ab3 commit 679362e
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 @@ -25,7 +25,7 @@ rayon = "1.10.0"
regex = "1.10.4"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
serde_yaml = "0.9.33"
serde_yaml = "0.9.34"
walkdir = "2.5.0"
yaml-merge-keys = { version = "0.6.0", features = ["serde_yaml"] }

Expand Down

0 comments on commit 679362e

Please sign in to comment.