Skip to content

Commit

Permalink
Bump yubihsm crate dependency to v0.41 (iqlusioninc#585)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-iqlusion authored Aug 2, 2022
1 parent fa12d23 commit 21d3fef
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 46 deletions.
111 changes: 66 additions & 45 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ thiserror = "1"
url = { version = "2.2.2", features = ["serde"], optional = true }
uuid = { version = "1", features = ["serde"], optional = true }
wait-timeout = "0.2"
yubihsm = { version = "=0.41.0-pre", features = ["secp256k1", "setup", "usb"], optional = true }
yubihsm = { version = "0.41", features = ["secp256k1", "setup", "usb"], optional = true }
zeroize = "1"

[dev-dependencies]
Expand Down

0 comments on commit 21d3fef

Please sign in to comment.