From c44872f62ee62975ad375b92d4bc4877fd07107d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 May 2022 11:54:22 -0700 Subject: [PATCH] chore(deps): bump thiserror from 1.0.30 to 1.0.31 (#1206) Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.30 to 1.0.31. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.30...1.0.31) --- updated-dependencies: - dependency-name: thiserror 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 | 8 ++++---- ethers-contract/Cargo.toml | 2 +- ethers-core/Cargo.toml | 2 +- ethers-etherscan/Cargo.toml | 2 +- ethers-middleware/Cargo.toml | 2 +- ethers-providers/Cargo.toml | 2 +- ethers-signers/Cargo.toml | 2 +- ethers-solc/Cargo.toml | 2 +- 8 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index de97d4a5..e986de8e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3740,18 +3740,18 @@ checksum = "0066c8d12af8b5acd21e00547c3797fde4e8677254a7ee429176ccebbe93dd80" [[package]] name = "thiserror" -version = "1.0.30" +version = "1.0.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417" +checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.30" +version = "1.0.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b" +checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a" dependencies = [ "proc-macro2", "quote", diff --git a/ethers-contract/Cargo.toml b/ethers-contract/Cargo.toml index f66bd160..554e2971 100644 --- a/ethers-contract/Cargo.toml +++ b/ethers-contract/Cargo.toml @@ -18,7 +18,7 @@ ethers-derive-eip712 = { version = "^0.2.0", path = "../ethers-core/ethers-deriv serde = { version = "1.0.124", default-features = false } serde_json = { version = "1.0.64", default-features = false } -thiserror = { version = "1.0.30", default-features = false } +thiserror = { version = "1.0.31", default-features = false } once_cell = { version = "1.10.0" } pin-project = {version = "1.0.7", default-features = false } futures-util = { version = "^0.3" } diff --git a/ethers-core/Cargo.toml b/ethers-core/Cargo.toml index 5cbc8efa..1f7212dc 100644 --- a/ethers-core/Cargo.toml +++ b/ethers-core/Cargo.toml @@ -25,7 +25,7 @@ tiny-keccak = { version = "2.0.2", default-features = false } # misc serde = { version = "1.0.124", default-features = false, features = ["derive"] } serde_json = { version = "1.0.64", default-features = false } -thiserror = { version = "1.0.30", default-features = false } +thiserror = { version = "1.0.31", default-features = false } bytes = { version = "1.1.0", features = ["serde"] } hex = { version = "0.4.3", default-features = false, features = ["std"] } once_cell = { version = "1.10.0", optional = true } diff --git a/ethers-etherscan/Cargo.toml b/ethers-etherscan/Cargo.toml index 2d9e7985..008a69b7 100644 --- a/ethers-etherscan/Cargo.toml +++ b/ethers-etherscan/Cargo.toml @@ -20,7 +20,7 @@ reqwest = { version = "0.11.10", default-features = false, features = ["json"] } serde = { version = "1.0.124", default-features = false, features = ["derive"] } serde_json = { version = "1.0.64", default-features = false } serde-aux = { version = "3.0.1", default-features = false } -thiserror = "1.0.29" +thiserror = "1.0.31" tracing = "0.1.34" [dev-dependencies] diff --git a/ethers-middleware/Cargo.toml b/ethers-middleware/Cargo.toml index 6c0b3167..5cf39a1d 100644 --- a/ethers-middleware/Cargo.toml +++ b/ethers-middleware/Cargo.toml @@ -22,7 +22,7 @@ ethers-signers = { version = "^0.6.0", path = "../ethers-signers", default-featu async-trait = { version = "0.1.50", default-features = false } serde = { version = "1.0.124", default-features = false, features = ["derive"] } -thiserror = { version = "1.0.30", default-features = false } +thiserror = { version = "1.0.31", default-features = false } futures-util = { version = "^0.3" } tracing = { version = "0.1.34", default-features = false } tracing-futures = { version = "0.2.5", default-features = false } diff --git a/ethers-providers/Cargo.toml b/ethers-providers/Cargo.toml index c66c1af9..90f0069b 100644 --- a/ethers-providers/Cargo.toml +++ b/ethers-providers/Cargo.toml @@ -21,7 +21,7 @@ hex = { version = "0.4.3", default-features = false, features = ["std"] } reqwest = { version = "0.11.10", default-features = false, features = ["json"] } serde = { version = "1.0.124", default-features = false, features = ["derive"] } serde_json = { version = "1.0.64", default-features = false, features = ["raw_value"] } -thiserror = { version = "1.0.30", default-features = false } +thiserror = { version = "1.0.31", default-features = false } url = { version = "2.2.2", default-features = false } auto_impl = { version = "0.5.0", default-features = false } http = { version = "0.2" } diff --git a/ethers-signers/Cargo.toml b/ethers-signers/Cargo.toml index 8714080b..344e91be 100644 --- a/ethers-signers/Cargo.toml +++ b/ethers-signers/Cargo.toml @@ -15,7 +15,7 @@ rustdoc-args = ["--cfg", "docsrs"] [dependencies] ethers-core = { version = "^0.6.0", path = "../ethers-core", features = ["eip712"]} -thiserror = { version = "1.0.30", default-features = false } +thiserror = { version = "1.0.31", default-features = false } coins-bip32 = "0.6.0" coins-bip39 = "0.6.0" coins-ledger = { version = "0.6.0", default-features = false, optional = true } diff --git a/ethers-solc/Cargo.toml b/ethers-solc/Cargo.toml index 3a9d53cd..0a4d92bd 100644 --- a/ethers-solc/Cargo.toml +++ b/ethers-solc/Cargo.toml @@ -24,7 +24,7 @@ futures-util = { version = "^0.3", optional = true } once_cell = "1.10.0" regex = "1.5.5" md-5 = "0.10.1" -thiserror = "1.0.30" +thiserror = "1.0.31" hex = "0.4.3" colored = "2.0.0" glob = "0.3.0"