chore(deps): bump futures-util from 0.3.11 to 0.3.12 (#171)
Bumps [futures-util](https://github.com/rust-lang/futures-rs) from 0.3.11 to 0.3.12. - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.11...0.3.12) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
parent
fe4de53d84
commit
2769c97018
|
@ -879,15 +879,15 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "futures-io"
|
||||
version = "0.3.11"
|
||||
version = "0.3.12"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3868967e4e5ab86614e2176c99949eeef6cbcacaee737765f6ae693988273997"
|
||||
checksum = "28be053525281ad8259d47e4de5de657b25e7bac113458555bb4b70bc6870500"
|
||||
|
||||
[[package]]
|
||||
name = "futures-macro"
|
||||
version = "0.3.11"
|
||||
version = "0.3.12"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "95778720c3ee3c179cd0d8fd5a0f9b40aa7d745c080f86a8f8bed33c4fd89758"
|
||||
checksum = "c287d25add322d9f9abdcdc5927ca398917996600182178774032e9f8258fedd"
|
||||
dependencies = [
|
||||
"proc-macro-hack",
|
||||
"proc-macro2",
|
||||
|
@ -903,9 +903,9 @@ checksum = "caf5c69029bda2e743fddd0582d1083951d65cc9539aebf8812f36c3491342d6"
|
|||
|
||||
[[package]]
|
||||
name = "futures-task"
|
||||
version = "0.3.11"
|
||||
version = "0.3.12"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "868090f28a925db6cb7462938c51d807546e298fb314088239f0e52fb4338b96"
|
||||
checksum = "13de07eb8ea81ae445aca7b69f5f7bf15d7bf4912d8ca37d6645c77ae8a58d86"
|
||||
dependencies = [
|
||||
"once_cell",
|
||||
]
|
||||
|
@ -918,9 +918,9 @@ checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"
|
|||
|
||||
[[package]]
|
||||
name = "futures-util"
|
||||
version = "0.3.11"
|
||||
version = "0.3.12"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cad5e82786df758d407932aded1235e24d8e2eb438b6adafd37930c2462fb5d1"
|
||||
checksum = "632a8cd0f2a4b3fdea1657f08bde063848c3bd00f9bbf6e256b8be78802e624b"
|
||||
dependencies = [
|
||||
"futures-channel",
|
||||
"futures-core",
|
||||
|
|
|
@ -21,7 +21,7 @@ serde_json = { version = "1.0.61", default-features = false }
|
|||
thiserror = { version = "1.0.23", default-features = false }
|
||||
once_cell = { version = "1.5.2", default-features = false }
|
||||
pin-project = {version = "1.0.3", default-features = false }
|
||||
futures-util = { version = "0.3.11", default-features = false }
|
||||
futures-util = { version = "0.3.12", default-features = false }
|
||||
hex = { version = "0.4.2", default-features = false, features = ["std"] }
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
|
@ -21,7 +21,7 @@ ethers-signers = { version = "0.2", path = "../ethers-signers", default-features
|
|||
async-trait = { version = "0.1.42", default-features = false }
|
||||
serde = { version = "1.0.119", default-features = false, features = ["derive"] }
|
||||
thiserror = { version = "1.0.22", default-features = false }
|
||||
futures-util = { version = "0.3.11", default-features = false }
|
||||
futures-util = { version = "0.3.12", default-features = false }
|
||||
tracing = { version = "0.1.22", default-features = false }
|
||||
tracing-futures = { version = "0.2.4", default-features = false }
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ auto_impl = { version = "0.4.1", default-features = false }
|
|||
|
||||
# required for implementing stream on the filters
|
||||
futures-core = { version = "0.3.12", default-features = false }
|
||||
futures-util = { version = "0.3.11", default-features = false }
|
||||
futures-util = { version = "0.3.12", default-features = false }
|
||||
futures-timer = { version = "3.0.2", default-features = false }
|
||||
futures-channel = { version = "0.3.12", default-features = false }
|
||||
pin-project = { version = "1.0.3", default-features = false }
|
||||
|
|
|
@ -26,7 +26,7 @@ elliptic-curve = { version = "0.8.4", default-features = false }
|
|||
sha2 = { version = "0.9.2", default-features = false }
|
||||
rand = { version = "0.7.3", default-features = false }
|
||||
yubihsm = { version = "0.37.0", features = ["secp256k1", "http", "usb"], optional = true }
|
||||
futures-util = "0.3.11"
|
||||
futures-util = "0.3.12"
|
||||
futures-executor = "0.3.11"
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
Loading…
Reference in New Issue