Skip to content

Commit d383130

Browse files
Update Rust crate chrono to v0.4.41 (#11079)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f1a0d9f commit d383130

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ crates_io_tarball = { path = "crates/crates_io_tarball" }
7676
crates_io_team_repo = { path = "crates/crates_io_team_repo" }
7777
crates_io_worker = { path = "crates/crates_io_worker" }
7878
csv = "=1.3.1"
79-
chrono = { version = "=0.4.40", default-features = false, features = ["serde"] }
79+
chrono = { version = "=0.4.41", default-features = false, features = ["serde"] }
8080
clap = { version = "=4.5.37", features = ["derive", "env", "unicode", "wrap_help"] }
8181
cookie = { version = "=0.18.1", features = ["secure"] }
8282
deadpool-diesel = { version = "=0.6.1", features = ["postgres", "tracing"] }

crates/crates_io_cdn_logs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ workspace = true
1010
[dependencies]
1111
anyhow = "=1.0.98"
1212
async-compression = { version = "=0.4.23", features = ["gzip", "tokio", "zstd"] }
13-
chrono = { version = "=0.4.40", features = ["serde"] }
13+
chrono = { version = "=0.4.41", features = ["serde"] }
1414
derive_more = { version = "=2.0.1", features = ["deref"] }
1515
percent-encoding = "=2.3.1"
1616
semver = "=1.0.26"

crates/crates_io_database/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ workspace = true
99

1010
[dependencies]
1111
bon = "=3.6.3"
12-
chrono = { version = "=0.4.40", default-features = false, features = ["serde"] }
12+
chrono = { version = "=0.4.41", default-features = false, features = ["serde"] }
1313
crates_io_diesel_helpers = { path = "../crates_io_diesel_helpers" }
1414
crates_io_index = { path = "../crates_io_index" }
1515
diesel = { version = "=2.2.10", features = ["serde_json", "chrono", "numeric"] }

crates/crates_io_database_dump/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ workspace = true
99

1010
[dependencies]
1111
anyhow = "=1.0.98"
12-
chrono = { version = "=0.4.40", default-features = false, features = ["clock", "serde"] }
12+
chrono = { version = "=0.4.41", default-features = false, features = ["clock", "serde"] }
1313
flate2 = "=1.1.1"
1414
minijinja = "=2.9.0"
1515
serde = { version = "=1.0.219", features = ["derive"] }

0 commit comments

Comments
 (0)