Skip to content

Commit

Permalink
Bump tokio from 0.2.17 to 1.8.4 in /pub_sub_lib
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2022
1 parent 1eb9a45 commit 34c4d0b
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 128 deletions.
188 changes: 62 additions & 126 deletions pub_sub_lib/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pub_sub_lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ name = "manager"
path = "src/main.rs"

[dependencies]
tokio = { version = "0.2.17", features = ["net"] }
tokio = { version = "1.8.4", features = ["net"] }
tokio-util = { version = "0.2", features = ["codec"] }
futures = "0.3"
bytes = "0.5.4"
Expand All @@ -37,6 +37,6 @@ pretty_env_logger="0.4"


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


0 comments on commit 34c4d0b

Please sign in to comment.