From 140b90d9b42ee11b6ec65904fa11fcb87c9726e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 Jul 2022 21:14:44 -0700 Subject: [PATCH] chore(deps): bump bytes from 1.2.0 to 1.2.1 (#1542) Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/bytes/commits) --- updated-dependencies: - dependency-name: bytes dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- ethers-core/Cargo.toml | 2 +- ethers-providers/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 23197ac8..c79ad4af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -365,9 +365,9 @@ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" [[package]] name = "bytes" -version = "1.2.0" +version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0b3de4a0c5e67e16066a0715723abd91edc2f9001d09c46e1dca929351e130e" +checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db" dependencies = [ "serde", ] diff --git a/Cargo.toml b/Cargo.toml index 23d51479..211c1d42 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -102,7 +102,7 @@ serde = { version = "1.0.124", features = ["derive"] } serde_json = "1.0.64" tokio = { version = "1.18", features = ["macros", "rt-multi-thread"] } hex = "0.4.3" -bytes = "1.2.0" +bytes = "1.2.1" # profile for the wasm example diff --git a/ethers-core/Cargo.toml b/ethers-core/Cargo.toml index b4824314..68cfdaef 100644 --- a/ethers-core/Cargo.toml +++ b/ethers-core/Cargo.toml @@ -28,7 +28,7 @@ chrono = { version = "0.4", default-features = false } serde = { version = "1.0.124", default-features = false, features = ["derive"] } serde_json = { version = "1.0.64", default-features = false } thiserror = { version = "1.0", default-features = false } -bytes = { version = "1.2.0", features = ["serde"] } +bytes = { version = "1.2.1", features = ["serde"] } hex = { version = "0.4.3", default-features = false, features = ["std"] } once_cell = { version = "1.13.0", optional = true } unicode-xid = "0.2.3" diff --git a/ethers-providers/Cargo.toml b/ethers-providers/Cargo.toml index 1be69157..7c91c809 100644 --- a/ethers-providers/Cargo.toml +++ b/ethers-providers/Cargo.toml @@ -38,7 +38,7 @@ pin-project = { version = "1.0.11", default-features = false } tracing = { version = "0.1.36", default-features = false } tracing-futures = { version = "0.2.5", default-features = false, features = ["std-future"] } -bytes = { version = "1.2.0", default-features = false, optional = true } +bytes = { version = "1.2.1", default-features = false, optional = true } once_cell = "1.13.0" hashers = "1.0.1"