From a1977cdae508a0fae0310dba20ecbd6cbbecdf2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Sep 2023 21:07:55 +0000 Subject: [PATCH] chore(deps): bump chrono from 0.4.26 to 0.4.28 (#2065) Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.26 to 0.4.28. - [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.26...v0.4.28) --- 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 | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 59e878e72..4674b6117 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -615,9 +615,9 @@ checksum = "17cc5e6b5ab06331c33589842070416baa137e8b0eb912b008cfd4a78ada7919" [[package]] name = "chrono" -version = "0.4.26" +version = "0.4.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5" +checksum = "95ed24df0632f708f5f6d8082675bef2596f7084dee3dd55f632290bf35bfe0f" dependencies = [ "android-tzdata", "iana-time-zone", @@ -626,7 +626,7 @@ dependencies = [ "serde", "time 0.1.45", "wasm-bindgen", - "winapi", + "windows-targets 0.48.5", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index eda32cee7..ed6e74cc1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -105,7 +105,7 @@ bytes = "^1.3.0" clap = { version = "^4.4.0", features = ["derive", "env"] } clap_complete = "^4.4.0" # Forced by saffron/cron -chrono = "^0.4.26" +chrono = "^0.4.28" compact_jwt = { version = "^0.2.10", default-features = false } concread = "^0.4.1" cron = "0.12.0"