Skip to content

Commit

Permalink
chore: bump libcryptsetup-rs from 0.9.2 to 0.9.3
Browse files Browse the repository at this point in the history
Bumps [libcryptsetup-rs](https://github.com/stratis-storage/libcryptsetup-rs) from 0.9.2 to 0.9.3.
- [Changelog](https://github.com/stratis-storage/libcryptsetup-rs/blob/master/CHANGES.txt)
- [Commits](stratis-storage/libcryptsetup-rs@libcryptsetup-rs-v0.9.2...libcryptsetup-rs-v0.9.3)

---
updated-dependencies:
- dependency-name: libcryptsetup-rs
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 5, 2024
1 parent 7a146a3 commit abeb1a7
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 6 deletions.
39 changes: 34 additions & 5 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion client-linuxapp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ rand = "0.8.4"
nix = "0.26"
uuid = "1.3"
thiserror = "1"
libcryptsetup-rs = { version = "0.9.0", features = ["mutex"] }
libcryptsetup-rs = { version = "0.9.3", features = ["mutex"] }
secrecy = "0.8"
devicemapper = "0.34"
openssl = "0.10.60"
Expand Down

0 comments on commit abeb1a7

Please sign in to comment.