Skip to content

Commit 65a28d6

Browse files
Update cryptoki requirement from 0.9 to 0.10
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.9.0...cryptoki-0.10.0) --- updated-dependencies: - dependency-name: cryptoki dependency-version: 0.10.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ad3fd8c commit 65a28d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ der = { version = "0.7" , optional = true } # ASN.1 DER encoding
8181
bcder = { version = "0.7" , optional = true } # ASN.1 DER encoding
8282
const-oid = { version = "0.9" , optional = true } # more ASN.1
8383
openssl = { version = "0.10.70", optional = true }
84-
cryptoki = { version = "0.9", optional = true }
84+
cryptoki = { version = "0.10", optional = true }
8585
pnet = { version = "0.35.0", default-features = false, features = ["std", "pnet_datalink"] }
8686
pnet_sys = { version = "0.35.0", default-features = false }
8787

0 commit comments

Comments
 (0)