Skip to content

Commit a7104d7

Browse files
committed
Bump parsec related crates
As part of the release, we need to use all the latest parsec crates and bump versions of other crates to use a single version. Signed-off-by: Gowtham Suresh Kumar <gowtham.sureshkumar@arm.com>
1 parent 08ee5d7 commit a7104d7

File tree

5 files changed

+82
-152
lines changed

5 files changed

+82
-152
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ name = "parsec"
1515
path = "src/bin/main.rs"
1616

1717
[dependencies]
18-
parsec-interface = "0.27.0"
18+
parsec-interface = "0.28.0"
1919
rand = { version = "0.8.3", features = ["small_rng"], optional = true }
2020
base64 = "0.13.0"
2121
uuid = "0.8.2"
@@ -26,15 +26,15 @@ 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.3.0", optional = true, features = ["psa-crypto-conversions"] }
29+
cryptoki = { version = "0.3.1", optional = true, features = ["psa-crypto-conversions"] }
3030
picky-asn1-der = { version = "0.2.4", optional = true }
3131
picky-asn1 = { version = "0.3.0", optional = true }
32-
tss-esapi = { version = "7.1.0", optional = true }
32+
tss-esapi = { version = "7.2.0", optional = true }
3333
bincode = "1.3.1"
3434
structopt = "0.3.21"
3535
derivative = "2.2.0"
3636
hex = { version = "0.4.2", optional = true }
37-
psa-crypto = { version = "0.9.2", default-features = false, features = ["operations"], optional = true }
37+
psa-crypto = { version = "0.10.0", default-features = false, features = ["operations"], optional = true }
3838
zeroize = { version = "1.2.0", features = ["zeroize_derive"] }
3939
picky-asn1-x509 = { version = "0.6.1", optional = true }
4040
users = "0.11.0"
@@ -52,7 +52,7 @@ rust-cryptoauthlib = { version = "0.4.4", features=["software-backend"]}
5252

5353

5454
[build-dependencies]
55-
bindgen = { version = "0.59.1", optional = true }
55+
bindgen = { version = "0.63.0", optional = true }
5656
prost-build = { version = "0.8.0", optional = true }
5757

5858
[package.metadata.docs.rs]

e2e_tests/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ publish = false
1111

1212
[dependencies]
1313
serde = { version = "1.0.123", features = ["derive"] }
14-
parsec-client = { version = "0.14.1", features = ["testing", "spiffe-auth"] }
14+
parsec-client = { version = "0.15.0", features = ["testing", "spiffe-auth"] }
1515
log = "0.4.14"
1616
# Compatible version with crate rsa
1717
rand = "0.7.3"
@@ -30,7 +30,7 @@ picky-asn1 = "0.3.1"
3030
sha2 = "0.9.3"
3131
serial_test = "0.5.1"
3232
regex = "1.6.0"
33-
cryptoki = "0.3.0"
33+
cryptoki = "0.3.1"
3434
snailquote = "0.3.1"
3535

3636
[features]

0 commit comments

Comments
 (0)