Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Bump thiserror from 1.0.26 to 1.0.30 #10240

Merged
merged 1 commit into from
Nov 11, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/allocator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ targets = ["x86_64-unknown-linux-gnu"]
sp-core = { version = "4.0.0-dev", path = "../../primitives/core" }
sp-wasm-interface = { version = "4.0.0-dev", path = "../../primitives/wasm-interface" }
log = "0.4.11"
thiserror = "1.0.21"
thiserror = "1.0.30"
2 changes: 1 addition & 1 deletion client/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.
[dev-dependencies]
sp-test-primitives = { version = "2.0.0", path = "../../primitives/test-primitives" }
substrate-test-runtime = { version = "2.0.0", path = "../../test-utils/runtime" }
thiserror = "1.0.21"
thiserror = "1.0.30"
2 changes: 1 addition & 1 deletion client/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ structopt = "0.3.8"
sc-tracing = { version = "4.0.0-dev", path = "../tracing" }
chrono = "0.4.10"
serde = "1.0.126"
thiserror = "1.0.21"
thiserror = "1.0.30"
rpassword = "5.0.0"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion client/consensus/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ readme = "README.md"
targets = ["x86_64-unknown-linux-gnu"]

[dependencies]
thiserror = "1.0.21"
thiserror = "1.0.30"
libp2p = { version = "0.39.1", default-features = false }
log = "0.4.8"
futures = { version = "0.3.1", features = ["thread-pool"] }
Expand Down
2 changes: 1 addition & 1 deletion client/consensus/slots/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ sp-timestamp = { version = "4.0.0-dev", path = "../../../primitives/timestamp" }
futures = "0.3.9"
futures-timer = "3.0.1"
log = "0.4.11"
thiserror = "1.0.21"
thiserror = "1.0.30"
async-trait = "0.1.50"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion client/consensus/uncles/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ targets = ["x86_64-unknown-linux-gnu"]
sc-client-api = { version = "4.0.0-dev", path = "../../api" }
sp-runtime = { version = "4.0.0-dev", path = "../../../primitives/runtime" }
sp-authorship = { version = "4.0.0-dev", path = "../../../primitives/authorship" }
thiserror = "1.0.21"
thiserror = "1.0.30"
2 changes: 1 addition & 1 deletion client/executor/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ sc-allocator = { version = "4.1.0-dev", path = "../../allocator" }
sp-wasm-interface = { version = "4.0.0-dev", path = "../../../primitives/wasm-interface" }
sp-maybe-compressed-blob = { version = "4.1.0-dev", path = "../../../primitives/maybe-compressed-blob" }
sp-serializer = { version = "4.0.0-dev", path = "../../../primitives/serializer" }
thiserror = "1.0.21"
thiserror = "1.0.30"
environmental = "1.1.3"

