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 Mar 12, 2024
1 parent 268591f commit 27bfc85
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 11 deletions.
27 changes: 18 additions & 9 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 @@ -43,7 +43,7 @@ tokio = { features = ["io-std", "time", "process", "rt", "net"], version = ">= 1
tokio-util = { features = ["io-util"], version = "0.7" }
tracing = "0.1"
tempfile = "3.10.1"
toml = "0.8.10"
toml = "0.8.11"
xshell = { version = "0.2", optional = true }
uuid = { version = "1.7.0", features = ["v4"] }

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.80"
anyhow = "1.0.81"
camino = "1.1"
chrono = { version = "0.4.35", default_features = false, features = ["std"] }
fn-error-context = "0.2.1"
Expand Down

0 comments on commit 27bfc85

Please sign in to comment.