Skip to content

Commit

Permalink
Cargo.toml: Bump tss-esapi to 7.5.0
Browse files Browse the repository at this point in the history
The new version of tss-esapi contains a required security fix.

Signed-off-by: Tomás González <[email protected]>
  • Loading branch information
tgonzalezorlandoarm committed Mar 14, 2024
1 parent 85eb8c3 commit 6cf4ad5
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 15 deletions.
9 changes: 5 additions & 4 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 @@ -29,7 +29,7 @@ log = { version = "0.4.14", features = ["serde"] }
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.4.0", optional = true }
tss-esapi = { version = "7.5.0", optional = true }
bincode = "1.3.1"
structopt = { version = "0.3.26", default-features = false}
derivative = "2.2.0"
Expand Down
28 changes: 23 additions & 5 deletions e2e_tests/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 e2e_tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ log = "0.4.14"
rand = "0.7.3"
env_logger = "0.10.0"
stdext = "0.3.1"
tss-esapi = { version = "7.4.0", optional = true }
tss-esapi = { version = "7.5.0", optional = true }

[dev-dependencies]
ring = "0.16.20"
Expand Down
9 changes: 5 additions & 4 deletions fuzz/Cargo.lock

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

0 comments on commit 6cf4ad5

Please sign in to comment.