Skip to content

Commit

Permalink
Update Rust crate chrono to v0.4.39 (#10167)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 9, 2024
1 parent cdef857 commit 78e20e4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ crates_io_tarball = { path = "crates/crates_io_tarball" }
crates_io_team_repo = { path = "crates/crates_io_team_repo" }
crates_io_worker = { path = "crates/crates_io_worker" }
csv = "=1.3.1"
chrono = { version = "=0.4.38", default-features = false, features = ["serde"] }
chrono = { version = "=0.4.39", default-features = false, features = ["serde"] }
clap = { version = "=4.5.23", features = ["derive", "env", "unicode", "wrap_help"] }
cookie = { version = "=0.18.1", features = ["secure"] }
deadpool-diesel = { version = "=0.6.1", features = ["postgres", "tracing"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/crates_io_cdn_logs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ workspace = true
[dependencies]
anyhow = "=1.0.94"
async-compression = { version = "=0.4.18", features = ["gzip", "tokio", "zstd"] }
chrono = { version = "=0.4.38", features = ["serde"] }
chrono = { version = "=0.4.39", features = ["serde"] }
derive_deref = "=1.1.1"
percent-encoding = "=2.3.1"
semver = "=1.0.23"
Expand Down
2 changes: 1 addition & 1 deletion crates/crates_io_database_dump/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ workspace = true

[dependencies]
anyhow = "=1.0.94"
chrono = { version = "=0.4.38", default-features = false, features = ["clock", "serde"] }
chrono = { version = "=0.4.39", default-features = false, features = ["clock", "serde"] }
flate2 = "=1.0.35"
minijinja = "=2.5.0"
serde = { version = "=1.0.215", features = ["derive"] }
Expand Down

0 comments on commit 78e20e4

Please sign in to comment.