aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBernd Schoolmann <mail@quexten.com>2023-04-27 02:07:59 +0200
committerBernd Schoolmann <mail@quexten.com>2023-04-27 02:07:59 +0200
commit7729f1c13c3c19423bdc3e92f1e8cc7057667fe8 (patch)
treef4b800a31ee79a6f2f8e65d13c1aef2534748453 /Cargo.toml
parent7c77e2b47cee8bcda3bbe87af8979b6880356acd (diff)
downloadrbw-7729f1c13c3c19423bdc3e92f1e8cc7057667fe8.tar.gz
rbw-7729f1c13c3c19423bdc3e92f1e8cc7057667fe8.zip
Fix tokio-tungstenite dependency
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f2925f0..ef700e2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -60,7 +60,7 @@ url = "2.3.1"
uuid = { version = "1.3.0", features = ["v4"] }
zeroize = "1.5.7"
rmpv = "1.0.0"
-tokio-tungstenite = { version = "*", features = ["native-tls"] }
+tokio-tungstenite = { version = "0.18.0", features = ["rustls-tls-native-roots"] }
[package.metadata.deb]
depends = "pinentry"