Skip to content

Commit

Permalink
update ctap_hmac
Browse files Browse the repository at this point in the history
  • Loading branch information
shimunn committed Jul 26, 2021
1 parent 5496c4e commit b2e4950
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 7 deletions.
41 changes: 37 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fido2luks"
version = "0.2.18"
version = "0.2.19"
authors = ["shimunn <[email protected]>"]
edition = "2018"

Expand All @@ -14,7 +14,7 @@ categories = ["command-line-utilities"]
license = "MPL-2.0"

[dependencies]
ctap_hmac = { version="0.4.2", features = ["request_multiple"] }
ctap_hmac = { version="0.4.5", features = ["request_multiple"] }
hex = "0.3.2"
ring = "0.13.5"
failure = "0.1.5"
Expand All @@ -26,7 +26,7 @@ serde_derive = "1.0.106"
serde = "1.0.106"

[build-dependencies]
ctap_hmac = { version="0.4.2", features = ["request_multiple"] }
ctap_hmac = { version="0.4.5", features = ["request_multiple"] }
hex = "0.3.2"
ring = "0.13.5"
failure = "0.1.5"
Expand Down

0 comments on commit b2e4950

Please sign in to comment.