Skip to content

Commit 08ca16d

Browse files
Hybrid transport runtime errors fixes
1 parent e73c76b commit 08ca16d

File tree

3 files changed

+214
-2
lines changed

3 files changed

+214
-2
lines changed

Cargo.lock

Lines changed: 202 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libwebauthn/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ tungstenite = { version = "0.26.2" }
6060
tokio-tungstenite = { version = "0.26", features = [
6161
"rustls-tls-native-roots",
6262
] }
63+
rustls = { version = "0.23.27", features = ["ring"] }
6364
tokio-stream = "0.1"
6465
snow = { version = "0.10.0-beta.1", features = ["use-p256"] }
6566
ctap-types = { version = "0.4.0" }

0 commit comments

Comments
 (0)