From 5a40d6dd7128e60a068730481d8eef21a6b81538 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 20:45:11 +0000 Subject: [PATCH] build(deps): bump time from 0.1.44 to 0.2.0 Bumps [time](https://github.com/time-rs/time) from 0.1.44 to 0.2.0. - [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.1.44...v0.2.0) --- updated-dependencies: - dependency-name: time dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 20 +++++++++++++------- Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6c4bb768..60eedb89 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -509,7 +509,7 @@ dependencies = [ "libc", "num-integer", "num-traits 0.2.14", - "time", + "time 0.1.45", "winapi 0.3.9", ] @@ -1121,7 +1121,7 @@ dependencies = [ "log 0.3.9", "parking_lot 0.5.5", "regex 0.2.11", - "time", + "time 0.1.45", ] [[package]] @@ -1792,7 +1792,7 @@ dependencies = [ "log 0.4.14", "net2", "rustc_version", - "time", + "time 0.1.45", "tokio 0.1.22", "tokio-buf", "tokio-executor", @@ -2710,7 +2710,7 @@ dependencies = [ "sha3 0.6.0", "slog", "thiserror", - "time", + "time 0.2.0", ] [[package]] @@ -4252,15 +4252,21 @@ dependencies = [ [[package]] name = "time" -version = "0.1.44" +version = "0.1.45" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255" +checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a" dependencies = [ "libc", "wasi 0.10.0+wasi-snapshot-preview1", "winapi 0.3.9", ] +[[package]] +name = "time" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fcc26de0a81a07c8352b548977862908fa9863e0e6e4f0eb36b2a9f4f8845585" + [[package]] name = "tiny-keccak" version = "1.5.0" @@ -4871,7 +4877,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8c3365f36c57e5df714a34be40902b27a992eeddb9996eca52d0584611cf885d" dependencies = [ "bitflags 0.7.0", - "time", + "time 0.1.45", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index eb629399..cd391072 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ oasis-core-tools = { git = "https://github.com/oasisprotocol/oasis-core", tag = [dev-dependencies] assert_matches = "1.3.0" -time = "0.1" +time = "0.2" ethabi = "8.0.0" [features]