Skip to content

Commit

Permalink
Update mbox to v0.7.1
Browse files Browse the repository at this point in the history
Use latest version of mbox. This removes some old and unneeded dependencies.

Signed-off-by: Petre Eftime <petre.eftime@gmail.com>
  • Loading branch information
petreeftime authored and Petre Eftime committed Apr 11, 2024
1 parent 247fa4f commit 091e22b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 91 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [tss-esapi-7.5.1](https://github.com/parallaxsecond/rust-tss-esapi/tree/tss-esapi-7.5.1) (2024-04-11)

[Full Changelog](https://github.com/parallaxsecond/rust-tss-esapi/compare/tss-esapi-7.5.0...tss-esapi-7.5.1)

**Merged pull requests:**
- Update mbox to v0.7.1 [\#520](https://github.com/parallaxsecond/rust-tss-esapi/pull/520) ([petreeftime](https://github.com/petreeftime))

## [tss-esapi-7.5.0](https://github.com/parallaxsecond/rust-tss-esapi/tree/tss-esapi-7.5.0) (2024-03-14)

[Full Changelog](https://github.com/parallaxsecond/rust-tss-esapi/compare/tss-esapi-7.4.0...tss-esapi-7.5.0)
Expand Down
4 changes: 2 additions & 2 deletions tss-esapi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tss-esapi"
version = "7.5.0"
version = "7.5.1"
authors = ["Parsec Project Contributors"]
edition = "2018"
description = "Rust-native wrapper around TSS 2.0 Enhanced System API"
Expand All @@ -15,7 +15,7 @@ rust-version = "1.66.0"
[dependencies]
bitfield = "0.14.0"
serde = { version = "1.0.115", features = ["derive"] }
mbox = "0.6.0"
mbox = "0.7"
log = "0.4.11"
enumflags2 = "0.7.1"
num-derive = "0.4.0"
Expand Down
98 changes: 9 additions & 89 deletions tss-esapi/tests/Cargo.lock.frozen

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

0 comments on commit 091e22b

Please sign in to comment.