wasmer = { version = "1.0", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion client/service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ wasmtime = ["sc-executor/wasmtime"]
test-helpers = []

[dependencies]
thiserror = "1.0.21"
thiserror = "1.0.30"
futures = "0.3.16"
jsonrpc-pubsub = "18.0"
jsonrpc-core = "18.0"
Expand Down
2 changes: 1 addition & 1 deletion client/sync-state-rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ readme = "README.md"
targets = ["x86_64-unknown-linux-gnu"]

[dependencies]
thiserror = "1.0.21"
thiserror = "1.0.30"
jsonrpc-core = "18.0.0"
jsonrpc-core-client = "18.0.0"
jsonrpc-derive = "18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion client/telemetry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ rand = "0.7.2"
serde = { version = "1.0.126", features = ["derive"] }
serde_json = "1.0.68"
chrono = "0.4.19"
thiserror = "1.0.21"
thiserror = "1.0.30"
2 changes: 1 addition & 1 deletion client/tracing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ parking_lot = "0.11.1"
regex = "1.5.4"
rustc-hash = "1.1.0"
serde = "1.0.126"
thiserror = "1.0.21"
thiserror = "1.0.30"
tracing = "0.1.29"
tracing-log = "0.1.2"
tracing-subscriber = { version = "0.2.25", features = ["parking_lot"] }
Expand Down
2 changes: 1 addition & 1 deletion client/transaction-pool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ targets = ["x86_64-unknown-linux-gnu"]

[dependencies]
codec = { package = "parity-scale-codec", version = "2.0.0" }
thiserror = "1.0.21"
thiserror = "1.0.30"
futures = "0.3.16"
intervalier = "0.4.0"
log = "0.4.8"
Expand Down
2 changes: 1 addition & 1 deletion client/transaction-pool/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ description = "Transaction pool client facing API."
futures = { version = "0.3.1" }
log = { version = "0.4.8" }
serde = { version = "1.0.126", features = ["derive"] }
thiserror = { version = "1.0.21" }
thiserror = { version = "1.0.30" }
sp-runtime = { version = "4.0.0-dev", default-features = false, path = "../../../primitives/runtime" }

derive_more = { version = "0.99.11" }
Expand Down
2 changes: 1 addition & 1 deletion primitives/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ sp-runtime = { version = "4.0.0-dev", default-features = false, path = "../runti
sp-version = { version = "4.0.0-dev", default-features = false, path = "../version" }
sp-state-machine = { version = "0.10.0-dev", optional = true, path = "../state-machine" }
hash-db = { version = "0.15.2", optional = true }
thiserror = { version = "1.0.21", optional = true }
thiserror = { version = "1.0.30", optional = true }

log = { version = "0.4.14", default-features = false }

Expand Down
2 changes: 1 addition & 1 deletion primitives/blockchain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ targets = ["x86_64-unknown-linux-gnu"]
log = "0.4.11"
lru = "0.7.0"
parking_lot = "0.11.1"
thiserror = "1.0.21"
thiserror = "1.0.30"
futures = "0.3.9"
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] }
sp-consensus = { version = "0.10.0-dev", path = "../consensus/common" }
Expand Down
2 changes: 1 addition & 1 deletion primitives/consensus/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ futures-timer = "3.0.1"
sp-std = { version = "4.0.0-dev", path = "../../std" }
sp-version = { version = "4.0.0-dev", path = "../../version" }
sp-runtime = { version = "4.0.0-dev", path = "../../runtime" }
thiserror = "1.0.21"
thiserror = "1.0.30"

[dev-dependencies]
futures = "0.3.9"
Expand Down
2 changes: 1 addition & 1 deletion primitives/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ parity-util-mem = { version = "0.10.2", default-features = false, features = [
] }
futures = { version = "0.3.1", optional = true }
dyn-clonable = { version = "0.9.0", optional = true }
thiserror = { version = "1.0.21", optional = true }
thiserror = { version = "1.0.30", optional = true }
bitflags = "1.3"

# full crypto
Expand Down
2 changes: 1 addition & 1 deletion primitives/inherents/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ sp-std = { version = "4.0.0-dev", default-features = false, path = "../std" }
sp-core = { version = "4.0.0-dev", default-features = false, path = "../core" }
sp-runtime = { version = "4.0.0-dev", path = "../runtime", optional = true }
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] }
thiserror = { version = "1.0.21", optional = true }
thiserror = { version = "1.0.30", optional = true }
impl-trait-for-tuples = "0.2.0"
async-trait = { version = "0.1.50", optional = true }

Expand Down
2 changes: 1 addition & 1 deletion primitives/state-machine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"]

[dependencies]
log = { version = "0.4.11", optional = true }
thiserror = { version = "1.0.21", optional = true }
thiserror = { version = "1.0.30", optional = true }
parking_lot = { version = "0.11.1", optional = true }
hash-db = { version = "0.15.2", default-features = false }
trie-db = { version = "0.22.6", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion primitives/timestamp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ sp-std = { version = "4.0.0-dev", default-features = false, path = "../std" }
sp-runtime = { version = "4.0.0-dev", default-features = false, path = "../runtime" }
codec = { package = "parity-scale-codec", version = "2.0.0", default-features = false, features = ["derive"] }
sp-inherents = { version = "4.0.0-dev", default-features = false, path = "../inherents" }
thiserror = { version = "1.0.21", optional = true }
thiserror = { version = "1.0.30", optional = true }
log = { version = "0.4.8", optional = true }
futures-timer = { version = "3.0.2", optional = true }
async-trait = { version = "0.1.50", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion primitives/version/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ sp-std = { version = "4.0.0-dev", default-features = false, path = "../std" }
sp-runtime = { version = "4.0.0-dev", default-features = false, path = "../runtime" }
sp-version-proc-macro = { version = "4.0.0-dev", default-features = false, path = "proc-macro" }
parity-wasm = { version = "0.42.2", optional = true }
thiserror = { version = "1.0.21", optional = true }
thiserror = { version = "1.0.30", optional = true }

[features]
default = ["std"]
Expand Down