Skip to content

Commit

Permalink
Increase libcryptsetup-rs dependency lower bound to 0.9.1
Browse files Browse the repository at this point in the history
Increase libcryptsetup-rs-sys dependency lower bound to 0.3.0

Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Oct 23, 2023
1 parent 81ebbe1 commit b71f944
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,12 @@ version = "0.2.144"
optional = true

[dependencies.libcryptsetup-rs]
version = "0.9.0"
version = "0.9.1"
features = ["mutex"]
optional = true

[dependencies.libcryptsetup-rs-sys]
version = "0.2.4"
version = "0.3.0"
optional = true

[dependencies.libmount]
Expand Down

0 comments on commit b71f944

Please sign in to comment.