Skip to content

Commit

Permalink
Merge pull request #499 from paritytech/dependabot/cargo/tokio-1.32.0
Browse files Browse the repository at this point in the history
Bump tokio from 1.30.0 to 1.32.0
  • Loading branch information
vstakhov authored Aug 17, 2023
2 parents d20280d + 125f1cf commit 4c0e968
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ strum = { version = "0.25.0", features = ["derive"] }
subxt = { default-features = false, features = ["jsonrpsee-ws"], version = "0.29.0" }
thiserror = "1.0.47"
time = { version = "0.3.25", features = ["formatting"] }
tokio = { version = "1.30.0", features = ["macros", "rt", "rt-multi-thread", "signal"] }
tokio = { version = "1.32.0", features = ["macros", "rt", "rt-multi-thread", "signal"] }
tokio-tungstenite = { version = "0.19.0", features = ["native-tls"] }
typed-builder = "0.14.0"
url = "2.4.0"
Expand Down

0 comments on commit 4c0e968

Please sign in to comment.