Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 6, 2023
1 parent d72deb0 commit 125a3f6
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 54 deletions.
128 changes: 76 additions & 52 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 serial_test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dashmap = { version = "5"}

[dev-dependencies]
itertools = "0.10"
tokio = { version = "^1.17", features = ["macros", "rt"] }
tokio = { version = "^1.18", features = ["macros", "rt"] }

[features]
default = ["logging", "async"]
Expand Down
2 changes: 1 addition & 1 deletion serial_test_test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ wasm-bindgen-test = {version="0.3.0", optional=true}
scoped-tls = {version="=1.0.0", optional=true} # Locked down for 1.51 compat

[dev-dependencies]
tokio = { version = "^1.17", features = ["macros", "rt"] }
tokio = { version = "^1.18", features = ["macros", "rt"] }
actix-rt = { version = "^2.7", features = ["macros"] }
futures-util = {version = "^0.3", default_features = false }

Expand Down

0 comments on commit 125a3f6

Please sign in to comment.