Skip to content

Commit 37873bb

Browse files
committed
Update PKCS11 dependency as well
Signed-off-by: Ionut Mihalcea <[email protected]>
1 parent b6836d3 commit 37873bb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ toml = "0.5.8"
2626
serde = { version = "1.0.123", features = ["derive"] }
2727
env_logger = "0.8.3"
2828
log = { version = "0.4.14", features = ["serde"] }
29-
cryptoki = { version = "0.2.0", optional = true, features = ["psa-crypto-conversions"] }
29+
cryptoki = { version = "0.2.1", optional = true, features = ["psa-crypto-conversions"] }
3030
picky-asn1-der = { version = "<=0.2.4", optional = true }
3131
picky-asn1 = { version = ">=0.3.1, <=0.3.1", optional = true }
3232
tss-esapi = { version = "7.0.0", optional = true }

0 commit comments

Comments
 (0)