From 4f74c7714629d54e5e421ec26758d807aa16748b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 May 2021 18:03:15 +0000 Subject: [PATCH] chore: bump chrono-humanize from 0.1.1 to 0.2.1 (#16895) * chore: bump chrono-humanize from 0.1.1 to 0.2.1 Bumps [chrono-humanize](https://gitlab.com/imp/chrono-humanize-rs) from 0.1.1 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.1...0.2.1) Signed-off-by: dependabot[bot] * [auto-commit] Update all Cargo lock files Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-buildkite --- Cargo.lock | 4 ++-- ledger/Cargo.toml | 2 +- program-test/Cargo.toml | 2 +- programs/bpf/Cargo.lock | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1813a056e0..46150c6082 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -574,9 +574,9 @@ dependencies = [ [[package]] name = "chrono-humanize" -version = "0.1.1" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0a4c32145b4db85fe1c4f2b125a4f9493769df424f5f84baf6b04ea8eaf33c9" +checksum = "2eddc119501d583fd930cb92144e605f44e0252c38dd89d9247fffa1993375cb" dependencies = [ "chrono", ] diff --git a/ledger/Cargo.toml b/ledger/Cargo.toml index b26d599678..c2a80b9190 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.2.1" 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 6e08758307..61e6a0d248 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.2.1" log = "0.4.11" mio = "0.7.6" serde = "1.0.112" diff --git a/programs/bpf/Cargo.lock b/programs/bpf/Cargo.lock index b670636560..2f5e1959f2 100644 --- a/programs/bpf/Cargo.lock +++ b/programs/bpf/Cargo.lock @@ -381,9 +381,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", ]