Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump crossbeam-channel from 0.3.9 to 0.4.3 #2235

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
35 changes: 13 additions & 22 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 chain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ckb-chain-spec = { path = "../spec" }
ckb-store = { path = "../store" }
ckb-verification = { path = "../verification" }
faketime = "0.2.0"
crossbeam-channel = "0.3"
crossbeam-channel = "0.4"
ckb-stop-handler = { path = "../util/stop-handler" }
ckb-dao = { path = "../util/dao" }
ckb-proposal-table = { path = "../util/proposal-table" }
Expand Down
2 changes: 1 addition & 1 deletion ckb-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ clap = { version = "2" }
serde = { version = "1.0", features = ["derive"] }
serde_plain = "0.3.0"
toml = "0.5"
crossbeam-channel = "0.3"
crossbeam-channel = "0.4"
ckb-app-config = { path = "../util/app-config" }
ckb-logger = { path = "../util/logger" }
ckb-logger-service = { path = "../util/logger-service" }
Expand Down
2 changes: 1 addition & 1 deletion miner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ckb-hash = { path = "../util/hash" }
ckb-pow = { path = "../pow" }
rand = "0.6"
serde = { version = "1.0", features = ["derive"] }
crossbeam-channel = "0.3"
crossbeam-channel = "0.4"
serde_json = "1.0"
ckb-jsonrpc-types = { path = "../util/jsonrpc-types" }
hyper = "0.12"
Expand Down
2 changes: 1 addition & 1 deletion network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ckb-app-config = { path = "../util/app-config" }
tokio = { version = "0.2.11", features = ["time", "io-util", "tcp", "dns", "rt-threaded", "blocking", "stream"] }
tokio-util = { version = "0.3.0", features = ["codec"] }
futures = "0.3"
crossbeam-channel = "0.3"
crossbeam-channel = "0.4"
p2p = { version="0.3.0", package="tentacle", features = ["molc"] }
faketime = "0.2.0"
lazy_static = "1.3.0"
Expand Down
2 changes: 1 addition & 1 deletion notify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ ckb-logger = { path = "../util/logger" }
ckb-app-config = { path = "../util/app-config" }
ckb-types = { path = "../util/types" }
ckb-stop-handler = { path = "../util/stop-handler" }
crossbeam-channel = "0.3"
crossbeam-channel = "0.4"

[dev-dependencies]
2 changes: 1 addition & 1 deletion rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jsonrpc-tcp-server = "~14.1"
jsonrpc-ws-server = "~14.1"
jsonrpc-server-utils = "~14.1"
jsonrpc-pubsub = "~14.1"
crossbeam-channel = "0.3"
crossbeam-channel = "0.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
num_cpus = "1.10"
Expand Down
2 changes: 1 addition & 1 deletion sync/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ futures = "0.3"
ckb-error = {path = "../error"}
ckb-tx-pool = { path = "../tx-pool" }
ckb-fee-estimator = { path = "../util/fee-estimator" }
crossbeam-channel = "0.3"
crossbeam-channel = "0.4"
ratelimit_meter = "5.0"
tempfile = "3.0"

Expand Down
2 changes: 1 addition & 1 deletion test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ reqwest = "0.9"
rand = "0.6"
log = "0.4"
env_logger = "0.6"
crossbeam-channel = "0.3"
crossbeam-channel = "0.4"
faketime = "0.2"
failure = "0.1.5"
serde_json = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion tx-pool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ckb-chain-spec = { path = "../spec" }
ckb-snapshot = { path = "../util/snapshot" }
ckb-error = { path = "../error" }
tokio = { version = "0.2", features = ["sync", "blocking", "rt-threaded", "macros"] }
crossbeam-channel = "0.3"
crossbeam-channel = "0.4"
ckb-async-runtime = { path = "../util/runtime" }
ckb-stop-handler = { path = "../util/stop-handler" }
ckb-fee-estimator = { path = "../util/fee-estimator" }
Expand Down
2 changes: 1 addition & 1 deletion util/logger-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ env_logger = "0.6"
lazy_static = "1.3"
regex = "1.1.6"
chrono = "0.4"
crossbeam-channel = "0.3"
crossbeam-channel = "0.4"
backtrace = "0.3"
sentry = "0.16.0"
2 changes: 1 addition & 1 deletion util/stop-handler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT"

[dependencies]
parking_lot = "=0.7.1"
crossbeam-channel = "0.3"
crossbeam-channel = "0.4"
ckb-logger = { path = "../logger" }
futures = "0.1"
tokio = { version = "0.2", features = ["sync", "blocking", "rt-threaded"] }
2 changes: 1 addition & 1 deletion util/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bytes = { version="0.5.4", features = ["serde"] }
merkle-cbt = "0.2"
ckb-occupied-capacity = { path = "../occupied-capacity" }
ckb-hash = { path = "../hash" }
crossbeam-channel = "0.3"
crossbeam-channel = "0.4"
bit-vec = "0.5.1"
failure = "0.1.5"
ckb-error = { path = "../../error" }
Expand Down
2 changes: 1 addition & 1 deletion verification/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ failure = "0.1.5"
ckb-error = { path = "../error" }
enum-display-derive = "0.1.0"
tokio = { version = "0.2", features = ["sync", "blocking", "rt-threaded"] }
crossbeam-channel = "0.3"
crossbeam-channel = "0.4"
ckb-async-runtime = { path = "../util/runtime" }

[dev-dependencies]
Expand Down