Skip to content

Commit 97058ff

Browse files
authored
Merge pull request #5051 from rust-lang/renovate/chrono-0.x
Update Rust crate chrono to v0.4.20
2 parents b99621a + c4fa8a4 commit 97058ff

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 3 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.19", features = ["serde"] }
30+
chrono = { version = "=0.4.20", features = ["serde"] }
3131
clap = { version = "=3.2.16", 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.19"
17+
chrono = "=0.4.20"
1818
sha-1 = "=0.10.0"
1919
hmac = "=0.12.1"
2020
reqwest = { version = "=0.11.11", features = ["blocking"] }

0 commit comments

Comments
 (0)