From 974441e905bbf5cc529a0203874d77e28d9faa20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jun 2022 08:26:17 -0700 Subject: [PATCH] chore(deps): bump semver from 1.0.9 to 1.0.10 (#1366) Bumps [semver](https://github.com/dtolnay/semver) from 1.0.9 to 1.0.10. - [Release notes](https://github.com/dtolnay/semver/releases) - [Commits](https://github.com/dtolnay/semver/compare/1.0.9...1.0.10) --- updated-dependencies: - dependency-name: semver 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 ++-- ethers-etherscan/Cargo.toml | 2 +- ethers-signers/Cargo.toml | 2 +- ethers-solc/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bb3c5f10..49fb4e00 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3317,9 +3317,9 @@ dependencies = [ [[package]] name = "semver" -version = "1.0.9" +version = "1.0.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8cb243bdfdb5936c8dc3c45762a19d12ab4550cdc753bc247637d4ec35a040fd" +checksum = "a41d061efea015927ac527063765e73601444cdc344ba855bc7bd44578b25e1c" dependencies = [ "serde", ] diff --git a/ethers-etherscan/Cargo.toml b/ethers-etherscan/Cargo.toml index 26fca83b..bc98b6b7 100644 --- a/ethers-etherscan/Cargo.toml +++ b/ethers-etherscan/Cargo.toml @@ -21,7 +21,7 @@ serde_json = { version = "1.0.64", default-features = false } serde-aux = { version = "3.0.1", default-features = false } thiserror = "1.0" tracing = "0.1.35" -semver = "1.0.9" +semver = "1.0.10" [dev-dependencies] tempfile = "3.3.0" diff --git a/ethers-signers/Cargo.toml b/ethers-signers/Cargo.toml index 74268b4c..5aa9bd50 100644 --- a/ethers-signers/Cargo.toml +++ b/ethers-signers/Cargo.toml @@ -27,7 +27,7 @@ rand = { version = "0.8.5", default-features = false } yubihsm = { version = "0.40.0", features = ["secp256k1", "http", "usb"], optional = true } futures-util = { version = "^0.3", optional = true } futures-executor = { version = "^0.3", optional = true } -semver = { version = "1.0.9", optional = true } +semver = { version = "1.0.10", optional = true } trezor-client = { version = "0.0.5", optional = true, default-features = false, features = ["f_ethereum"] } # aws diff --git a/ethers-solc/Cargo.toml b/ethers-solc/Cargo.toml index d4c0ff64..47a2bc7f 100644 --- a/ethers-solc/Cargo.toml +++ b/ethers-solc/Cargo.toml @@ -17,7 +17,7 @@ keywords = ["ethereum", "web3", "solc", "solidity", "ethers"] ethers-core = { version = "^0.6.0", path = "../ethers-core", default-features = false } serde_json = "1.0.68" serde = { version = "1.0.130", features = ["derive"] } -semver = { version = "1.0.9", features = ["serde"] } +semver = { version = "1.0.10", features = ["serde"] } walkdir = "2.3.2" tokio = { version = "1.18", default-features = false, features = ["rt"] } futures-util = { version = "^0.3", optional = true }