build(deps): bump thiserror from 1.0.38 to 1.0.39 (#6266)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.38 to 1.0.39. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.38...1.0.39) --- 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:
parent
365e107f3f
commit
5f5b5352fa
|
@ -4204,18 +4204,18 @@ checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"
|
|||
|
||||
[[package]]
|
||||
name = "thiserror"
|
||||
version = "1.0.38"
|
||||
version = "1.0.39"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"
|
||||
checksum = "a5ab016db510546d856297882807df8da66a16fb8c4101cb8b30054b0d5b2d9c"
|
||||
dependencies = [
|
||||
"thiserror-impl",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "thiserror-impl"
|
||||
version = "1.0.38"
|
||||
version = "1.0.39"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"
|
||||
checksum = "5420d42e90af0c38c3290abcca25b9b3bdf379fc9f55c528f53a269d9c9a267e"
|
||||
dependencies = [
|
||||
"proc-macro2 1.0.47",
|
||||
"quote 1.0.20",
|
||||
|
|
|
@ -68,7 +68,7 @@ humantime = "2.1.0"
|
|||
# Error Handling & Formatting
|
||||
displaydoc = "0.2.3"
|
||||
static_assertions = "1.1.0"
|
||||
thiserror = "1.0.38"
|
||||
thiserror = "1.0.39"
|
||||
tracing = "0.1.37"
|
||||
|
||||
# Serialization
|
||||
|
|
|
@ -38,7 +38,7 @@ serde = { version = "1.0.152", features = ["serde_derive"] }
|
|||
futures = "0.3.26"
|
||||
futures-util = "0.3.26"
|
||||
metrics = "0.20.1"
|
||||
thiserror = "1.0.38"
|
||||
thiserror = "1.0.39"
|
||||
tokio = { version = "1.26.0", features = ["time", "sync", "tracing", "rt-multi-thread"] }
|
||||
tower = { version = "0.4.13", features = ["timeout", "util", "buffer"] }
|
||||
tracing = "0.1.37"
|
||||
|
|
|
@ -28,7 +28,7 @@ rand = { version = "0.8.5", package = "rand" }
|
|||
rayon = "1.6.1"
|
||||
regex = "1.7.1"
|
||||
serde = { version = "1.0.152", features = ["serde_derive"] }
|
||||
thiserror = "1.0.38"
|
||||
thiserror = "1.0.39"
|
||||
|
||||
futures = "0.3.26"
|
||||
tokio = { version = "1.26.0", features = ["net", "time", "tracing", "macros", "rt-multi-thread"] }
|
||||
|
|
|
@ -75,7 +75,7 @@ insta = { version = "1.28.0", features = ["redactions", "json", "ron"] }
|
|||
|
||||
proptest = "0.10.1"
|
||||
|
||||
thiserror = "1.0.38"
|
||||
thiserror = "1.0.39"
|
||||
tokio = { version = "1.26.0", features = ["full", "tracing", "test-util"] }
|
||||
|
||||
zebra-chain = { path = "../zebra-chain", features = ["proptest-impl"] }
|
||||
|
|
|
@ -12,7 +12,7 @@ zcash_script = "0.1.11"
|
|||
|
||||
zebra-chain = { path = "../zebra-chain" }
|
||||
|
||||
thiserror = "1.0.38"
|
||||
thiserror = "1.0.39"
|
||||
displaydoc = "0.2.3"
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
|
@ -38,7 +38,7 @@ rlimit = "0.9.1"
|
|||
rocksdb = { version = "0.20.1", default_features = false, features = ["lz4"] }
|
||||
serde = { version = "1.0.152", features = ["serde_derive"] }
|
||||
tempfile = "3.4.0"
|
||||
thiserror = "1.0.38"
|
||||
thiserror = "1.0.39"
|
||||
|
||||
rayon = "1.6.1"
|
||||
tokio = { version = "1.26.0", features = ["sync", "tracing"] }
|
||||
|
|
|
@ -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.38"
|
||||
thiserror = "1.0.39"
|
||||
|
||||
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
|
||||
tracing-error = "0.2.0"
|
||||
|
|
|
@ -39,7 +39,7 @@ hex = "0.4.3"
|
|||
serde_json = "1.0.94"
|
||||
tracing-error = "0.2.0"
|
||||
tracing-subscriber = "0.3.16"
|
||||
thiserror = "1.0.38"
|
||||
thiserror = "1.0.39"
|
||||
|
||||
zebra-node-services = { path = "../zebra-node-services" }
|
||||
zebra-chain = { path = "../zebra-chain" }
|
||||
|
|
|
@ -118,7 +118,7 @@ color-eyre = { version = "0.6.2", 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.38"
|
||||
thiserror = "1.0.39"
|
||||
|
||||
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
|
||||
tracing-appender = "0.2.2"
|
||||
|
|
Loading…
Reference in New Issue