From 00bc91984f87dc50c4353d263599189dfdc400fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 13:09:20 +0000 Subject: [PATCH] Bump chrono from 0.4.26 to 0.4.27 Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.26 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.26...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 | 6 +++--- console_backend/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 961ba2392..937935559 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -349,15 +349,15 @@ checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" [[package]] name = "chrono" -version = "0.4.26" +version = "0.4.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5" +checksum = "f56b4c72906975ca04becb8a30e102dfecddd0c06181e3e95ddc444be28881f8" 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 624ac3eec..f40c0c1a6 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.1", features = ["derive"] } indexmap = { version = "2.0.0", features = ["serde"] } -chrono = { version = "0.4.26", features = [ +chrono = { version = "0.4.27", features = [ "serde", "clock", "std",