Skip to content

Commit

Permalink
Merge pull request #84 from mdpadberg/renovate/serde_yaml-0.x
Browse files Browse the repository at this point in the history
Update Rust crate serde_yaml to 0.9.29
  • Loading branch information
mdpadberg authored Dec 29, 2023
2 parents 706d82b + c8d9dc4 commit f1318f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ opt-level = 0
anyhow = "1.0.77"
dirs = "5.0.1"
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9.27"
serde_yaml = "0.9.29"
tokio = { version = "1", features = ["full"] }
strum = { version = "0.25", features = ["derive"] }

Expand Down

0 comments on commit f1318f8

Please sign in to comment.