Skip to content

Commit 443a218

Browse files
Bump tss-esapi to 7.5.0
* Update Cargo.lock.frozen for MSRV testing * Update CHANGELOG * Update Cargo.toml specified tss-esapi version to 7.5.0 Signed-off-by: Tomás González <[email protected]>
1 parent ed0d2b2 commit 443a218

File tree

3 files changed

+167
-54
lines changed

3 files changed

+167
-54
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [tss-esapi-7.5.0](https://github.com/parallaxsecond/rust-tss-esapi/tree/tss-esapi-7.5.0) (2024-03-14)
4+
5+
[Full Changelog](https://github.com/parallaxsecond/rust-tss-esapi/compare/tss-esapi-7.4.0...tss-esapi-7.5.0)
6+
7+
**Security fixes:**
8+
9+
- Get random authvalues locally instead of from the TPM [\#508](https://github.com/parallaxsecond/rust-tss-esapi/pull/508) ([tgonzalezorlandoarm](https://github.com/tgonzalezorlandoarm))
10+
11+
**Merged pull requests:**
12+
13+
- tss-esapi/transient: get_root_key_name [\#509](https://github.com/parallaxsecond/rust-tss-esapi/pull/509) ([tgonzalezorlandoarm](https://github.com/tgonzalezorlandoarm))
14+
- Backport lint error fixes for rust 1.75 [\#489](https://github.com/parallaxsecond/rust-tss-esapi/pull/489) ([tgonzalezorlandoarm](https://github.com/tgonzalezorlandoarm))
15+
- Cargo.toml: Specify rust-version=1.66.0 [\#470](https://github.com/parallaxsecond/rust-tss-esapi/pull/470) ([tgonzalezorlandoarm](https://github.com/tgonzalezorlandoarm))
16+
317
## [tss-esapi-7.4.0](https://github.com/parallaxsecond/rust-tss-esapi/tree/tss-esapi-7.4.0) (2023-10-09)
418

519
[Full Changelog](https://github.com/parallaxsecond/rust-tss-esapi/compare/tss-esapi-sys-0.5.0...tss-esapi-7.4.0)

tss-esapi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tss-esapi"
3-
version = "7.4.0"
3+
version = "7.5.0"
44
authors = ["Parsec Project Contributors"]
55
edition = "2018"
66
description = "Rust-native wrapper around TSS 2.0 Enhanced System API"

0 commit comments

Comments
 (0)