Skip to content

Commit 246a24c

Browse files
Update Rust crate chrono to v0.4.22 (#5075)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9e4b701 commit 246a24c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ base64 = "=0.13.0"
2727
cargo-registry-index = { path = "cargo-registry-index" }
2828
cargo-registry-markdown = { path = "cargo-registry-markdown" }
2929
cargo-registry-s3 = { path = "cargo-registry-s3" }
30-
chrono = { version = "=0.4.21", features = ["serde"] }
30+
chrono = { version = "=0.4.22", features = ["serde"] }
3131
clap = { version = "=3.2.17", features = ["derive", "unicode"] }
3232

3333
conduit = "=0.10.0"

cargo-registry-s3/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ path = "lib.rs"
1414

1515
[dependencies]
1616
base64 = "=0.13.0"
17-
chrono = "=0.4.21"
17+
chrono = "=0.4.22"
1818
sha-1 = "=0.10.0"
1919
hmac = "=0.12.1"
2020
reqwest = { version = "=0.11.11", features = ["blocking"] }

0 commit comments

Comments
 (0)