Skip to content

Commit

Permalink
Merge pull request #376 from containers/renovate/all-patch
Browse files Browse the repository at this point in the history
fix(deps): update rust crate chrono to 0.4.35
  • Loading branch information
jeckersb committed Mar 6, 2024
2 parents 5f58cb3 + c0bbe47 commit fdf654e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 @@ -16,7 +16,7 @@ anstyle = "1.0.6"
anyhow = "1.0"
camino = { version = "1.1.6", features = ["serde1"] }
ostree-ext = { version = "0.13.2" }
chrono = { version = "0.4.34", features = ["serde"] }
chrono = { version = "0.4.35", features = ["serde"] }
clap = { version= "4.5", features = ["derive"] }
clap_mangen = { version = "0.2", optional = true }
cap-std-ext = "4"
Expand Down
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ path = "src/xtask.rs"
[dependencies]
anyhow = "1.0.80"
camino = "1.1"
chrono = { version = "0.4.34", default_features = false, features = ["std"] }
chrono = { version = "0.4.35", default_features = false, features = ["std"] }
fn-error-context = "0.2.1"
tempfile = "3.10"
mandown = "0.1"
Expand Down

0 comments on commit fdf654e

Please sign in to comment.