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: platform-engineering@redhat.com
  • Loading branch information
platform-engineering-bot committed Apr 11, 2024
1 parent b2efcaf commit 0c68767
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ anstyle = "1.0.6"
anyhow = "1.0"
camino = { version = "1.1.6", features = ["serde1"] }
ostree-ext = { version = "0.13.3" }
chrono = { version = "0.4.35", features = ["serde"] }
chrono = { version = "0.4.37", features = ["serde"] }
clap = { version= "4.5", features = ["derive","cargo"] }
clap_mangen = { version = "0.2", optional = true }
cap-std-ext = "4"
Expand Down
4 changes: 2 additions & 2 deletions xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ name = "xtask"
path = "src/xtask.rs"

[dependencies]
anyhow = "1.0.81"
anyhow = "1.0.82"
camino = "1.1"
chrono = { version = "0.4.35", default_features = false, features = ["std"] }
chrono = { version = "0.4.37", default_features = false, features = ["std"] }
fn-error-context = "0.2.1"
tempfile = "3.10"
mandown = "0.1"
Expand Down

0 comments on commit 0c68767

Please sign in to comment.