Skip to content

Commit

Permalink
Merge pull request #1945 from etungsten/tungstenite
Browse files Browse the repository at this point in the history
apiclient: pin tokio-tungstenite to v0.15
  • Loading branch information
etungsten authored Feb 5, 2022
2 parents 2444c41 + 11d44ca commit 9749af9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions sources/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 sources/api/apiclient/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ signal-hook = "0.3"
simplelog = "0.11"
snafu = { version = "0.7", features = ["futures"] }
tokio = { version = "~1.14", default-features = false, features = ["fs", "io-std", "io-util", "macros", "rt-multi-thread", "time"] } # LTS
tokio-tungstenite = { version = "0.16", default-features = false, features = ["connect"] }
tokio-tungstenite = { version = "0.15", default-features = false, features = ["connect"] }
toml = "0.5"
unindent = "0.1"
url = "2.2.1"
Expand Down

0 comments on commit 9749af9

Please sign in to comment.