Skip to content
This repository was archived by the owner on Oct 19, 2024. It is now read-only.

Commit 74272ca

Browse files
chore(deps): bump semver from 1.0.13 to 1.0.14 (#1708)
Bumps [semver](https://github.com/dtolnay/semver) from 1.0.13 to 1.0.14. - [Release notes](https://github.com/dtolnay/semver/releases) - [Commits](dtolnay/semver@1.0.13...1.0.14) --- updated-dependencies: - dependency-name: semver dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1f951be commit 74272ca

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Diff for: Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: ethers-etherscan/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ serde_json = { version = "1.0.64", default-features = false }
2121
serde-aux = { version = "4.0.0", default-features = false }
2222
thiserror = "1.0"
2323
tracing = "0.1.36"
24-
semver = "1.0.13"
24+
semver = "1.0.14"
2525

2626
[target.'cfg(target_arch = "wasm32")'.dependencies]
2727
# NOTE: this enables wasm compatibility for getrandom indirectly

Diff for: ethers-signers/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ rand = { version = "0.8.5", default-features = false }
2727
yubihsm = { version = "0.41.0", features = ["secp256k1", "http", "usb"], optional = true }
2828
futures-util = { version = "^0.3", optional = true }
2929
futures-executor = { version = "^0.3", optional = true }
30-
semver = { version = "1.0.13", optional = true }
30+
semver = { version = "1.0.14", optional = true }
3131
trezor-client = { version = "0.0.6", optional = true, default-features = false, features = ["f_ethereum"] }
3232

3333
# aws

Diff for: ethers-solc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ keywords = ["ethereum", "web3", "solc", "solidity", "ethers"]
1717
ethers-core = { version = "^0.17.0", path = "../ethers-core", default-features = false }
1818
serde_json = "1.0.68"
1919
serde = { version = "1.0.130", features = ["derive"] }
20-
semver = { version = "1.0.13", features = ["serde"] }
20+
semver = { version = "1.0.14", features = ["serde"] }
2121
walkdir = "2.3.2"
2222
tokio = { version = "1.18", default-features = false, features = ["rt"] }
2323
futures-util = { version = "^0.3", optional = true }

0 commit comments

Comments
 (0)