Skip to content

Commit

Permalink
Bump tokio from 1.0.2 to 1.8.4 (#6)
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.0.2 to 1.8.4.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.0.2...tokio-1.8.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 6, 2022
1 parent ef93c3f commit 4a4094b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 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 nails-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ env_logger = "0.8"
futures = "0.3"
log = "0.4"
nails = { path = "../nails", version = "=0.12.0" }
tokio = { version = "1.0", features = ["macros", "net", "io-std", "io-util", "rt-multi-thread"] }
tokio = { version = "1.8", features = ["macros", "net", "io-std", "io-util", "rt-multi-thread"] }
2 changes: 1 addition & 1 deletion nails-example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ env_logger = "0.8"
futures = "0.3"
nails = { path = "../nails", version = "=0.12.0" }
nails-fork = { path = "../nails-fork", version = "=0.12.0" }
tokio = { version = "1.0", features = ["macros", "net", "rt-multi-thread"] }
tokio = { version = "1.8", features = ["macros", "net", "rt-multi-thread"] }
2 changes: 1 addition & 1 deletion nails-fork/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ bytes = "1.0"
futures = "0.3"
log = "0.4"
nails = { path = "../nails", version = "=0.12.0" }
tokio = { version = "1.0", features = ["macros", "process", "rt"] }
tokio = { version = "1.8", features = ["macros", "process", "rt"] }
tokio-util = { version = "0.6", features = ["codec"] }
4 changes: 2 additions & 2 deletions nails/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ bytes = "1.0"
byteorder = "1"
futures = "0.3"
log = "0.4"
tokio = { version = "1.0", features = ["net", "sync", "time"] }
tokio = { version = "1.8", features = ["net", "sync", "time"] }
tokio-util = { version = "0.6", features = ["codec"] }

[dev-dependencies]
env_logger = "0.8"
tokio = { version = "1.0", features = ["macros", "net", "rt"] }
tokio = { version = "1.8", features = ["macros", "net", "rt"] }

0 comments on commit 4a4094b

Please sign in to comment.