Skip to content

Commit

Permalink
fix: lock clap_builder to 4.4 version
Browse files Browse the repository at this point in the history
Lock `clap_builder` to 4.4 version as 4.5 is not
compatible with RHEL rust version.

Signed-off-by: Miguel Martín <[email protected]>
  • Loading branch information
mmartinv committed Mar 21, 2024
1 parent 68abf43 commit 3363d61
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions admin-tool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ openssl = "0.10.60"
log = "0.4"
time = "0.3"
clap = { version = "4.2", features = ["derive"] }
clap_builder = "4.4"
futures = "0.3"
reqwest = "0.11"
serde = "1"
Expand Down
1 change: 1 addition & 0 deletions manufacturing-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ edition = "2018"
[dependencies]
anyhow = "1"
clap = { version = "4.2", features = ["derive"] }
clap_builder = "4.4"
hex = "0.4"
log = "0.4"
openssl = "0.10.60"
Expand Down
1 change: 1 addition & 0 deletions owner-tool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ edition = "2018"
[dependencies]
anyhow = "1.0"
clap = { version = "4.2", features = ["derive"] }
clap_builder = "4.4"
log = "0.4"
openssl = "0.10.60"
serde = { version = "1", features = ["derive"] }
Expand Down

0 comments on commit 3363d61

Please sign in to comment.