Skip to content

Commit

Permalink
Merge pull request #3697 from mulkieran/stratisd-version-3.7.1
Browse files Browse the repository at this point in the history
Stratisd version 3.7.1
  • Loading branch information
mulkieran authored Oct 8, 2024
2 parents 0f65195 + e73a3b4 commit 924742f
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 77 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ jobs:
# yamllint disable rule:line-length
run: |
COMPARE_FEDORA_VERSIONS=./ci/dependency_management/compare_fedora_versions FEDORA_RELEASE=rawhide IGNORE_ARGS="--ignore-category low --ignore-high=libcryptsetup-rs --ignore-high=libcryptsetup-rs-sys --ignore-high=devicemapper --ignore-high=libblkid-rs" make -f Makefile_dependencies check-fedora-versions
COMPARE_FEDORA_VERSIONS=./ci/dependency_management/compare_fedora_versions FEDORA_RELEASE=f40 IGNORE_ARGS="--ignore-category low --ignore-high=libcryptsetup-rs --ignore-high=libcryptsetup-rs-sys --ignore-high=devicemapper --ignore-high=libblkid-rs" make -f Makefile_dependencies check-fedora-versions
COMPARE_FEDORA_VERSIONS=./ci/dependency_management/compare_fedora_versions FEDORA_RELEASE=f39 IGNORE_ARGS="--ignore-category low --ignore-high=libcryptsetup-rs --ignore-high=libcryptsetup-rs-sys --ignore-high=devicemapper --ignore-high=libblkid-rs" make -f Makefile_dependencies check-fedora-versions
COMPARE_FEDORA_VERSIONS=./ci/dependency_management/compare_fedora_versions FEDORA_RELEASE=f40 IGNORE_ARGS="--ignore-category low --ignore-high=libcryptsetup-rs --ignore-high=libcryptsetup-rs-sys --ignore-high=devicemapper --ignore-high=libblkid-rs --ignore-high=futures" make -f Makefile_dependencies check-fedora-versions
COMPARE_FEDORA_VERSIONS=./ci/dependency_management/compare_fedora_versions FEDORA_RELEASE=f39 IGNORE_ARGS="--ignore-category low --ignore-high=libcryptsetup-rs --ignore-high=libcryptsetup-rs-sys --ignore-high=devicemapper --ignore-high=libblkid-rs --ignore-high=futures" make -f Makefile_dependencies check-fedora-versions
126 changes: 56 additions & 70 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
@@ -1,6 +1,6 @@
[package]
name = "stratisd"
version = "3.7.0"
version = "3.7.1"
authors.workspace = true
edition.workspace = true
rust-version.workspace = true
Expand Down Expand Up @@ -118,7 +118,7 @@ version ="0.11.0"
optional = true

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

[dependencies.iocuddle]
Expand Down Expand Up @@ -176,7 +176,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 @@ -210,15 +210,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 924742f

Please sign in to comment.