Skip to content

Commit

Permalink
Deps: Bump async-tungstenite version -> 0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixMcFelix committed Aug 17, 2021
1 parent dad48ca commit 47e20d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ version = "0.1"
default-features = false
features = ["tokio-runtime"]
optional = true
version = "0.13"
version = "0.14"

[dependencies.async-tungstenite-compat]
package = "async-tungstenite"
Expand Down Expand Up @@ -179,7 +179,7 @@ driver-core = [
"uuid",
"xsalsa20poly1305",
]
rustls = ["async-tungstenite/tokio-rustls", "rustls-marker"]
rustls = ["async-tungstenite/tokio-rustls-webpki-roots", "rustls-marker"]
native = ["async-tungstenite/tokio-native-tls", "native-marker"]
serenity-rustls = ["serenity/rustls_backend", "rustls", "gateway", "serenity-deps"]
serenity-native = ["serenity/native_tls_backend", "native", "gateway", "serenity-deps"]
Expand Down

0 comments on commit 47e20d6

Please sign in to comment.