Blob Blame History Raw
--- parsec-1.4.0-rc2/Cargo.toml.orig	2024-03-30 06:14:26.740996638 +0000
+++ parsec-1.4.0-rc2/Cargo.toml	2024-03-30 06:15:38.477528517 +0000
@@ -29,10 +29,10 @@
 cryptoki = { version = "0.6.0", optional = true, default-features = false }
 picky-asn1-der = { version = "0.4.0", optional = true }
 picky-asn1 = { version = "0.8.0", optional = true }
-tss-esapi = { version = "7.5.0", optional = true }
+tss-esapi = { version = "7.5.0", optional = true, features = ["generate-bindings"] }
 bincode = "1.3.1"
 # TODO: Fixed until the MSRV is bumped!
-clap = { version = "=4.3.24", features = ["derive", "std"] }
+clap = { version = "4.5", features = ["derive", "std"] }
 derivative = "2.2.0"
 hex = { version = "0.4.2", optional = true }
 psa-crypto = { version = "0.12.0", default-features = false, features = ["operations","std"], optional = true }
@@ -42,8 +42,8 @@
 anyhow = "1.0.38"
 rust-cryptoauthlib = { version = "0.4.5", optional = true }
 spiffe = { version = "0.2.1", optional = true }
-prost = { version = "0.9.0", optional = true }
-rusqlite = { version = "0.29.0", features = ["bundled"] }
+prost = { version = "0.10.0", optional = true }
+rusqlite = "0.28.0"
 num-traits = "0.2.14"
 
 [dev-dependencies]
@@ -52,8 +52,8 @@
 
 
 [build-dependencies]
-bindgen = { version = "0.66.1", optional = true }
-prost-build = { version = "0.9.0", optional = true }
+bindgen = { version = "0.68.1", optional = true }
+prost-build = { version = "0.10.0", optional = true }
 
 [package.metadata.docs.rs]
 features = ["pkcs11-provider", "tpm-provider", "mbed-crypto-provider", "cryptoauthlib-provider", "direct-authenticator"]