Skip to content

Commit

Permalink
cargo: Bump tss-esapi to version 7.4.0
Browse files Browse the repository at this point in the history
Also bump picky-asn1-x509 to version 0.12.0 and picky-asn1-der to
version 0.4.1

Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
  • Loading branch information
ansasaki committed Jan 24, 2024
1 parent dd54913 commit b5c863e
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 52 deletions.
87 changes: 38 additions & 49 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ log = "0.4"
openssl = "0.10.15"
pest = "2.6"
pest_derive = "2.6"
picky-asn1-der = "0.3.1"
picky-asn1-x509 = "0.6.1"
picky-asn1-der = "0.4"
picky-asn1-x509 = "0.12"
pretty_env_logger = "0.4"
reqwest = {version = "0.11", default-features = false, features = ["json"]}
serde = "1.0.80"
Expand All @@ -42,5 +42,5 @@ static_assertions = "1"
tempfile = "3.4.0"
thiserror = "1.0"
tokio = {version = "1.24", features = ["rt", "sync", "macros"]}
tss-esapi = {version = "7.2.0", features = ["generate-bindings"]}
tss-esapi = {version = "7.4.0", features = ["generate-bindings"]}
uuid = {version = "1.3", features = ["v4"]}

0 comments on commit b5c863e

Please sign in to comment.