From 38175c4b1a3f623afbb26f8d5e13d04209887ef4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Aug 2021 11:29:52 +0300 Subject: [PATCH] chore(deps): bump bytes from 1.0.1 to 1.1.0 (#407) Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.0.1 to 1.1.0. - [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/compare/v1.0.1...v1.1.0) --- updated-dependencies: - dependency-name: bytes dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- ethers-core/Cargo.toml | 2 +- ethers-providers/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8a386e78..f6ad107e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -339,9 +339,9 @@ checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" [[package]] name = "bytes" -version = "1.0.1" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040" +checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8" dependencies = [ "serde", ] diff --git a/ethers-core/Cargo.toml b/ethers-core/Cargo.toml index b40c2c1e..ab1350ea 100644 --- a/ethers-core/Cargo.toml +++ b/ethers-core/Cargo.toml @@ -28,7 +28,7 @@ serde = { version = "1.0.124", default-features = false, features = ["derive"] } serde_json = { version = "1.0.64", default-features = false } thiserror = { version = "1.0.26", default-features = false } glob = { version = "0.3.0", default-features = false } -bytes = { version = "1.0.1", features = ["serde"] } +bytes = { version = "1.1.0", features = ["serde"] } hex = { version = "0.4.3", default-features = false, features = ["std"] } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] diff --git a/ethers-providers/Cargo.toml b/ethers-providers/Cargo.toml index f4ed8609..9b644e1f 100644 --- a/ethers-providers/Cargo.toml +++ b/ethers-providers/Cargo.toml @@ -36,7 +36,7 @@ pin-project = { version = "1.0.7", default-features = false } tracing = { version = "0.1.26", default-features = false } tracing-futures = { version = "0.2.5", default-features = false, features = ["std-future"] } -bytes = { version = "1.0.1", default-features = false, optional = true } +bytes = { version = "1.1.0", default-features = false, optional = true } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] # tokio