From 5f5b5352fa0396915d4951d1f4b7a5dfcecab47a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 22:36:30 +0000 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- zebra-chain/Cargo.toml | 2 +- zebra-consensus/Cargo.toml | 2 +- zebra-network/Cargo.toml | 2 +- zebra-rpc/Cargo.toml | 2 +- zebra-script/Cargo.toml | 2 +- zebra-state/Cargo.toml | 2 +- zebra-test/Cargo.toml | 2 +- zebra-utils/Cargo.toml | 2 +- zebrad/Cargo.toml | 2 +- 10 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c7c13e68..bd75155c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/zebra-chain/Cargo.toml b/zebra-chain/Cargo.toml index 6fbd527a..995436ea 100644 --- a/zebra-chain/Cargo.toml +++ b/zebra-chain/Cargo.toml @@ -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 diff --git a/zebra-consensus/Cargo.toml b/zebra-consensus/Cargo.toml index ab7e6fca..70651238 100644 --- a/zebra-consensus/Cargo.toml +++ b/zebra-consensus/Cargo.toml @@ -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" diff --git a/zebra-network/Cargo.toml b/zebra-network/Cargo.toml index b4021755..dc87d8c4 100644 --- a/zebra-network/Cargo.toml +++ b/zebra-network/Cargo.toml @@ -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"] } diff --git a/zebra-rpc/Cargo.toml b/zebra-rpc/Cargo.toml index c6692046..42c5151a 100644 --- a/zebra-rpc/Cargo.toml +++ b/zebra-rpc/Cargo.toml @@ -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"] } diff --git a/zebra-script/Cargo.toml b/zebra-script/Cargo.toml index 85874738..1622423c 100644 --- a/zebra-script/Cargo.toml +++ b/zebra-script/Cargo.toml @@ -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] diff --git a/zebra-state/Cargo.toml b/zebra-state/Cargo.toml index 4b9eb213..62892012 100644 --- a/zebra-state/Cargo.toml +++ b/zebra-state/Cargo.toml @@ -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"] } diff --git a/zebra-test/Cargo.toml b/zebra-test/Cargo.toml index 8d3adfae..67ec3bc4 100644 --- a/zebra-test/Cargo.toml +++ b/zebra-test/Cargo.toml @@ -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" diff --git a/zebra-utils/Cargo.toml b/zebra-utils/Cargo.toml index 3c8ef269..65f2a538 100644 --- a/zebra-utils/Cargo.toml +++ b/zebra-utils/Cargo.toml @@ -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" } diff --git a/zebrad/Cargo.toml b/zebrad/Cargo.toml index 2c7276e7..477fa84c 100644 --- a/zebrad/Cargo.toml +++ b/zebrad/Cargo.toml @@ -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"