Skip to content

Commit

Permalink
Merge pull request #501 from kcking/main
Browse files Browse the repository at this point in the history
Upgrade bitfield to 0.14
  • Loading branch information
Superhepper authored Feb 17, 2024
2 parents 3455332 + 31dff67 commit 23994df
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 123 deletions.
2 changes: 1 addition & 1 deletion tss-esapi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ rust-version = "1.66.0"
name = "hmac"

[dependencies]
bitfield = "0.13.2"
bitfield = "0.14"
serde = { version = "1.0.115", features = ["derive"] }
malloced = "1.3.1"
log = "0.4.11"
Expand Down
Loading

0 comments on commit 23994df

Please sign in to comment.