Skip to content

Commit

Permalink
rust: Bump tokio from 1.21.2 to 1.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and kostko committed Jan 10, 2023
1 parent fbac4f5 commit c58646e
Show file tree
Hide file tree
Showing 5 changed files with 74 additions and 16 deletions.
1 change: 1 addition & 0 deletions .changelog/5120.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rust: Bump tokio from 1.21.2 to 1.24.1
83 changes: 70 additions & 13 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 keymanager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ sp800-185 = "0.2.0"
thiserror = "1.0"
tiny-keccak = { version = "2.0.2", features = ["sha3"] }
x25519-dalek = "1.1.0"
tokio = { version = "~1.21.1", features = ["rt"] }
tokio = { version = "~1.24.1", features = ["rt"] }
zeroize = "1.4.2"
2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ base64 = "0.13.0"
rustc-hex = "2.0.1"
rand = "0.7.3"
futures = "0.3.17"
tokio = { version = "~1.21.1", features = ["rt", "sync"] }
tokio = { version = "~1.24.1", features = ["rt", "sync"] }
tendermint = "0.25.0"
tendermint-proto = "0.25.0"
tendermint-light-client = { version = "0.25.0", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion tests/runtimes/simple-keyvalue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ thiserror = "1.0"
io-context = "0.2.0"
byteorder = "1.4.3"
x25519-dalek = "1.1.0"
tokio = { version = "~1.21.1", features = ["rt"] }
tokio = { version = "~1.24.1", features = ["rt"] }

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

0 comments on commit c58646e

Please sign in to comment.