From 6362b1ccee06a0956370284ebe5f21345dc762f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 20:56:08 +0000 Subject: [PATCH] Bump chrono from 0.4.26 to 0.4.28 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] --- Cargo.lock | 6 +++--- console_backend/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ab2919f12..3acc50814 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -397,15 +397,15 @@ checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" [[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", "num-traits", "serde", - "winapi", + "windows-targets 0.48.0", ] [[package]] diff --git a/console_backend/Cargo.toml b/console_backend/Cargo.toml index 7ce60f1ed..da451d563 100644 --- a/console_backend/Cargo.toml +++ b/console_backend/Cargo.toml @@ -28,7 +28,7 @@ serde_yaml = "0.9" anyhow = { version = "1", features = ["backtrace"] } clap = { version = "4.4", features = ["derive"] } indexmap = { version = "2.0.0", features = ["serde"] } -chrono = { version = "0.4.26", features = [ +chrono = { version = "0.4.28", features = [ "serde", "clock", "std",