Skip to content

Commit 9e34d02

Browse files
authored
Merge pull request #53 from leo-vital/upgrade-idna-version
Updating idna version in passkey-client to fix vulnerability
2 parents ca9f71c + 9b0edc8 commit 9e34d02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

passkey-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ serde_json = "1"
3030
ciborium = "0.2"
3131
mockall = { version = "0.11", optional = true }
3232
typeshare = "1"
33-
idna = "0.5"
33+
idna = "1"
3434
url = "2"
3535
coset = "0.3"
3636
tokio = { version = "1", features = ["sync"], optional = true }

0 commit comments

Comments
 (0)