From fd3cfd3f36581b70923f9325e034cd1a42148557 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 13:51:22 -0700 Subject: [PATCH] Bump chrono from 0.4.28 to 0.4.30 (#395) Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.28 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.28...v0.4.30) --- updated-dependencies: - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 22 ++-------------------- typify/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 21 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 427bd4bc..115c1a90 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -205,16 +205,15 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "chrono" -version = "0.4.28" +version = "0.4.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "95ed24df0632f708f5f6d8082675bef2596f7084dee3dd55f632290bf35bfe0f" +checksum = "defd4e7873dbddba6c7c91e199c7fcb946abc4a6a4ac3195400bcfb01b5de877" dependencies = [ "android-tzdata", "iana-time-zone", "js-sys", "num-traits", "serde", - "time", "wasm-bindgen", "windows-targets", ] @@ -1010,17 +1009,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", - "winapi", -] - [[package]] name = "toml" version = "0.5.9" @@ -1240,12 +1228,6 @@ dependencies = [ "winapi-util", ] -[[package]] -name = "wasi" -version = "0.10.0+wasi-snapshot-preview1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" - [[package]] name = "wasm-bindgen" version = "0.2.86" diff --git a/typify/Cargo.toml b/typify/Cargo.toml index e202931f..4758bb8d 100644 --- a/typify/Cargo.toml +++ b/typify/Cargo.toml @@ -18,7 +18,7 @@ typify-macro = { version = "0.0.13", path = "../typify-macro", optional = true } typify-impl = { version = "0.0.13", path = "../typify-impl" } [dev-dependencies] -chrono = { version = "0.4.28", features = ["serde"] } +chrono = { version = "0.4.30", features = ["serde"] } expectorate = "1.0.7" glob = "0.3.1" quote = "1.0.33"