Skip to content

Commit

Permalink
fix(deps): update rust crate serde_yaml to 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 28, 2022
1 parent 475ad75 commit abfaa80
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 @@ -17,7 +17,7 @@ env_logger = "0.9"
rand = "0.8"
postgres = "0.19"
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.8"
serde_yaml = "0.9"
ascii_table = { version = "4", features = ["auto_table_width", "color_codes"]}
md5 = "0.7"
walkdir = "2"
Expand Down

0 comments on commit abfaa80

Please sign in to comment.