1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-13 06:54:07 +00:00

Run cargo sort

This commit is contained in:
Bernd Schoolmann
2025-11-17 15:58:24 +01:00
parent 67d0c2a59a
commit a8451acac0

View File

@@ -12,7 +12,7 @@ ctap-hid-fido2 = ["dep:ctap-hid-fido2", "dep:pinentry", "dep:secrecy"]
[dependencies]
base64 = { workspace = true }
ctap-hid-fido2 = { version = "3.5.1", optional = true }
pinentry = { version = "0.5.0", optional = true}
serde = { workspace = true, features = ["derive"] }
pinentry = { version = "0.5.0", optional = true }
secrecy = { version = "0.8.0", optional = true }
serde = { workspace = true, features = ["derive"] }
sha2 = { workspace = true }