From 1d30fb191bedfa971df549c6c7f7440e1b389195 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Sep 2022 19:46:44 +0000 Subject: [PATCH] chore(deps): bump thiserror from 1.0.34 to 1.0.35 (#977) Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.34 to 1.0.35. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.34...1.0.35) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- narwhal/config/Cargo.toml | 2 +- narwhal/consensus/Cargo.toml | 2 +- narwhal/dag/Cargo.toml | 2 +- narwhal/executor/Cargo.toml | 2 +- narwhal/network/Cargo.toml | 2 +- narwhal/node/Cargo.toml | 2 +- narwhal/primary/Cargo.toml | 4 ++-- narwhal/storage/Cargo.toml | 2 +- narwhal/types/Cargo.toml | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/narwhal/config/Cargo.toml b/narwhal/config/Cargo.toml index 9c411e15a93c9..dfa3f0cb9491b 100644 --- a/narwhal/config/Cargo.toml +++ b/narwhal/config/Cargo.toml @@ -11,7 +11,7 @@ multiaddr = "0.14.0" serde = { version = "1.0.144", features = ["derive"] } serde_with = "2.0.1" serde_json = "1.0.85" -thiserror = "1.0.34" +thiserror = "1.0.35" tracing = "0.1.36" arc-swap = { version = "1.5.1", features = ["serde"] } diff --git a/narwhal/consensus/Cargo.toml b/narwhal/consensus/Cargo.toml index 3a7d39c616889..18bb5eb0e43b2 100644 --- a/narwhal/consensus/Cargo.toml +++ b/narwhal/consensus/Cargo.toml @@ -14,7 +14,7 @@ match_opt = "0.1.2" rand = { version = "0.8.5", optional = true } serde = { version = "1.0.144", features = ["derive"] } store = { version = "0.1.0", package = "typed-store" } -thiserror = "1.0.34" +thiserror = "1.0.35" tokio = { version = "1.20.1", features = ["sync"] } tracing = "0.1.36" diff --git a/narwhal/dag/Cargo.toml b/narwhal/dag/Cargo.toml index 74939058dee72..2a1414caebf93 100644 --- a/narwhal/dag/Cargo.toml +++ b/narwhal/dag/Cargo.toml @@ -15,7 +15,7 @@ itertools = "0.10.4" once_cell = "1.14.0" rayon = "1.5.3" serde = "1.0.144" -thiserror = "1.0.34" +thiserror = "1.0.35" workspace-hack = { version = "0.1", path = "../workspace-hack" } [dev-dependencies] diff --git a/narwhal/executor/Cargo.toml b/narwhal/executor/Cargo.toml index da0ba34ac56b9..15af7b013c7d6 100644 --- a/narwhal/executor/Cargo.toml +++ b/narwhal/executor/Cargo.toml @@ -17,7 +17,7 @@ futures = "0.3.24" multiaddr = "0.14.0" primary = { path = "../primary" } serde = { version = "1.0.144", features = ["derive"] } -thiserror = "1.0.34" +thiserror = "1.0.35" tokio = { version = "1.20.1", features = ["sync"] } tokio-util = { version = "0.7.4", features = ["codec"] } tonic = "0.7.2" diff --git a/narwhal/network/Cargo.toml b/narwhal/network/Cargo.toml index 6956efc4b4c45..296203dbc8608 100644 --- a/narwhal/network/Cargo.toml +++ b/narwhal/network/Cargo.toml @@ -15,7 +15,7 @@ futures = "0.3.24" multiaddr = "0.14.0" prometheus = "0.13.2" rand = { version = "0.8.5", features = ["small_rng"] } -thiserror = "1.0.34" +thiserror = "1.0.35" tokio = { version = "1.20.1", features = ["rt", "net", "sync", "macros", "time"] } tokio-util = { version = "0.7.4", features = ["codec"] } tonic = { version = "0.7.2", features = ["tls"] } diff --git a/narwhal/node/Cargo.toml b/narwhal/node/Cargo.toml index b7432b4f2c27d..70c014e02f3db 100644 --- a/narwhal/node/Cargo.toml +++ b/narwhal/node/Cargo.toml @@ -19,7 +19,7 @@ mysten-network = "0.1.0" rand = "0.8.5" store = { version = "0.1.0", package = "typed-store"} telemetry-subscribers = "0.1.0" -thiserror = "1.0.34" +thiserror = "1.0.35" tokio = { version = "1.20.1", features = ["full"] } tokio-stream = "0.1.9" tokio-util = { version = "0.7.4", features = ["codec"] } diff --git a/narwhal/primary/Cargo.toml b/narwhal/primary/Cargo.toml index 5232faaaaabe5..c13e677234bd4 100644 --- a/narwhal/primary/Cargo.toml +++ b/narwhal/primary/Cargo.toml @@ -27,7 +27,7 @@ prost = "0.10.4" rand = { version = "0.8.5", features = ["small_rng"] } roaring = "0.10.1" serde = { version = "1.0.144", features = ["derive"] } -thiserror = "1.0.34" +thiserror = "1.0.35" tokio = { version = "1.20.1", features = ["sync", "rt", "macros"] } tokio-util = { version = "0.7.4", features = ["codec"] } tonic = "0.7.2" @@ -60,7 +60,7 @@ proptest = "1.0.0" tempfile = "3.3.0" telemetry-subscribers = "0.1.0" test_utils = { path = "../test_utils" } -thiserror = "1.0.34" +thiserror = "1.0.35" tracing = "0.1.36" tracing-test = "0.2.3" worker = { path = "../worker" } diff --git a/narwhal/storage/Cargo.toml b/narwhal/storage/Cargo.toml index 9a0db99ec9fef..70d9a9abaf3b6 100644 --- a/narwhal/storage/Cargo.toml +++ b/narwhal/storage/Cargo.toml @@ -11,7 +11,7 @@ dashmap = "5.4.0" fastcrypto = "0.1.2" futures = "0.3.24" store = { version = "0.1.0", package = "typed-store" } -thiserror = "1.0.34" +thiserror = "1.0.35" tokio = { version = "1.20.1", features = ["sync", "rt", "macros"] } tokio-util = { version = "0.7.4", features = ["codec"] } tonic = { version = "0.7.2", features = ["tls"] } diff --git a/narwhal/types/Cargo.toml b/narwhal/types/Cargo.toml index b567e088ee50d..cbf6233d00cd7 100644 --- a/narwhal/types/Cargo.toml +++ b/narwhal/types/Cargo.toml @@ -25,7 +25,7 @@ serde = { version = "1.0.144", features = ["derive"] } serde_with = "2.0.1" signature = "1.6.1" store = { version = "0.1.0", package = "typed-store"} -thiserror = "1.0.34" +thiserror = "1.0.35" tokio = { version = "1.20.1", features = ["sync", "rt", "macros"] } tokio-util = { version = "0.7.4", features = ["codec"] } tonic = { version = "0.7.2", features = ["tls"] }