From 05a6f5a13b208c942cb319d2faac788170b4edb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Aug 2022 07:56:38 +0000 Subject: [PATCH] Bump time from 0.2.16 to 0.2.23 Bumps [time](https://github.com/time-rs/time) from 0.2.16 to 0.2.23. - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](https://github.com/time-rs/time/compare/v0.2.16...v0.2.23) --- updated-dependencies: - dependency-name: time dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5c381d4..3996881 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "ansi_term" version = "0.11.0" @@ -106,6 +108,12 @@ dependencies = [ "vec_map", ] +[[package]] +name = "const_fn" +version = "0.4.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fbdcdcb6d86f71c5e97409ad45898af11cbc995b4ee8112d59095a28d376c935" + [[package]] name = "constant_time_eq" version = "0.1.5" @@ -609,7 +617,7 @@ dependencies = [ [[package]] name = "rusty-blockparser" -version = "0.8.0" +version = "0.8.1" dependencies = [ "byteorder", "clap", @@ -619,7 +627,7 @@ dependencies = [ "rust-base58", "rust-crypto", "rusty-leveldb", - "time 0.2.16", + "time 0.2.23", ] [[package]] @@ -799,11 +807,11 @@ dependencies = [ [[package]] name = "time" -version = "0.2.16" +version = "0.2.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a51cadc5b1eec673a685ff7c33192ff7b7603d0b75446fb354939ee615acb15" +checksum = "bcdaeea317915d59b2b4cd3b5efcd156c309108664277793f5351700c02ce98b" dependencies = [ - "cfg-if", + "const_fn", "libc", "standback", "stdweb",