Skip to content

Commit b254f86

Browse files
authored
Merge pull request #469 from containers/renovate/all-patch
fix(deps): update all patch dependencies
2 parents b2efcaf + 21c2a01 commit b254f86

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ anstyle = "1.0.6"
1717
anyhow = "1.0"
1818
camino = { version = "1.1.6", features = ["serde1"] }
1919
ostree-ext = { version = "0.13.3" }
20-
chrono = { version = "0.4.35", features = ["serde"] }
20+
chrono = { version = "0.4.37", features = ["serde"] }
2121
clap = { version= "4.5", features = ["derive","cargo"] }
2222
clap_mangen = { version = "0.2", optional = true }
2323
cap-std-ext = "4"

xtask/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ name = "xtask"
1212
path = "src/xtask.rs"
1313

1414
[dependencies]
15-
anyhow = "1.0.81"
15+
anyhow = "1.0.82"
1616
camino = "1.1"
17-
chrono = { version = "0.4.35", default_features = false, features = ["std"] }
17+
chrono = { version = "0.4.37", default_features = false, features = ["std"] }
1818
fn-error-context = "0.2.1"
1919
tempfile = "3.10"
2020
mandown = "0.1"

0 commit comments

Comments
 (0)