Skip to content

Commit

Permalink
Merge pull request #87 from palfrey/dependabot/cargo/tokio-1.18.4
Browse files Browse the repository at this point in the history
Bump tokio from 1.17.0 to 1.18.4
  • Loading branch information
palfrey authored Jan 6, 2023
2 parents d72deb0 + 125a3f6 commit 13c3d61
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 13c3d61

Please sign in to comment.