Skip to content

Commit

Permalink
fix(deps): update rust crate serde_yaml to 0.9.33
Browse files Browse the repository at this point in the history
Signed-off-by: null <platform-engineering@redhat.com>
  • Loading branch information
platform-engineering-bot committed Mar 18, 2024
1 parent 983ffa0 commit 45139c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ schemars = { version = "0.8.16", features = ["chrono"] }
serde = { features = ["derive"], version = "1.0.197" }
serde_ignored = "0.1.10"
serde_json = "1.0.114"
serde_yaml = "0.9.32"
serde_yaml = "0.9.33"
serde_with = ">= 3.7.0, < 4"
tokio = { features = ["io-std", "time", "process", "rt", "net"], version = ">= 1.36.0" }
tokio-util = { features = ["io-util"], version = "0.7" }
Expand Down

0 comments on commit 45139c9

Please sign in to comment.