Skip to content

Commit

Permalink
specify latest version of tokio to avoid security warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mcginty committed May 31, 2023
1 parent c79039f commit 7d1131c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ serde_json = "1"
shared = { path = "../shared" }
subtle = "2"
thiserror = "1"
tokio = { version = "1", features = ["macros", "rt-multi-thread", "time"] }
tokio = { version = "1.28.0", features = ["macros", "rt-multi-thread", "time"] }
toml = "0.7.4"
url = "2"
wireguard-control = { path = "../wireguard-control" }
Expand Down

0 comments on commit 7d1131c

Please sign in to comment.