From f00761ef306d663457d0af6bcbdb1184f4f99619 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 10:10:44 +0000 Subject: [PATCH] chore(deps): bump chrono from 0.4.39 to 0.4.42 in /rustbee-common Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.39 to 0.4.42. - [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.42) --- updated-dependencies: - dependency-name: chrono dependency-version: 0.4.42 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- rustbee-common/Cargo.lock | 19 +++++++++---------- rustbee-common/Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/rustbee-common/Cargo.lock b/rustbee-common/Cargo.lock index bfbe03f..b000f56 100644 --- a/rustbee-common/Cargo.lock +++ b/rustbee-common/Cargo.lock @@ -180,12 +180,6 @@ version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04" -[[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" @@ -764,16 +758,15 @@ dependencies = [ [[package]] name = "chrono" -version = "0.4.39" +version = "0.4.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825" +checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2" dependencies = [ - "android-tzdata", "iana-time-zone", "js-sys", "num-traits", "wasm-bindgen", - "windows-targets 0.52.6", + "windows-link", ] [[package]] @@ -4015,6 +4008,12 @@ dependencies = [ "syn 2.0.87", ] +[[package]] +name = "windows-link" +version = "0.2.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" + [[package]] name = "windows-result" version = "0.1.2" diff --git a/rustbee-common/Cargo.toml b/rustbee-common/Cargo.toml index cf036f2..dd97844 100644 --- a/rustbee-common/Cargo.toml +++ b/rustbee-common/Cargo.toml @@ -13,7 +13,7 @@ ffi = [] [dependencies] bluest = "0.6.7" btleplug = "0.11.7" -chrono = "0.4.39" +chrono = "0.4.42" color_space = "0.5.4" eframe = { version = "0.29.1", features = ["persistence"] } futures = "0.3.30"