From 62b7de88e5429c080c1cb71ef2404ad98c17f53d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Apr 2023 11:50:25 -0700 Subject: [PATCH] Bump chrono-humanize from 0.2.1 to 0.2.2 (#31075) Bumps [chrono-humanize](https://gitlab.com/imp/chrono-humanize-rs) from 0.2.1 to 0.2.2. - [Release notes](https://gitlab.com/imp/chrono-humanize-rs/tags) - [Commits](https://gitlab.com/imp/chrono-humanize-rs/compare/0.2.1...0.2.2) --- updated-dependencies: - dependency-name: chrono-humanize dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- programs/sbf/Cargo.lock | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index aa790f4ee..ead103b6e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -988,9 +988,9 @@ dependencies = [ [[package]] name = "chrono-humanize" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2eddc119501d583fd930cb92144e605f44e0252c38dd89d9247fffa1993375cb" +checksum = "32dce1ea1988dbdf9f9815ff11425828523bd2a134ec0805d2ac8af26ee6096e" dependencies = [ "chrono", ] diff --git a/Cargo.toml b/Cargo.toml index fa554c41d..d9ac94c80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -156,7 +156,7 @@ caps = "0.5.4" cargo_metadata = "0.15.0" cc = "1.0.79" chrono = { version = "0.4.23", default-features = false } -chrono-humanize = "0.2.1" +chrono-humanize = "0.2.2" clap = "2.33.1" console = "0.15.0" console_error_panic_hook = "0.1.7" diff --git a/programs/sbf/Cargo.lock b/programs/sbf/Cargo.lock index b113edf93..d7e7355b5 100644 --- a/programs/sbf/Cargo.lock +++ b/programs/sbf/Cargo.lock @@ -901,9 +901,9 @@ dependencies = [ [[package]] name = "chrono-humanize" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2eddc119501d583fd930cb92144e605f44e0252c38dd89d9247fffa1993375cb" +checksum = "32dce1ea1988dbdf9f9815ff11425828523bd2a134ec0805d2ac8af26ee6096e" dependencies = [ "chrono", ]