From 37f719c33c0d6171195189441b900473bd4f71cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jul 2021 13:16:24 +0000 Subject: [PATCH] build(deps): bump tiny-keccak from 1.5.0 to 2.0.2 Bumps [tiny-keccak](https://github.com/debris/tiny-keccak) from 1.5.0 to 2.0.2. - [Release notes](https://github.com/debris/tiny-keccak/releases) - [Commits](https://github.com/debris/tiny-keccak/commits) --- updated-dependencies: - dependency-name: tiny-keccak dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- chain/ethereum/Cargo.toml | 2 +- graph/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d71390cfbb6..e273b4dd9bb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1609,7 +1609,7 @@ dependencies = [ "strum_macros", "test-store", "thiserror", - "tiny-keccak 1.5.0", + "tiny-keccak 2.0.2", "tokio 0.2.25", "tokio-retry", "tokio-stream", @@ -1650,7 +1650,7 @@ dependencies = [ "serde", "state_machine_future", "test-store", - "tiny-keccak 1.5.0", + "tiny-keccak 2.0.2", "web3", ] diff --git a/chain/ethereum/Cargo.toml b/chain/ethereum/Cargo.toml index fa3a7021e0a..6484d7c3613 100644 --- a/chain/ethereum/Cargo.toml +++ b/chain/ethereum/Cargo.toml @@ -15,7 +15,7 @@ state_machine_future = "0.2" serde = "1.0" dirs-next = "2.0" anyhow = "1.0" -tiny-keccak = "1.5.0" +tiny-keccak = "2.0.2" hex = "0.4.3" # master contains changes such as diff --git a/graph/Cargo.toml b/graph/Cargo.toml index dd2ae5003bc..bcbe6e26c0a 100644 --- a/graph/Cargo.toml +++ b/graph/Cargo.toml @@ -46,7 +46,7 @@ slog-async = "2.5.0" slog-envlogger = "2.1.0" slog-term = "2.7.0" petgraph = "0.5.1" -tiny-keccak = "1.5.0" +tiny-keccak = "2.0.2" tokio = { version = "0.2.25", features = ["stream", "rt-threaded", "rt-util", "blocking", "time", "sync", "macros", "test-util", "net"] } tokio-stream = { version = "0.1.6", features = ["sync"] } tokio-retry = { git = "https://github.com/graphprotocol/rust-tokio-retry", branch = "update-to-tokio-02" }