Skip to content

Commit 0bb571d

Browse files
Update Rust crate chrono to v0.4.39
1 parent cdef857 commit 0bb571d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 3 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
@@ -67,7 +67,7 @@ crates_io_tarball = { path = "crates/crates_io_tarball" }
6767
crates_io_team_repo = { path = "crates/crates_io_team_repo" }
6868
crates_io_worker = { path = "crates/crates_io_worker" }
6969
csv = "=1.3.1"
70-
chrono = { version = "=0.4.38", default-features = false, features = ["serde"] }
70+
chrono = { version = "=0.4.39", default-features = false, features = ["serde"] }
7171
clap = { version = "=4.5.23", features = ["derive", "env", "unicode", "wrap_help"] }
7272
cookie = { version = "=0.18.1", features = ["secure"] }
7373
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.94"
1212
async-compression = { version = "=0.4.18", features = ["gzip", "tokio", "zstd"] }
13-
chrono = { version = "=0.4.38", features = ["serde"] }
13+
chrono = { version = "=0.4.39", features = ["serde"] }
1414
derive_deref = "=1.1.1"
1515
percent-encoding = "=2.3.1"
1616
semver = "=1.0.23"

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.94"
12-
chrono = { version = "=0.4.38", default-features = false, features = ["clock", "serde"] }
12+
chrono = { version = "=0.4.39", default-features = false, features = ["clock", "serde"] }
1313
flate2 = "=1.0.35"
1414
minijinja = "=2.5.0"
1515
serde = { version = "=1.0.215", features = ["derive"] }

0 commit comments

Comments
 (0)