Skip to content

Commit

Permalink
Bump tokio to 1.20.x
Browse files Browse the repository at this point in the history
  • Loading branch information
kostko committed Sep 12, 2022
1 parent da6efaf commit 91090a7
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 10 deletions.
1 change: 1 addition & 0 deletions .changelog/4928.internal.md
@@ -0,0 +1 @@
Bump tokio to 1.20.x
13 changes: 7 additions & 6 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/Cargo.toml
Expand Up @@ -12,5 +12,5 @@ cbor = { version = "0.5.0", package = "oasis-cbor" }
anyhow = "1.0"
thiserror = "1.0"
futures = "0.3.17"
tokio = { version = "1", features = ["rt", "sync"] }
tokio = { version = "~1.20", features = ["rt", "sync"] }
io-context = "0.2.0"
2 changes: 1 addition & 1 deletion keymanager-lib/Cargo.toml
Expand Up @@ -20,6 +20,6 @@ sgx-isa = { version = "0.3.3", features = ["sgxstd"] }
sp800-185 = "0.2.0"
tiny-keccak = { version = "2.0.2", features = ["sha3"] }
x25519-dalek = "1.1.0"
tokio = { version = "1", features = ["rt"] }
tokio = { version = "~1.20", features = ["rt"] }
zeroize = "1.4"
rustc-hex = "2.0.1"
2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Expand Up @@ -33,7 +33,7 @@ base64 = "0.13.0"
rustc-hex = "2.0.1"
rand = "0.7.3"
futures = "0.3.17"
tokio = { version = "1", features = ["rt", "sync"] }
tokio = { version = "~1.20", features = ["rt", "sync"] }
tendermint = "0.23.7"
tendermint-proto = "0.23.7"
tendermint-light-client = { version = "0.23.7", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion tests/runtimes/simple-keyvalue/Cargo.toml
Expand Up @@ -33,7 +33,7 @@ thiserror = "1.0"
io-context = "0.2.0"
byteorder = "1.4.3"
x25519-dalek = "1.1.0"
tokio = { version = "1", features = ["rt"] }
tokio = { version = "~1.20", features = ["rt"] }

[build-dependencies]
oasis-core-tools = { path = "../../../tools" }

0 comments on commit 91090a7

Please sign in to comment.