build(deps): bump thiserror from 1.0.30 to 1.0.31 (#4259)

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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-05-05 01:08:06 +00:00 committed by GitHub
parent 79d58285fb
commit 32056e0e5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 12 additions and 12 deletions

8
Cargo.lock generated
View File

@ -4554,18 +4554,18 @@ dependencies = [
[[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 1.0.36",
"quote 1.0.15",

View File

@ -45,7 +45,7 @@ secp256k1 = { version = "0.21.3", features = ["serde"] }
sha2 = { version = "0.9.9", features=["compress"] }
static_assertions = "1.1.0"
subtle = "2.4.1"
thiserror = "1.0.30"
thiserror = "1.0.31"
uint = "0.9.1"
x25519-dalek = { version = "1.2.0", features = ["serde"] }

View File

@ -28,7 +28,7 @@ serde = { version = "1.0.137", features = ["serde_derive"] }
futures = "0.3.21"
futures-util = "0.3.21"
metrics = "0.17.1"
thiserror = "1.0.30"
thiserror = "1.0.31"
tokio = { version = "1.18.1", features = ["time", "sync", "tracing"] }
tower = { version = "0.4.12", features = ["timeout", "util", "buffer"] }
tracing = "0.1.31"

View File

@ -24,7 +24,7 @@ pin-project = "1.0.10"
rand = { version = "0.8.5", package = "rand" }
regex = "1.5.5"
serde = { version = "1.0.137", features = ["serde_derive"] }
thiserror = "1.0.30"
thiserror = "1.0.31"
futures = "0.3.21"
tokio = { version = "1.18.1", features = ["net", "time", "tracing", "macros", "rt-multi-thread"] }

View File

@ -46,7 +46,7 @@ proptest-derive = { version = "0.3.0", optional = true }
proptest = "0.10.1"
proptest-derive = "0.3.0"
serde_json = "1.0.81"
thiserror = "1.0.30"
thiserror = "1.0.31"
tokio = { version = "1.18.1", features = ["full", "test-util"] }
zebra-chain = { path = "../zebra-chain", features = ["proptest-impl"] }

View File

@ -12,7 +12,7 @@ zcash_script = { git = "https://github.com/ZcashFoundation/zcash_script.git", re
zebra-chain = { path = "../zebra-chain" }
thiserror = "1.0.30"
thiserror = "1.0.31"
displaydoc = "0.2.3"
[dev-dependencies]

View File

@ -26,7 +26,7 @@ rlimit = "0.8.3"
rocksdb = { version = "0.18.0", default_features = false, features = ["lz4"] }
serde = { version = "1.0.137", features = ["serde_derive"] }
tempfile = "3.3.0"
thiserror = "1.0.30"
thiserror = "1.0.31"
tokio = { version = "1.18.1", features = ["sync"] }
tower = { version = "0.4.12", features = ["buffer", "util"] }
tracing = "0.1.31"

View File

@ -24,7 +24,7 @@ futures = "0.3.21"
color-eyre = "0.5.11"
owo-colors = "3.4.0"
spandoc = "0.2.2"
thiserror = "1.0.30"
thiserror = "1.0.31"
tracing-subscriber = "0.2.25"
tracing-error = "0.1.2"
tracing = "0.1.31"

View File

@ -42,7 +42,7 @@ tower = { version = "0.4.12", features = ["hedge", "limit"] }
pin-project = "1.0.10"
color-eyre = { version = "0.5.11", features = ["issue-url"] }
thiserror = "1.0.30"
thiserror = "1.0.31"
tracing-flame = "0.1.0"
tracing-journald = "0.1.0"