Skip to content

Commit

Permalink
Update cryptoki requirement from 0.6 to 0.7
Browse files Browse the repository at this point in the history
Updates the requirements on [cryptoki](https://github.com/parallaxsecond/rust-cryptoki) to permit the latest version.
- [Changelog](https://github.com/parallaxsecond/rust-cryptoki/blob/main/CHANGELOG.md)
- [Commits](parallaxsecond/rust-cryptoki@cryptoki-0.6.0...cryptoki-0.7.0)

---
updated-dependencies:
- dependency-name: cryptoki
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 18, 2024
1 parent 04aca9a commit 713d468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ der = { version = "0.7" , optional = true } # ASN.1 DER encoding
bcder = { version = "0.7" , optional = true } # ASN.1 DER encoding
const-oid = { version = "0.9" , optional = true } # more ASN.1
openssl = { version = "0.10", optional = true }
cryptoki = { version = "0.6", optional = true }
cryptoki = { version = "0.7", optional = true }


[target.'cfg(windows)'.dependencies]
Expand Down

0 comments on commit 713d468

Please sign in to comment.