From 3a06a7409ccb7c1c77eadbe9036b0e8e2990a4c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Apr 2021 23:14:07 +0000 Subject: [PATCH] Bump chrono-humanize from 0.1.1 to 0.1.2 Bumps [chrono-humanize](https://gitlab.com/imp/chrono-humanize-rs) from 0.1.1 to 0.1.2. - [Release notes](https://gitlab.com/imp/chrono-humanize-rs/tags) - [Commits](https://gitlab.com/imp/chrono-humanize-rs/compare/0.1.1...0.1.2) Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- ledger/Cargo.toml | 2 +- program-test/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5a202408dce91c..7c754be939e888 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -574,9 +574,9 @@ dependencies = [ [[package]] name = "chrono-humanize" -version = "0.1.1" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0a4c32145b4db85fe1c4f2b125a4f9493769df424f5f84baf6b04ea8eaf33c9" +checksum = "8164ae3089baf04ff71f32aeb70213283dcd236dce8bc976d00b17a458f5f71c" dependencies = [ "chrono", ] diff --git a/ledger/Cargo.toml b/ledger/Cargo.toml index 157377b5ca07d9..a08fcf06adaa47 100644 --- a/ledger/Cargo.toml +++ b/ledger/Cargo.toml @@ -13,7 +13,7 @@ edition = "2018" bincode = "1.3.1" byteorder = "1.3.4" chrono = { version = "0.4.11", features = ["serde"] } -chrono-humanize = "0.1.1" +chrono-humanize = "0.1.2" crossbeam-channel = "0.4" dlopen_derive = "0.1.4" dlopen = "0.1.8" diff --git a/program-test/Cargo.toml b/program-test/Cargo.toml index db9116e9e44cdf..78b5a00805ad08 100644 --- a/program-test/Cargo.toml +++ b/program-test/Cargo.toml @@ -12,7 +12,7 @@ async-trait = "0.1.42" base64 = "0.12.3" bincode = "1.3.1" chrono = "0.4.19" -chrono-humanize = "0.1.1" +chrono-humanize = "0.1.2" log = "0.4.11" mio = "0.7.6" serde = "1.0.112"