Skip to content

Commit

Permalink
Increase bitflags dependency lower bound to 2.3.1
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Jan 16, 2024
1 parent 1dd686c commit 70cd792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ path = "./libcryptsetup-rs-sys"
[dependencies]
either = "1.6.1"
libc = "0.2.147"
bitflags = "2.3.0"
bitflags = "2.3.1"
log = "0.4.19"
serde_json = "1.0.0"
lazy_static = "1.4.0"
Expand Down

0 comments on commit 70cd792

Please sign in to comment.