build(deps): bump thiserror from 1.0.32 to 1.0.33 (#5019)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.32 to 1.0.33. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.32...1.0.33) --- 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>
This commit is contained in:
parent
edd32a7320
commit
a8e0db4a42
|
|
@ -4788,18 +4788,18 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "thiserror"
|
name = "thiserror"
|
||||||
version = "1.0.32"
|
version = "1.0.33"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "f5f6586b7f764adc0231f4c79be7b920e766bb2f3e51b3661cdb263828f19994"
|
checksum = "3d0a539a918745651435ac7db7a18761589a94cd7e94cd56999f828bf73c8a57"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"thiserror-impl",
|
"thiserror-impl",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "thiserror-impl"
|
name = "thiserror-impl"
|
||||||
version = "1.0.32"
|
version = "1.0.33"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "12bafc5b54507e0149cdf1b145a5d80ab80a90bcd9275df43d4fff68460f6c21"
|
checksum = "c251e90f708e16c49a16f4917dc2131e75222b72edfa9cb7f7c58ae56aae0c09"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2 1.0.42",
|
"proc-macro2 1.0.42",
|
||||||
"quote 1.0.20",
|
"quote 1.0.20",
|
||||||
|
|
|
||||||
|
|
@ -55,7 +55,7 @@ humantime = "2.1.0"
|
||||||
# Error Handling & Formatting
|
# Error Handling & Formatting
|
||||||
displaydoc = "0.2.3"
|
displaydoc = "0.2.3"
|
||||||
static_assertions = "1.1.0"
|
static_assertions = "1.1.0"
|
||||||
thiserror = "1.0.32"
|
thiserror = "1.0.33"
|
||||||
tracing = "0.1.31"
|
tracing = "0.1.31"
|
||||||
|
|
||||||
# Serialization
|
# Serialization
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@ serde = { version = "1.0.144", features = ["serde_derive"] }
|
||||||
futures = "0.3.23"
|
futures = "0.3.23"
|
||||||
futures-util = "0.3.21"
|
futures-util = "0.3.21"
|
||||||
metrics = "0.18.1"
|
metrics = "0.18.1"
|
||||||
thiserror = "1.0.32"
|
thiserror = "1.0.33"
|
||||||
tokio = { version = "1.20.1", features = ["time", "sync", "tracing", "rt-multi-thread"] }
|
tokio = { version = "1.20.1", features = ["time", "sync", "tracing", "rt-multi-thread"] }
|
||||||
tower = { version = "0.4.13", features = ["timeout", "util", "buffer"] }
|
tower = { version = "0.4.13", features = ["timeout", "util", "buffer"] }
|
||||||
tracing = "0.1.31"
|
tracing = "0.1.31"
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@ rand = { version = "0.8.5", package = "rand" }
|
||||||
rayon = "1.5.3"
|
rayon = "1.5.3"
|
||||||
regex = "1.6.0"
|
regex = "1.6.0"
|
||||||
serde = { version = "1.0.144", features = ["serde_derive"] }
|
serde = { version = "1.0.144", features = ["serde_derive"] }
|
||||||
thiserror = "1.0.32"
|
thiserror = "1.0.33"
|
||||||
|
|
||||||
futures = "0.3.23"
|
futures = "0.3.23"
|
||||||
tokio = { version = "1.20.1", features = ["net", "time", "tracing", "macros", "rt-multi-thread"] }
|
tokio = { version = "1.20.1", features = ["net", "time", "tracing", "macros", "rt-multi-thread"] }
|
||||||
|
|
|
||||||
|
|
@ -47,7 +47,7 @@ insta = { version = "1.17.1", features = ["redactions"] }
|
||||||
proptest = "0.10.1"
|
proptest = "0.10.1"
|
||||||
proptest-derive = "0.3.0"
|
proptest-derive = "0.3.0"
|
||||||
serde_json = "1.0.83"
|
serde_json = "1.0.83"
|
||||||
thiserror = "1.0.32"
|
thiserror = "1.0.33"
|
||||||
|
|
||||||
tokio = { version = "1.20.1", features = ["full", "tracing", "test-util"] }
|
tokio = { version = "1.20.1", features = ["full", "tracing", "test-util"] }
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ zcash_script = "0.1.6"
|
||||||
|
|
||||||
zebra-chain = { path = "../zebra-chain" }
|
zebra-chain = { path = "../zebra-chain" }
|
||||||
|
|
||||||
thiserror = "1.0.32"
|
thiserror = "1.0.33"
|
||||||
displaydoc = "0.2.3"
|
displaydoc = "0.2.3"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ rlimit = "0.8.3"
|
||||||
rocksdb = { version = "0.18.0", default_features = false, features = ["lz4"] }
|
rocksdb = { version = "0.18.0", default_features = false, features = ["lz4"] }
|
||||||
serde = { version = "1.0.144", features = ["serde_derive"] }
|
serde = { version = "1.0.144", features = ["serde_derive"] }
|
||||||
tempfile = "3.3.0"
|
tempfile = "3.3.0"
|
||||||
thiserror = "1.0.32"
|
thiserror = "1.0.33"
|
||||||
|
|
||||||
rayon = "1.5.3"
|
rayon = "1.5.3"
|
||||||
tokio = { version = "1.20.1", features = ["sync", "tracing"] }
|
tokio = { version = "1.20.1", features = ["sync", "tracing"] }
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@ tinyvec = { version = "1.6.0", features = ["rustc_1_55"] }
|
||||||
humantime = "2.1.0"
|
humantime = "2.1.0"
|
||||||
owo-colors = "3.4.0"
|
owo-colors = "3.4.0"
|
||||||
spandoc = "0.2.2"
|
spandoc = "0.2.2"
|
||||||
thiserror = "1.0.32"
|
thiserror = "1.0.33"
|
||||||
|
|
||||||
tracing-subscriber = { version = "0.3.11", features = ["env-filter"] }
|
tracing-subscriber = { version = "0.3.11", features = ["env-filter"] }
|
||||||
tracing-error = "0.2.0"
|
tracing-error = "0.2.0"
|
||||||
|
|
|
||||||
|
|
@ -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.
|
# Enable a feature that makes tinyvec compile much faster.
|
||||||
tinyvec = { version = "1.6.0", features = ["rustc_1_55"] }
|
tinyvec = { version = "1.6.0", features = ["rustc_1_55"] }
|
||||||
|
|
||||||
thiserror = "1.0.32"
|
thiserror = "1.0.33"
|
||||||
|
|
||||||
tracing-subscriber = { version = "0.3.11", features = ["env-filter"] }
|
tracing-subscriber = { version = "0.3.11", features = ["env-filter"] }
|
||||||
tracing-error = "0.2.0"
|
tracing-error = "0.2.0"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue