Skip to content

Commit e9bcddd

Browse files
1 parent b411964 commit e9bcddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libwebauthn/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ tokio-tungstenite = { version = "0.26", features = [
6262
] }
6363
rustls = { version = "0.23.27", features = ["ring"] }
6464
tokio-stream = "0.1"
65-
snow = { version = "0.10.0-beta.1", features = ["use-p256"] }
65+
snow = { version = "0.10", features = ["use-p256"] }
6666
ctap-types = { version = "0.4.0" }
6767
btleplug = "0.11.7"
6868
thiserror = "2.0.12"

0 commit comments

Comments
 (0)