From 4ccb8c6939a2a6b182f2bc197a62ff4389a29080 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 07:10:21 +0000 Subject: [PATCH] build(deps): bump chrono from 0.4.34 to 0.4.37 Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.34 to 0.4.37. - [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.34...v0.4.37) --- updated-dependencies: - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0dc6d89ca7..4a89173a1d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -309,9 +309,9 @@ checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" [[package]] name = "chrono" -version = "0.4.34" +version = "0.4.37" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5bc015644b92d5890fab7489e49d21f879d5c990186827d42ec511919404f38b" +checksum = "8a0d04d43504c61aa6c7531f1871dd0d418d91130162063b789da00fd7057a5e" dependencies = [ "android-tzdata", "iana-time-zone", diff --git a/Cargo.toml b/Cargo.toml index 561126b803..cfe79fb71b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ cap-std = { version = "3", features = ["fs_utf8"] } containers-image-proxy = { version = "0.5.8", features = ["proxy_v0_2_4"] } # Explicitly force on libc rustix = { version = "0.38", features = ["use-libc", "process", "fs"] } -chrono = { version = "0.4.34", features = ["serde"] } +chrono = { version = "0.4.37", features = ["serde"] } clap = { version = "4.5", features = ["derive"] } cxx = "1.0.120" envsubst = "0.2.1"