From a0a080d179c74e99fba5f49e187b67b78a8ffaab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 14:10:49 +0000 Subject: [PATCH 1/2] Bump chrono from 0.4.39 to 0.4.40 Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.39 to 0.4.40. - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](https://github.com/chronotope/chrono/compare/v0.4.39...v0.4.40) --- updated-dependencies: - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5d34aab64..d3cfc2e59 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1199,16 +1199,16 @@ checksum = "17cc5e6b5ab06331c33589842070416baa137e8b0eb912b008cfd4a78ada7919" [[package]] name = "chrono" -version = "0.4.39" +version = "0.4.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825" +checksum = "1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c" dependencies = [ "android-tzdata", "iana-time-zone", "js-sys", "num-traits", "wasm-bindgen", - "windows-targets 0.52.0", + "windows-link", ] [[package]] @@ -12882,6 +12882,12 @@ dependencies = [ "windows-targets 0.48.5", ] +[[package]] +name = "windows-link" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6dccfd733ce2b1753b03b6d3c65edf020262ea35e20ccdf3e288043e6dd620e3" + [[package]] name = "windows-sys" version = "0.42.0" From 2db2aa91a1354109525ff1205ead9b325fdc43fd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 14:11:45 +0000 Subject: [PATCH 2/2] Update features snapshot --- utils/checks/snapshots/features.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/utils/checks/snapshots/features.yaml b/utils/checks/snapshots/features.yaml index 8233f0f48..43222cdb2 100644 --- a/utils/checks/snapshots/features.yaml +++ b/utils/checks/snapshots/features.yaml @@ -376,7 +376,7 @@ - rand_core - name: checked_int_cast 1.0.0 features: [] -- name: chrono 0.4.39 +- name: chrono 0.4.40 features: - alloc - android-tzdata @@ -390,7 +390,7 @@ - wasm-bindgen - wasmbind - winapi - - windows-targets + - windows-link - name: cid 0.8.6 features: - alloc @@ -4139,6 +4139,8 @@ - name: windows-core 0.51.1 features: - default +- name: windows-link 0.1.0 + features: [] - name: windows-sys 0.42.0 features: - Win32