From 871a07d11c6511f981e16e2e181b3dd66690d448 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 28 Apr 2021 13:16:54 +0000 Subject: Bump chrono-humanize from 0.1.2 to 0.2.1 Bumps [chrono-humanize](https://gitlab.com/imp/chrono-humanize-rs) from 0.1.2 to 0.2.1. - [Release notes](https://gitlab.com/imp/chrono-humanize-rs/tags) - [Commits](https://gitlab.com/imp/chrono-humanize-rs/compare/0.1.2...0.2.1) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index df90b8f..ba4602f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -624,9 +624,9 @@ dependencies = [ [[package]] name = "chrono-humanize" -version = "0.1.2" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8164ae3089baf04ff71f32aeb70213283dcd236dce8bc976d00b17a458f5f71c" +checksum = "2eddc119501d583fd930cb92144e605f44e0252c38dd89d9247fffa1993375cb" dependencies = [ "chrono", ] diff --git a/Cargo.toml b/Cargo.toml index aeaea29..085e225 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ nanoid = "0.4" alphanumeric-sort = "1" structopt = "0.3" chrono = "0.4" -chrono-humanize = "0.1" +chrono-humanize = "0.2" serde = { version = "1", features = ["derive"] } tar = "0.4" futures = "0.3" -- cgit v1.2.3