Skip to content

Commit cf83db8

Browse files
Bump tokio from 0.2.17 to 1.8.4 in /pub_sub_lib
Bumps [tokio](https://github.com/tokio-rs/tokio) from 0.2.17 to 1.8.4. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-0.2.17...tokio-1.8.4) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4d87daa commit cf83db8

File tree

2 files changed

+64
-128
lines changed

2 files changed

+64
-128
lines changed

pub_sub_lib/Cargo.lock

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

pub_sub_lib/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ name = "manager"
2323
path = "src/main.rs"
2424

2525
[dependencies]
26-
tokio = { version = "0.2.17", features = ["net"] }
26+
tokio = { version = "1.8.4", features = ["net"] }
2727
tokio-util = { version = "0.2", features = ["codec"] }
2828
futures = "0.3"
2929
bytes = "0.5.4"
@@ -37,6 +37,6 @@ pretty_env_logger="0.4"
3737

3838

3939
[dev-dependencies]
40-
tokio = {version = "0.2.11", features = ["time", "macros"] }
40+
tokio = {version = "1.8.4", features = ["time", "macros"] }
4141

4242

0 commit comments

Comments
 (0)