Skip to content

Commit

Permalink
fix(deps): update rust crate serde_yaml to 0.9.23
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 17, 2023
1 parent a2017a7 commit 763d752
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 @@ -42,7 +42,7 @@ num-derive = "0.4"
num-traits = "0.2"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.9.22"
serde_yaml = "0.9.23"
slog = "2.7.0"
url = { version = "2.4.0", features = ["serde"] }
wapc-guest = "1.1.0"
Expand Down

0 comments on commit 763d752

Please sign in to comment.