From 6a938158b69bdc8d93e2b38034b3afb02a5b63f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Sep 2021 11:33:01 +0300 Subject: [PATCH] chore(deps): bump thiserror from 1.0.28 to 1.0.29 (#433) Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.28 to 1.0.29. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.28...1.0.29) --- 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-middleware/Cargo.toml | 2 +- ethers-providers/Cargo.toml | 2 +- ethers-signers/Cargo.toml | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e6bee62b..69b2e2bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2845,18 +2845,18 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.28" +version = "1.0.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "283d5230e63df9608ac7d9691adc1dfb6e701225436eb64d0b9a7f0a5a04f6ec" +checksum = "602eca064b2d83369e2b2f34b09c70b605402801927c65c11071ac911d299b88" dependencies = [ "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.28" +version = "1.0.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa3884228611f5cd3608e2d409bf7dce832e4eb3135e3f11addbd7e41bd68e71" +checksum = "bad553cc2c78e8de258400763a647e80e6d1b31ee237275d756f6836d204494c" dependencies = [ "proc-macro2", "quote", diff --git a/ethers-contract/Cargo.toml b/ethers-contract/Cargo.toml index 1f473700..b0e5560b 100644 --- a/ethers-contract/Cargo.toml +++ b/ethers-contract/Cargo.toml @@ -17,7 +17,7 @@ ethers-contract-derive = { version = "^0.5.0", path = "ethers-contract-derive", serde = { version = "1.0.124", default-features = false } serde_json = { version = "1.0.64", default-features = false } -thiserror = { version = "1.0.28", default-features = false } +thiserror = { version = "1.0.29", default-features = false } once_cell = { version = "1.8.0" } pin-project = {version = "1.0.7", default-features = false } futures-util = { version = "0.3.17" } diff --git a/ethers-core/Cargo.toml b/ethers-core/Cargo.toml index 7e15adc7..726add54 100644 --- a/ethers-core/Cargo.toml +++ b/ethers-core/Cargo.toml @@ -26,7 +26,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.28", default-features = false } +thiserror = { version = "1.0.29", default-features = false } glob = { version = "0.3.0", default-features = false } bytes = { version = "1.1.0", features = ["serde"] } hex = { version = "0.4.3", default-features = false, features = ["std"] } diff --git a/ethers-middleware/Cargo.toml b/ethers-middleware/Cargo.toml index 946bd256..00266e16 100644 --- a/ethers-middleware/Cargo.toml +++ b/ethers-middleware/Cargo.toml @@ -21,7 +21,7 @@ ethers-signers = { version = "^0.5.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.28", default-features = false } +thiserror = { version = "1.0.29", default-features = false } futures-util = { version = "0.3.17" } tracing = { version = "0.1.26", 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 42d4756f..2e3b0fd0 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.4", default-features = false, features = ["json"] } serde = { version = "1.0.124", default-features = false, features = ["derive"] } serde_json = { version = "1.0.64", default-features = false } -thiserror = { version = "1.0.28", default-features = false } +thiserror = { version = "1.0.29", default-features = false } url = { version = "2.2.2", default-features = false } auto_impl = { version = "0.4.1", default-features = false } diff --git a/ethers-signers/Cargo.toml b/ethers-signers/Cargo.toml index 60761928..c43420bb 100644 --- a/ethers-signers/Cargo.toml +++ b/ethers-signers/Cargo.toml @@ -15,7 +15,7 @@ rustdoc-args = ["--cfg", "docsrs"] [dependencies] ethers-core = { version = "^0.5.0", path = "../ethers-core" } -thiserror = { version = "1.0.28", default-features = false } +thiserror = { version = "1.0.29", default-features = false } coins-bip32 = "0.3.0" coins-bip39 = "0.3.0" coins-ledger = { version = "0.4.0", default-features = false, optional = true }