Skip to content

Commit 23994df

Browse files
authored
Merge pull request #501 from kcking/main
Upgrade bitfield to 0.14
2 parents 3455332 + 31dff67 commit 23994df

File tree

2 files changed

+73
-123
lines changed

2 files changed

+73
-123
lines changed

tss-esapi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ rust-version = "1.66.0"
1616
name = "hmac"
1717

1818
[dependencies]
19-
bitfield = "0.13.2"
19+
bitfield = "0.14"
2020
serde = { version = "1.0.115", features = ["derive"] }
2121
malloced = "1.3.1"
2222
log = "0.4.11"

0 commit comments

Comments
 (0)