From c99631c5217e17005963f58000ee22ad9af7a964 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 08:51:18 +0000 Subject: [PATCH] build(deps): bump chrono from 0.4.24 to 0.4.30 Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.24 to 0.4.30. - [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.30) --- updated-dependencies: - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 36 ++++++++++++------------------------ fydia-router/Cargo.toml | 2 +- fydia-struct/Cargo.toml | 2 +- fydia/Cargo.toml | 2 +- 4 files changed, 15 insertions(+), 27 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f3a296b..22aa27d 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,16 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chrono" -version = "0.4.24" +version = "0.4.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b" +checksum = "defd4e7873dbddba6c7c91e199c7fcb946abc4a6a4ac3195400bcfb01b5de877" dependencies = [ + "android-tzdata", "iana-time-zone", "js-sys", - "num-integer", "num-traits", - "time", "wasm-bindgen", - "winapi", + "windows-targets 0.48.0", ] [[package]] @@ -811,7 +816,7 @@ dependencies = [ "cfg-if", "js-sys", "libc", - "wasi 0.11.0+wasi-snapshot-preview1", + "wasi", "wasm-bindgen", ] @@ -1265,7 +1270,7 @@ checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9" dependencies = [ "libc", "log", - "wasi 0.11.0+wasi-snapshot-preview1", + "wasi", "windows-sys 0.45.0", ] @@ -2449,17 +2454,6 @@ dependencies = [ "once_cell", ] -[[package]] -name = "time" -version = "0.1.45" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a" -dependencies = [ - "libc", - "wasi 0.10.0+wasi-snapshot-preview1", - "winapi", -] - [[package]] name = "tinyvec" version = "1.6.0" @@ -2831,12 +2825,6 @@ dependencies = [ "try-lock", ] -[[package]] -name = "wasi" -version = "0.10.0+wasi-snapshot-preview1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" - [[package]] name = "wasi" version = "0.11.0+wasi-snapshot-preview1" diff --git a/fydia-router/Cargo.toml b/fydia-router/Cargo.toml index 2b98627..3187d10 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.30" 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..ef601f3 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.30" 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..29e8f13 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.30"