Skip to content

Commit

Permalink
Bump tokio version to 1.30 to avoid duplicate socket2 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
iawia002 committed Jul 30, 2024
1 parent 87817f3 commit 08718d4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 18 deletions.
23 changes: 6 additions & 17 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 @@ -313,7 +313,7 @@ tempfile = "3.1.0"
filecheck = "0.5.0"
libc = { version = "0.2.112", default-features = true }
file-per-thread-logger = "0.2.0"
tokio = { version = "1.26.0", features = [ "rt", "time" ] }
tokio = { version = "1.30.0", features = [ "rt", "time" ] }
hyper = "1.0.1"
http = "1.0.0"
http-body = "1.0.0"
Expand Down

0 comments on commit 08718d4

Please sign in to comment.