Skip to content

Commit ee31ab8

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

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ 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 }
32-
tss-esapi = { version = "7.0.0-beta.1", optional = true }
32+
tss-esapi = { version = "7.0.0-beta.2", optional = true }
3333
bincode = "1.3.1"
3434
structopt = "0.3.21"
3535
derivative = "2.2.0"

0 commit comments

Comments
 (0)