Skip to content

Commit

Permalink
Merge pull request #3585 from mulkieran/stratis-dependencies
Browse files Browse the repository at this point in the history
Increase lower bounds of Stratis-project dependencies
  • Loading branch information
mulkieran authored Apr 1, 2024
2 parents f1e7a9a + 8fc9ef8 commit 135d983
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 122 deletions.
142 changes: 25 additions & 117 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ version = "2.3.0"
optional = true

[dependencies.devicemapper]
version = "0.34.0"
version = "0.34.2"
optional = true

[dependencies.dbus]
Expand Down Expand Up @@ -134,20 +134,20 @@ version = "1.4.0"
optional = true

[dependencies.libblkid-rs]
version = "0.3.1"
version = "0.3.2"
optional = true

[dependencies.libc]
version = "0.2.147"
optional = true

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

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

[dependencies.libmount]
Expand Down Expand Up @@ -243,7 +243,7 @@ optional = true
[dev-dependencies]
assert_cmd = "2.0.8"
assert_matches = "1.5.0"
loopdev-3 = "0.5.0"
loopdev-3 = "0.5.1"
predicates = "3.0.0"
proptest = "1.0.0"

Expand Down

0 comments on commit 135d983

Please sign in to comment.