Skip to content

Commit c27dc79

Browse files
committed
Bump enumflags2 to 0.7.7
There's a RUSTSEC-2023-0035 CVE which is addressed in 0.7.7 so we should bump that to the minimum revision. Signed-off-by: Peter Robinson <[email protected]>
1 parent 9a9355e commit c27dc79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tss-esapi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ bitfield = "0.13.2"
1616
serde = { version = "1.0.115", features = ["derive"] }
1717
mbox = "0.6.0"
1818
log = "0.4.11"
19-
enumflags2 = "0.7.1"
19+
enumflags2 = "0.7.7"
2020
num-derive = "0.3.2"
2121
num-traits = "0.2.12"
2222
hostname-validator = "1.1.0"

0 commit comments

Comments
 (0)