From 96de90303f27b345556c1cf0e60395a6a3538c2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 08:22:11 +0000 Subject: [PATCH] build(deps): bump chrono from 0.4.24 to 0.4.27 Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.24 to 0.4.27. - [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.24...v0.4.27) --- updated-dependencies: - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 14 ++++++++++---- fydia-router/Cargo.toml | 2 +- fydia-struct/Cargo.toml | 2 +- fydia/Cargo.toml | 2 +- 4 files changed, 13 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f3a296b..1a1b188 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -34,6 +34,12 @@ version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd" +[[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" @@ -265,17 +271,17 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chrono" -version = "0.4.24" +version = "0.4.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b" +checksum = "f56b4c72906975ca04becb8a30e102dfecddd0c06181e3e95ddc444be28881f8" dependencies = [ + "android-tzdata", "iana-time-zone", "js-sys", - "num-integer", "num-traits", "time", "wasm-bindgen", - "winapi", + "windows-targets 0.48.0", ] [[package]] diff --git a/fydia-router/Cargo.toml b/fydia-router/Cargo.toml index 2b98627..715bac1 100644 --- a/fydia-router/Cargo.toml +++ b/fydia-router/Cargo.toml @@ -16,7 +16,7 @@ fydia-crypto = { path = "../fydia-crypto" } fydia-dispatcher = { path = "../fydia-dispatcher" } tokio = { version = "1.28.2", default-features = false } futures = "0.3.27" -chrono = "0.4.24" +chrono = "0.4.27" axum = { version = "0.6.18", features = ["ws", "headers"] } log = "0.4.17" mime = "0.3.17" diff --git a/fydia-struct/Cargo.toml b/fydia-struct/Cargo.toml index e4710ae..9a5eda1 100644 --- a/fydia-struct/Cargo.toml +++ b/fydia-struct/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" [dependencies] axum = { version = "0.6.18", features = ["headers"] } -chrono = "0.4.24" +chrono = "0.4.27" futures = "0.3.27" fydia-crypto = { path = "../fydia-crypto" } fydia-utils = { path = "../fydia-utils" } diff --git a/fydia/Cargo.toml b/fydia/Cargo.toml index 9f796da..57f070f 100644 --- a/fydia/Cargo.toml +++ b/fydia/Cargo.toml @@ -18,4 +18,4 @@ fydia-router = { path = "../fydia-router" } fydia-config = { path = "../fydia-config" } log = "0.4.17" pretty_env_logger = "0.5.0" -chrono = "0.4.24" +chrono = "0.4.27"