Skip to content

Commit

Permalink
build(deps): bump thiserror from 1.0.39 to 1.0.40 (#6359)
Browse files Browse the repository at this point in the history
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.39 to 1.0.40.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.39...1.0.40)

---
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>
  • Loading branch information
dependabot[bot] authored Mar 20, 2023
1 parent 6d0ce11 commit a97a975
Show file tree
Hide file tree
Showing 10 changed files with 111 additions and 100 deletions.
193 changes: 102 additions & 91 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion zebra-chain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ humantime = "2.1.0"
# Error Handling & Formatting
displaydoc = "0.2.3"
static_assertions = "1.1.0"
thiserror = "1.0.39"
thiserror = "1.0.40"
tracing = "0.1.37"

# Serialization
Expand Down
2 changes: 1 addition & 1 deletion zebra-consensus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ serde = { version = "1.0.156", features = ["serde_derive"] }
futures = "0.3.27"
futures-util = "0.3.26"
metrics = "0.20.1"
thiserror = "1.0.39"
thiserror = "1.0.40"
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"
Expand Down
2 changes: 1 addition & 1 deletion zebra-network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ rand = { version = "0.8.5", package = "rand" }
rayon = "1.7.0"
regex = "1.7.1"
serde = { version = "1.0.156", features = ["serde_derive"] }
thiserror = "1.0.39"
thiserror = "1.0.40"

futures = "0.3.27"
tokio = { version = "1.26.0", features = ["net", "time", "tracing", "macros", "rt-multi-thread"] }
Expand Down
2 changes: 1 addition & 1 deletion zebra-rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ insta = { version = "1.28.0", features = ["redactions", "json", "ron"] }

proptest = "0.10.1"

thiserror = "1.0.39"
thiserror = "1.0.40"
tokio = { version = "1.26.0", features = ["full", "tracing", "test-util"] }

zebra-chain = { path = "../zebra-chain", features = ["proptest-impl"] }
Expand Down
2 changes: 1 addition & 1 deletion zebra-script/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ zcash_script = "0.1.11"

zebra-chain = { path = "../zebra-chain" }

thiserror = "1.0.39"
thiserror = "1.0.40"
displaydoc = "0.2.3"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion zebra-state/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ rlimit = "0.9.1"
rocksdb = { version = "0.20.1", default_features = false, features = ["lz4"] }
serde = { version = "1.0.156", features = ["serde_derive"] }
tempfile = "3.4.0"
thiserror = "1.0.39"
thiserror = "1.0.40"

rayon = "1.7.0"
tokio = { version = "1.26.0", features = ["sync", "tracing"] }
Expand Down
2 changes: 1 addition & 1 deletion zebra-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.39"
thiserror = "1.0.40"

tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
tracing-error = "0.2.0"
Expand Down
2 changes: 1 addition & 1 deletion zebra-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.39"
thiserror = "1.0.40"

zebra-node-services = { path = "../zebra-node-services" }
zebra-chain = { path = "../zebra-chain" }
Expand Down
2 changes: 1 addition & 1 deletion zebrad/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,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.39"
thiserror = "1.0.40"

tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
tracing-appender = "0.2.2"
Expand Down

0 comments on commit a97a975

Please sign in to comment.