Skip to content

Commit

Permalink
Update nitrokey dependency to 0.7.1
Browse files Browse the repository at this point in the history
This change updates the nitrokey dependency we consume to 0.7.1. With
this version the crate's Error type got reworked slightly, allowing it
to implement Sync and Send. It furthermore no longer duplicates
information available through the source() method in its Display
implementation. Both these changes will enable us to switch over to
using the anyhow crate for error handling in nitrocli in the future.
  • Loading branch information
d-e-s-o committed Jul 18, 2020
1 parent 72628e1 commit 1134445
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Unreleased
----------
- Changed default OTP format from `hex` to `base32`
- Updated minimum required Rust version to `1.42.0`
- Bumped `nitrokey` dependency to `0.7.1`


0.3.3
Expand Down
4 changes: 2 additions & 2 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 @@ -53,7 +53,7 @@ version = "0.4.0"
version = "0.2"

[dependencies.nitrokey]
version = "0.6"
version = "0.7.1"

[dependencies.structopt]
version = "0.3.7"
Expand Down

0 comments on commit 1134445

Please sign in to comment.