Skip to content

Commit

Permalink
update test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yanganto committed Jul 11, 2024
1 parent d982a86 commit e2fb9d8
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 29 deletions.
47 changes: 22 additions & 25 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ user = ["uzers"]
executable = ["which"]

[dev-dependencies]
tokio = { version = "1.15.0", features = ["rt", "macros"] }
serial_test = "2.0.0"
tokio = { version = "1.38.0", features = ["rt", "rt-multi-thread", "macros"] }
serial_test = "3.1.1"
libtest-with = { version = "0.7.0-0", features = ["net", "resource", "user", "executable"] }
rstest = "0.21.0"
14 changes: 12 additions & 2 deletions examples/runner/Cargo.lock

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

0 comments on commit e2fb9d8

Please sign in to comment.