Skip to content

Commit

Permalink
Merge pull request #53 from leo-vital/upgrade-idna-version
Browse files Browse the repository at this point in the history
Updating idna version in passkey-client to fix vulnerability
  • Loading branch information
Progdrasil authored Dec 12, 2024
2 parents ca9f71c + 9b0edc8 commit 9e34d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion passkey-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ serde_json = "1"
ciborium = "0.2"
mockall = { version = "0.11", optional = true }
typeshare = "1"
idna = "0.5"
idna = "1"
url = "2"
coset = "0.3"
tokio = { version = "1", features = ["sync"], optional = true }
Expand Down

0 comments on commit 9e34d02

Please sign in to comment.