build(deps): bump thiserror from 1.0.24 to 1.0.25 (#2190)
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.24 to 1.0.25. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.24...1.0.25) 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
bce1c99664
commit
f13831eaab
|
@ -3495,18 +3495,18 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "thiserror"
|
||||
version = "1.0.24"
|
||||
version = "1.0.25"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e0f4a65597094d4483ddaed134f409b2cb7c1beccf25201a9f73c719254fa98e"
|
||||
checksum = "fa6f76457f59514c7eeb4e59d891395fab0b2fd1d40723ae737d64153392e9c6"
|
||||
dependencies = [
|
||||
"thiserror-impl",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "thiserror-impl"
|
||||
version = "1.0.24"
|
||||
version = "1.0.25"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7765189610d8241a44529806d6fd1f2e0a08734313a35d5b3a556f92b381f3c0"
|
||||
checksum = "8a36768c0fbf1bb15eca10defa29526bda730a2376c2ab4393ccfa16fb1a318d"
|
||||
dependencies = [
|
||||
"proc-macro2 1.0.24",
|
||||
"quote 1.0.7",
|
||||
|
|
|
@ -22,7 +22,7 @@ serde = { version = "1", features = ["serde_derive"] }
|
|||
futures = "0.3.15"
|
||||
futures-util = "0.3.6"
|
||||
metrics = "0.13.0-alpha.8"
|
||||
thiserror = "1.0.24"
|
||||
thiserror = "1.0.25"
|
||||
tokio = { version = "0.3.6", features = ["time", "sync", "stream", "tracing"] }
|
||||
tower = { version = "0.4", features = ["timeout", "util", "buffer"] }
|
||||
tracing = "0.1.26"
|
||||
|
|
|
@ -10,7 +10,7 @@ edition = "2018"
|
|||
[dependencies]
|
||||
zcash_script = "0.1.6-alpha.0"
|
||||
zebra-chain = { path = "../zebra-chain" }
|
||||
thiserror = "1.0.24"
|
||||
thiserror = "1.0.25"
|
||||
displaydoc = "0.2.1"
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
|
@ -20,7 +20,7 @@ futures = "0.3.15"
|
|||
metrics = "0.13.0-alpha.8"
|
||||
tower = { version = "0.4", features = ["buffer", "util"] }
|
||||
tracing = "0.1"
|
||||
thiserror = "1.0.24"
|
||||
thiserror = "1.0.25"
|
||||
tokio = { version = "0.3.6", features = ["sync"] }
|
||||
displaydoc = "0.2.1"
|
||||
rocksdb = "0.16.0"
|
||||
|
|
|
@ -18,7 +18,7 @@ tracing-subscriber = "0.2.18"
|
|||
tracing-error = "0.1.2"
|
||||
spandoc = "0.2.0"
|
||||
regex = "1.4.6"
|
||||
thiserror = "1.0.24"
|
||||
thiserror = "1.0.25"
|
||||
pretty_assertions = "0.7.2"
|
||||
owo-colors = "2.0.0"
|
||||
proptest = "0.10.1"
|
||||
|
|
Loading…
Reference in New Issue