diff --git a/Cargo.lock b/Cargo.lock index 6cdf78e..1a760a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -511,7 +511,7 @@ dependencies = [ [[package]] name = "card-cli" -version = "1.11.1" +version = "1.11.2" dependencies = [ "aes-gcm-stream", "authenticator 0.3.1", @@ -551,7 +551,7 @@ dependencies = [ "sshcerts", "swift-secure-enclave-tool-rs", "tabled", - "u2f", + "u2f-hatter-fork", "x509", "x509-parser 0.15.1", "yubico_manager", @@ -4213,9 +4213,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" [[package]] -name = "u2f" +name = "u2f-hatter-fork" version = "0.2.0" -source = "git+https://github.com/jht5945/u2f-rs.git#cc2916af0288be5c847021df03c5192e8c7feccc" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4014b19ae6e087bf62aa5ddc96431a03110e13dfe8e0e26de403ecaeefb4bb4c" dependencies = [ "base64 0.11.0", "byteorder", diff --git a/Cargo.toml b/Cargo.toml index 9c3bae8..f54bb00 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "card-cli" -version = "1.11.1" +version = "1.11.2" authors = ["Hatter Jiang "] edition = "2018" @@ -20,7 +20,6 @@ base64 = "0.21" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" hex = "0.4" -u2f = "0.2" openpgp-card = "0.3" openpgp-card-pcsc = "0.3" openpgp-card-sequoia = { version = "0.1", optional = true } @@ -52,9 +51,7 @@ sshcerts = "0.13" regex = "1.4.6" aes-gcm-stream = "0.2" swift-secure-enclave-tool-rs = "0.1" +u2f-hatter-fork = "0.2" #lazy_static = "1.4.0" #ssh-key = "0.4.0" #ctap-hid-fido2 = "2.1.3" - -[patch.crates-io] -u2f = { git = "https://github.com/jht5945/u2f-rs.git" }