Skip to content

Commit

Permalink
DO NOT MERGE: update rust-tss-version to backport PR
Browse files Browse the repository at this point in the history
Signed-off-by: Thore Sommer <[email protected]>
  • Loading branch information
THS-on committed Oct 1, 2024
1 parent 56a6159 commit e2a2a79
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 43 deletions.
55 changes: 13 additions & 42 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ static_assertions = "1"
tempfile = "3.4.0"
thiserror = "1.0"
tokio = {version = "1.24", features = ["rt", "sync", "macros"]}
tss-esapi = {version = "7.4.0", features = ["generate-bindings"]}
tss-esapi = { git = "https://github.com/parallaxsecond/rust-tss-esapi.git", rev = "refs/pull/546/head" , features = ["generate-bindings"]}
uuid = {version = "1.3", features = ["v4"]}
zip = {version = "0.6", default-features = false, features= ["deflate"]}

0 comments on commit e2a2a79

Please sign in to comment.