build(deps): bump thiserror from 1.0.34 to 1.0.35 (#5160)

Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.34 to 1.0.35.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.34...1.0.35)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-09-15 09:04:53 +00:00 committed by GitHub
parent c57f129df4
commit 3421869c56
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

@ -4797,18 +4797,18 @@ checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"
[[package]]
name = "thiserror"
version = "1.0.34"
version = "1.0.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c1b05ca9d106ba7d2e31a9dab4a64e7be2cce415321966ea3132c49a656e252"
checksum = "c53f98874615aea268107765aa1ed8f6116782501d18e53d08b471733bea6c85"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.34"
version = "1.0.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8f2591983642de85c921015f3f070c665a197ed69e417af436115e3a1407487"
checksum = "f8b463991b4eab2d801e724172285ec4195c650e8ec79b149e6c2a8e6dd3f783"
dependencies = [
"proc-macro2 1.0.42",
"quote 1.0.20",

View File

@ -55,7 +55,7 @@ humantime = "2.1.0"
# Error Handling & Formatting
displaydoc = "0.2.3"
static_assertions = "1.1.0"
thiserror = "1.0.34"
thiserror = "1.0.35"
tracing = "0.1.31"
# Serialization

View File

@ -28,7 +28,7 @@ serde = { version = "1.0.144", features = ["serde_derive"] }
futures = "0.3.24"
futures-util = "0.3.24"
metrics = "0.18.1"
thiserror = "1.0.34"
thiserror = "1.0.35"
tokio = { version = "1.21.0", features = ["time", "sync", "tracing", "rt-multi-thread"] }
tower = { version = "0.4.13", features = ["timeout", "util", "buffer"] }
tracing = "0.1.31"

View File

@ -27,7 +27,7 @@ rand = { version = "0.8.5", package = "rand" }
rayon = "1.5.3"
regex = "1.6.0"
serde = { version = "1.0.144", features = ["serde_derive"] }
thiserror = "1.0.34"
thiserror = "1.0.35"
futures = "0.3.24"
tokio = { version = "1.21.0", features = ["net", "time", "tracing", "macros", "rt-multi-thread"] }

View File

@ -49,7 +49,7 @@ insta = { version = "1.19.1", features = ["redactions", "json"] }
proptest = "0.10.1"
proptest-derive = "0.3.0"
serde_json = "1.0.85"
thiserror = "1.0.34"
thiserror = "1.0.35"
tokio = { version = "1.21.0", features = ["full", "tracing", "test-util"] }

View File

@ -12,7 +12,7 @@ zcash_script = "0.1.7"
zebra-chain = { path = "../zebra-chain" }
thiserror = "1.0.34"
thiserror = "1.0.35"
displaydoc = "0.2.3"
[dev-dependencies]

View File

@ -24,7 +24,7 @@ rlimit = "0.8.3"
rocksdb = { version = "0.19.0", default_features = false, features = ["lz4"] }
serde = { version = "1.0.144", features = ["serde_derive"] }
tempfile = "3.3.0"
thiserror = "1.0.34"
thiserror = "1.0.35"
rayon = "1.5.3"
tokio = { version = "1.21.0", features = ["sync", "tracing"] }

View File

@ -29,7 +29,7 @@ tinyvec = { version = "1.6.0", features = ["rustc_1_55"] }
humantime = "2.1.0"
owo-colors = "3.5.0"
spandoc = "0.2.2"
thiserror = "1.0.34"
thiserror = "1.0.35"
tracing-subscriber = { version = "0.3.11", features = ["env-filter"] }
tracing-error = "0.2.0"

View File

@ -96,7 +96,7 @@ color-eyre = { version = "0.6.1", default_features = false, features = ["issue-u
# Enable a feature that makes tinyvec compile much faster.
tinyvec = { version = "1.6.0", features = ["rustc_1_55"] }
thiserror = "1.0.34"
thiserror = "1.0.35"
tracing-subscriber = { version = "0.3.11", features = ["env-filter"] }
tracing-appender = "0.2.2"