Skip to content

Commit

Permalink
fix(deps): update all patch dependencies
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 Feb 19, 2024
1 parent e9516ef commit 32015a3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rust-version = "1.64.0"
include = ["/src", "LICENSE-APACHE", "LICENSE-MIT"]

[dependencies]
anstream = "0.6.11"
anstream = "0.6.12"
anstyle = "1.0.6"
anyhow = "1.0"
camino = { version = "1.1.6", features = ["serde1"] }
Expand All @@ -37,7 +37,7 @@ schemars = { version = "0.8.16", features = ["chrono"] }
serde = { features = ["derive"], version = "1.0.196" }
serde_ignored = "0.1.10"
serde_json = "1.0.113"
serde_yaml = "0.9.31"
serde_yaml = "0.9.32"
serde_with = ">= 3.6.1, < 4"
tokio = { features = ["io-std", "time", "process", "rt", "net"], version = ">= 1.36.0" }
tokio-util = { features = ["io-util"], version = "0.7" }
Expand Down
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ name = "xtask"
path = "src/xtask.rs"

[dependencies]
anyhow = "1.0.79"
anyhow = "1.0.80"
camino = "1.1"
chrono = { version = "0.4.34", default_features = false, features = ["std"] }
fn-error-context = "0.2.1"
Expand Down

0 comments on commit 32015a3

Please sign in to comment.