Skip to content

Commit 5360115

Browse files
authored
Merge pull request #471 from containers/renovate/all-patch
fix(deps): update rust crate chrono to 0.4.38
2 parents a517f84 + 95eea00 commit 5360115

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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.37", features = ["serde"] }
20+
chrono = { version = "0.4.38", 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ path = "src/xtask.rs"
1414
[dependencies]
1515
anyhow = "1.0.82"
1616
camino = "1.1"
17-
chrono = { version = "0.4.37", default_features = false, features = ["std"] }
17+
chrono = { version = "0.4.38", 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)