yubikey 0.8.0-pre.0

This commit is contained in:
Jack Grigg
2023-03-23 13:46:05 +09:00
parent 0d0f64ff1b
commit d5395ea4e5
3 changed files with 56 additions and 48 deletions
+2 -5
View File
@@ -32,14 +32,14 @@ env_logger = "0.10"
gumdrop = "0.8"
hex = "0.4"
log = "0.4"
p256 = { version = "0.11", features = ["ecdh"] }
p256 = { version = "0.13", features = ["ecdh"] }
pcsc = "2.4"
rand = "0.8"
sha2 = "0.10"
which = "4.1"
x509 = "0.2"
x509-parser = "0.14"
yubikey = { version = "0.7", features = ["untested"] }
yubikey = { version = "=0.8.0-pre.0", features = ["untested"] }
# Translations
i18n-embed = { version = "0.13", features = ["desktop-requester", "fluent-system"] }
@@ -56,6 +56,3 @@ man = "0.3"
tempfile = "3"
test-with = "0.9"
which = "4"
[patch.crates-io]
yubikey = { git = "https://github.com/iqlusioninc/yubikey.rs.git", rev = "1d33ea174791f699dfc0e6a06648aa3d9e066144" }