Skip to content

Commit

Permalink
build(deps): bump tokio from 1.19.2 to 1.20.0
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.19.2 to 1.20.0.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.19.2...tokio-1.20.0)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and huitseeker committed Jul 19, 2022
1 parent 2b51826 commit a2847b3
Show file tree
Hide file tree
Showing 15 changed files with 17 additions and 16 deletions.
5 changes: 3 additions & 2 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 crates/sui-benchmark/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ futures = "0.3.21"
serde = { version = "1.0.139", features = ["derive"] }
serde_json = "1.0.80"
tempfile = "3.3.0"
tokio = { version = "1.18.2", features = ["full"] }
tokio = { version = "1.20.0", features = ["full"] }
strum = "0.24.1"
strum_macros = "0.24.2"
num_cpus = "1.13.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/sui-cluster-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2021"
futures = "0.3.21"
serde_json = "1.0.80"
tempfile = "3.3.0"
tokio = { version = "1.17.0", features = ["full"] }
tokio = { version = "1.20.0", features = ["full"] }
tracing = { version = "0.1.35", features = ["log"] }
clap = { version = "3.1.14", features = ["derive"] }
reqwest = { version = "0.11.11", features = ["blocking", "json"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/sui-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ bytes = "1.1.0"
serde = { version = "1.0.139", features = ["derive"] }
serde_json = "1.0.79"
serde_with = "1.14.0"
tokio = { version = "1.18.2", features = ["full", "tracing", "test-util"] }
tokio = { version = "1.20.0", features = ["full", "tracing", "test-util"] }
tokio-stream = { version = "0.1.8", features = ["sync", "net"] }
parking_lot = "0.12.1"
async-trait = "0.1.53"
Expand Down
2 changes: 1 addition & 1 deletion crates/sui-faucet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ async-trait = "0.1.53"
axum = "0.5.12"
clap = { version = "3.1.17", features = ["derive"] }
thiserror = "1.0.31"
tokio = { version = "1.18.2", features = ["full"] }
tokio = { version = "1.20.0", features = ["full"] }
tracing = "0.1.35"
serde = { version = "1.0.139", features = ["derive"] }
tower = { version = "0.4.12", features = ["util", "timeout", "load-shed", "limit"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/sui-gateway/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ anyhow = { version = "1.0.58", features = ["backtrace"] }
async-trait = "0.1.53"
serde = { version = "1.0.139", features = ["derive"] }
tracing = "0.1.35"
tokio = { version = "1.18.2", features = ["full"] }
tokio = { version = "1.20.0", features = ["full"] }
futures = "0.3.21"
prometheus = "0.13.1"
clap = { version = "3.1.17", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/sui-json-rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ async-trait = "0.1.53"
ed25519-dalek = { version = "1.0.1", features = ["batch", "serde"] }
serde = { version = "1.0.139", features = ["derive"] }
futures = "0.3.21"
tokio = { version = "1.18.2", features = ["full"] }
tokio = { version = "1.20.0", features = ["full"] }

sui-core = { path = "../sui-core" }
sui-types = { path = "../sui-types" }
Expand Down
2 changes: 1 addition & 1 deletion crates/sui-node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ anyhow = { version = "1.0.58", features = ["backtrace"] }
clap = { version = "3.1.17", features = ["derive"] }
multiaddr = "0.14.0"
prometheus = "0.13.1"
tokio = { version = "1.18.2", features = ["full"] }
tokio = { version = "1.20.0", features = ["full"] }
tracing = "0.1.35"
parking_lot = "0.12.1"
futures = "0.3.21"
Expand Down
2 changes: 1 addition & 1 deletion crates/sui-open-rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ anyhow = { version = "1.0.58", features = ["backtrace"] }
clap = { version = "3.1.17", features = ["derive"] }
pretty_assertions = "1.2.0"
serde_json = "1.0.80"
tokio = { version = "1.18.2", features = ["full"] }
tokio = { version = "1.20.0", features = ["full"] }
hyper = { version = "0.14.20", features = ["full"] }

sui = { path = "../sui" }
Expand Down
2 changes: 1 addition & 1 deletion crates/sui-quorum-driver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"

[dependencies]
arc-swap = "1.5.0"
tokio = { version = "1.18.2", features = ["full"] }
tokio = { version = "1.20.0", features = ["full"] }
tracing = "0.1.35"

sui-core = { path = "../sui-core" }
Expand Down
2 changes: 1 addition & 1 deletion crates/sui-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ workspace-hack = { path = "../workspace-hack"}
[dev-dependencies]
clap = { version = "3.1.17", features = ["derive"] }
dirs = "4.0.0"
tokio = "1.19.2"
tokio = "1.20.0"
bcs = "0.1.3"
async-recursion = "1.0.0"

Expand Down
2 changes: 1 addition & 1 deletion crates/sui-storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ futures = "0.3.21"
flexstr = "^0.9"
serde = { version = "1.0.139", features = ["derive"] }
serde_json = "1.0.80"
tokio = { version = "1.17.0", features = ["full", "tracing"] }
tokio = { version = "1.20.0", features = ["full", "tracing"] }
tokio-stream = "^0.1"
rocksdb = "0.18.0"
tracing = "0.1.35"
Expand Down
2 changes: 1 addition & 1 deletion crates/sui-swarm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2021"
anyhow = { version = "1.0.58", features = ["backtrace"] }
rand = "0.7.3"
tracing = "0.1.35"
tokio = { version = "1.18.2", features = ["full"] }
tokio = { version = "1.20.0", features = ["full"] }
futures = "0.3.21"
tempfile = "3.3.0"
tonic-health = "0.6.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/sui-tool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"

[dependencies]
anyhow = { version = "1.0.58", features = ["backtrace"] }
tokio = { version = "1.18.2", features = ["full"] }
tokio = { version = "1.20.0", features = ["full"] }
tracing = "0.1.35"
clap = { version = "3.1.17", features = ["derive"] }
telemetry-subscribers = { git = "https://github.com/MystenLabs/mysten-infra", rev = "bdaf6ee818497e6772f3000f938f1e5710f6890f" }
Expand Down
2 changes: 1 addition & 1 deletion crates/sui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ serde = { version = "1.0.139", features = ["derive"] }
serde_json = "1.0.80"
signature = "1.5.0"
camino = "1.0.9"
tokio = { version = "1.18.2", features = ["full"] }
tokio = { version = "1.20.0", features = ["full"] }
async-trait = "0.1.53"
serde_with = { version = "1.14.0", features = ["hex"] }
tracing = "0.1.35"
Expand Down

0 comments on commit a2847b3

Please sign in to comment.