From 6590a90ca4f987d636e00f03377871856607b2f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 10:45:20 +0000 Subject: [PATCH] Update Rust crate chrono to v0.4.42 --- Cargo.lock | 25 +++++++++++------------ Cargo.toml | 2 +- crates/crates_io_cdn_logs/Cargo.toml | 2 +- crates/crates_io_database/Cargo.toml | 2 +- crates/crates_io_database_dump/Cargo.toml | 2 +- crates/crates_io_trustpub/Cargo.toml | 2 +- 6 files changed, 17 insertions(+), 18 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0e564b89f1..03e1271f13 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -259,12 +259,6 @@ dependencies = [ "url", ] -[[package]] -name = "android-tzdata" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" - [[package]] name = "android_system_properties" version = "0.1.5" @@ -1089,17 +1083,16 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" [[package]] name = "chrono" -version = "0.4.41" +version = "0.4.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d" +checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2" dependencies = [ - "android-tzdata", "iana-time-zone", "js-sys", "num-traits", "serde", "wasm-bindgen", - "windows-link", + "windows-link 0.2.0", ] [[package]] @@ -6782,13 +6775,19 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6dccfd733ce2b1753b03b6d3c65edf020262ea35e20ccdf3e288043e6dd620e3" +[[package]] +name = "windows-link" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65" + [[package]] name = "windows-registry" version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6c44a98275e31bfd112bb06ba96c8ab13c03383a3753fdddd715406a1824c7e0" dependencies = [ - "windows-link", + "windows-link 0.1.0", "windows-result 0.3.1", "windows-strings 0.3.1", ] @@ -6808,7 +6807,7 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "06374efe858fab7e4f881500e6e86ec8bc28f9462c47e5a9941a0142ad86b189" dependencies = [ - "windows-link", + "windows-link 0.1.0", ] [[package]] @@ -6827,7 +6826,7 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319" dependencies = [ - "windows-link", + "windows-link 0.1.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 29f23bf8d1..75d25e5864 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -80,7 +80,7 @@ crates_io_team_repo = { path = "crates/crates_io_team_repo" } crates_io_trustpub = { path = "crates/crates_io_trustpub" } crates_io_worker = { path = "crates/crates_io_worker" } csv = "=1.3.1" -chrono = { version = "=0.4.41", default-features = false, features = ["serde"] } +chrono = { version = "=0.4.42", default-features = false, features = ["serde"] } clap = { version = "=4.5.47", features = ["derive", "env", "unicode", "wrap_help"] } cookie = { version = "=0.18.1", features = ["secure"] } deadpool-diesel = { version = "=0.6.1", features = ["postgres", "tracing"] } diff --git a/crates/crates_io_cdn_logs/Cargo.toml b/crates/crates_io_cdn_logs/Cargo.toml index bcd83d8686..2bfbc38d92 100644 --- a/crates/crates_io_cdn_logs/Cargo.toml +++ b/crates/crates_io_cdn_logs/Cargo.toml @@ -10,7 +10,7 @@ workspace = true [dependencies] anyhow = "=1.0.99" async-compression = { version = "=0.4.30", features = ["gzip", "tokio", "zstd"] } -chrono = { version = "=0.4.41", features = ["serde"] } +chrono = { version = "=0.4.42", features = ["serde"] } derive_more = { version = "=2.0.1", features = ["deref"] } percent-encoding = "=2.3.2" semver = "=1.0.26" diff --git a/crates/crates_io_database/Cargo.toml b/crates/crates_io_database/Cargo.toml index 04c86c754e..65f821e73d 100644 --- a/crates/crates_io_database/Cargo.toml +++ b/crates/crates_io_database/Cargo.toml @@ -9,7 +9,7 @@ workspace = true [dependencies] bon = "=3.7.2" -chrono = { version = "=0.4.41", default-features = false, features = ["serde"] } +chrono = { version = "=0.4.42", default-features = false, features = ["serde"] } crates_io_diesel_helpers = { path = "../crates_io_diesel_helpers" } crates_io_index = { path = "../crates_io_index" } diesel = { version = "=2.2.12", features = ["serde_json", "chrono", "numeric"] } diff --git a/crates/crates_io_database_dump/Cargo.toml b/crates/crates_io_database_dump/Cargo.toml index 81ed62a85f..c920adeac0 100644 --- a/crates/crates_io_database_dump/Cargo.toml +++ b/crates/crates_io_database_dump/Cargo.toml @@ -9,7 +9,7 @@ workspace = true [dependencies] anyhow = "=1.0.99" -chrono = { version = "=0.4.41", default-features = false, features = ["clock", "serde"] } +chrono = { version = "=0.4.42", default-features = false, features = ["clock", "serde"] } flate2 = "=1.1.2" minijinja = "=2.12.0" serde = { version = "=1.0.219", features = ["derive"] } diff --git a/crates/crates_io_trustpub/Cargo.toml b/crates/crates_io_trustpub/Cargo.toml index b18cc335e0..f496f4515a 100644 --- a/crates/crates_io_trustpub/Cargo.toml +++ b/crates/crates_io_trustpub/Cargo.toml @@ -14,7 +14,7 @@ test-helpers = ["dep:bon", "dep:mockall", "dep:serde_json"] anyhow = "=1.0.99" async-trait = "=0.1.89" bon = { version = "=3.7.2", optional = true } -chrono = { version = "=0.4.41", features = ["serde"] } +chrono = { version = "=0.4.42", features = ["serde"] } jsonwebtoken = "=9.3.1" mockall = { version = "=0.13.1", optional = true } rand = "=0.9.2"