migrate to keyring-core

This commit is contained in:
FabianLars
2025-10-14 17:42:04 +02:00
parent d1edf783e1
commit f831b003c2
7 changed files with 249 additions and 63 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ http = "1"
rand = "0.9"
futures-util = "0.3"
tokio = { version = "1", features = ["net", "sync"] }
tokio-tungstenite = { version = "0.27" }
tokio-tungstenite = { version = "0.28" }
[features]
default = ["rustls-tls"]