Skip to content

Commit e201df6

Browse files
Bump tokio from 0.2.22 to 0.3.1
Bumps [tokio](https://github.com/tokio-rs/tokio) from 0.2.22 to 0.3.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-0.2.22...tokio-0.3.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 44cfcbb commit e201df6

2 files changed

Lines changed: 142 additions & 32 deletions

File tree

Cargo.lock

Lines changed: 141 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ futures-util = { version = "0.3", default-features = false }
1212
hyper = { version = "0.13" }
1313
log = "0.4"
1414
sha-1 = "0.9"
15-
tokio = { version = "0.2", features = ["full", "sync", "time"] }
15+
tokio = { version = "0.3", features = ["full", "sync", "time"] }
1616
tokio-tungstenite = "0.11.0"
1717
toml = "0.5"
1818
serde = { version = "1.0", features = ["derive"] }

0 commit comments

Comments
 (0)