Skip to content

Commit

Permalink
chore(tokio): Update dev dependencies to get newer tokio versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bkochendorfer authored and floatingatoll committed Oct 27, 2022
1 parent b3052fe commit 5c05db7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 74 deletions.
76 changes: 3 additions & 73 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ time = "0.2"
syn = "= 1.0.98"

[dev-dependencies]
tokio = { version = "0.3", features = ["full"] }
tokio = { version = "1", features = ["full"] }

0 comments on commit 5c05db7

Please sign in to comment.