Skip to content

Commit

Permalink
chore(deps): bump thiserror from 1.0.32 to 1.0.33 (MystenLabs#870)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 1, 2022
1 parent 9359623 commit 130bf49
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion narwhal/config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ match_opt = "0.1.2"
multiaddr = "0.14.0"
serde = { version = "1.0.144", features = ["derive"] }
serde_json = "1.0.85"
thiserror = "1.0.32"
thiserror = "1.0.33"
tracing = "0.1.36"
arc-swap = { version = "1.5.1", features = ["serde"] }

Expand Down
2 changes: 1 addition & 1 deletion narwhal/consensus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ match_opt = "0.1.2"
rand = { version = "0.8.5", optional = true }
serde = { version = "1.0.144", features = ["derive"] }
store = { git = "https://github.com/mystenlabs/mysten-infra.git", package = "typed-store", rev = "696fa25982acdc87ab64ec6a33cb111edc63a331" }
thiserror = "1.0.32"
thiserror = "1.0.33"
tokio = { version = "1.20.1", features = ["sync"] }
tracing = "0.1.36"

Expand Down
2 changes: 1 addition & 1 deletion narwhal/dag/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ itertools = "0.10.3"
once_cell = "1.13.1"
rayon = "1.5.3"
serde = "1.0.144"
thiserror = "1.0.32"
thiserror = "1.0.33"
workspace-hack = { version = "0.1", path = "../workspace-hack" }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion narwhal/executor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ futures = "0.3.23"
multiaddr = "0.14.0"
primary = { path = "../primary" }
serde = { version = "1.0.144", features = ["derive"] }
thiserror = "1.0.32"
thiserror = "1.0.33"
tokio = { version = "1.20.1", features = ["sync"] }
tokio-util = { version = "0.7.3", features = ["codec"] }
tonic = "0.7.2"
Expand Down
2 changes: 1 addition & 1 deletion narwhal/network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ futures = "0.3.23"
multiaddr = "0.14.0"
prometheus = "0.13.1"
rand = { version = "0.8.5", features = ["small_rng"] }
thiserror = "1.0.32"
thiserror = "1.0.33"
tokio = { version = "1.20.1", features = ["rt", "net", "sync", "macros", "time"] }
tokio-util = { version = "0.7.3", features = ["codec"] }
tonic = { version = "0.7.2", features = ["tls"] }
Expand Down
2 changes: 1 addition & 1 deletion narwhal/node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ mysten-network = { git = "https://github.com/mystenlabs/mysten-infra.git", rev =
rand = "0.8.5"
store = { git = "https://github.com/mystenlabs/mysten-infra.git", package = "typed-store", rev = "696fa25982acdc87ab64ec6a33cb111edc63a331" }
telemetry-subscribers = { git = "https://github.com/mystenlabs/mysten-infra.git", rev = "696fa25982acdc87ab64ec6a33cb111edc63a331" }
thiserror = "1.0.32"
thiserror = "1.0.33"
tokio = { version = "1.20.1", features = ["full"] }
tokio-stream = "0.1.9"
tokio-util = { version = "0.7.3", features = ["codec"] }
Expand Down
4 changes: 2 additions & 2 deletions narwhal/primary/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ prometheus = "0.13.1"
prost = "0.10.4"
rand = { version = "0.8.5", features = ["small_rng"] }
serde = { version = "1.0.144", features = ["derive"] }
thiserror = "1.0.32"
thiserror = "1.0.33"
tokio = { version = "1.20.1", features = ["sync", "rt", "macros"] }
tokio-util = { version = "0.7.3", features = ["codec"] }
tonic = "0.7.2"
Expand Down Expand Up @@ -55,7 +55,7 @@ node = { path = "../node" }
telemetry-subscribers = { git = "https://github.com/mystenlabs/mysten-infra.git", rev = "696fa25982acdc87ab64ec6a33cb111edc63a331" }
tempfile = "3.3.0"
test_utils = { path = "../test_utils" }
thiserror = "1.0.32"
thiserror = "1.0.33"
tracing = "0.1.36"
tracing-test = "0.2.3"
worker = { path = "../worker" }
Expand Down
2 changes: 1 addition & 1 deletion narwhal/storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dashmap = "5.3.4"
fastcrypto = { git = "https://github.com/MystenLabs/fastcrypto", rev = "c022a2ae23ca7cc2778293fd3b1db42e8cd02d3b", package = "fastcrypto" }
futures = "0.3.23"
store = { git = "https://github.com/mystenlabs/mysten-infra.git", package = "typed-store", rev = "696fa25982acdc87ab64ec6a33cb111edc63a331" }
thiserror = "1.0.32"
thiserror = "1.0.33"
tokio = { version = "1.20.1", features = ["sync", "rt", "macros"] }
tokio-util = { version = "0.7.3", features = ["codec"] }
tonic = { version = "0.7.2", features = ["tls"] }
Expand Down
2 changes: 1 addition & 1 deletion narwhal/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ rand = "0.8.5"
serde = { version = "1.0.144", features = ["derive"] }
signature = "1.6.0"
store = { git = "https://github.com/mystenlabs/mysten-infra.git", package = "typed-store", rev = "696fa25982acdc87ab64ec6a33cb111edc63a331" }
thiserror = "1.0.32"
thiserror = "1.0.33"
tokio = { version = "1.20.1", features = ["sync", "rt", "macros"] }
tokio-util = { version = "0.7.3", features = ["codec"] }
tonic = { version = "0.7.2", features = ["tls"] }
Expand Down

0 comments on commit 130bf49

Please sign in to comment.