From 692b63f92f57ca7f0cd4c9b455f934b3c7c9d699 Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Fri, 21 Nov 2025 04:01:45 +0000 Subject: [PATCH] fix(deps): update rust crate chrono to 0.4.42 --- Cargo.lock | 15 ++++----------- x/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e8a47fe..553eaee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -24,12 +24,6 @@ dependencies = [ "memchr", ] -[[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" @@ -198,11 +192,10 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[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", @@ -1567,9 +1560,9 @@ dependencies = [ [[package]] name = "windows-link" -version = "0.1.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6dccfd733ce2b1753b03b6d3c65edf020262ea35e20ccdf3e288043e6dd620e3" +checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" [[package]] name = "windows-sys" diff --git a/x/Cargo.toml b/x/Cargo.toml index 90b82c0..eb26781 100644 --- a/x/Cargo.toml +++ b/x/Cargo.toml @@ -11,6 +11,6 @@ structopt = "0.3.26" anyhow = "1.0.98" env_logger = "0.10.1" log = "0.4.27" -chrono = "0.4.41" +chrono = "0.4.42" nexlint = { path = "../nexlint" } nexlint-lints = { path = "../nexlint-lints" }