Skip to content

Commit

Permalink
Merge pull request #3698 from mulkieran/version-bumps
Browse files Browse the repository at this point in the history
Version bumps
  • Loading branch information
mulkieran authored Oct 14, 2024
2 parents 770bf44 + 251d4ac commit d7e1805
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
52 changes: 26 additions & 26 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ version ="0.11.0"
optional = true

[dependencies.futures]
version = "0.3.11"
version = "0.3.31"
optional = true

[dependencies.iocuddle]
Expand All @@ -138,11 +138,11 @@ version = "0.3.2"
optional = true

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

[dependencies.libcryptsetup-rs]
version = "0.10.0"
version = "0.11.0"
features = ["mutex"]
optional = true

Expand Down Expand Up @@ -180,7 +180,7 @@ version = "0.8.0"
optional = true

[dependencies.regex]
version = "1.5.4"
version = "1.5.5"
optional = true

[dependencies.retry]
Expand Down Expand Up @@ -214,15 +214,15 @@ optional = true
path = "./stratisd_proc_macros"

[dependencies.tempfile]
version = "3.0.2"
version = "3.4.0"
optional = true

[dependencies.termios]
version = "0.3.3"
optional = true

[dependencies.tokio]
version = "1.5.0"
version = "1.24.2"
optional = true
features = ["sync", "macros", "rt", "rt-multi-thread", "signal", "net", "time"]

Expand Down

0 comments on commit d7e1805

Please sign in to comment.