Skip to content

Commit 937f2d1

Browse files
committed
pin assert_cmd
1 parent d98ffbd commit 937f2d1

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ amzn-qdeveloper-streaming-client = { path = "crates/amzn-qdeveloper-streaming-cl
3131
anstream = "0.6.13"
3232
anyhow = "1.0.98"
3333
appkit-nsworkspace-bindings = { path = "crates/macos-utils/appkit-nsworkspace-bindings" }
34+
assert_cmd = "2.0.17" # This version is required for musl builds to succeed
3435
async-trait = "0.1.87"
3536
aws-smithy-runtime-api = "1.6.1"
3637
aws-smithy-types = "1.2.10"

crates/figterm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,6 @@ winapi = { version = "0.3", features = [
8585
winreg = "0.55.0"
8686

8787
[dev-dependencies]
88-
assert_cmd = "2.0.8"
88+
assert_cmd.workspace = true
8989
predicates = "3.0.1"
9090
tempfile.workspace = true

crates/q_cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ windows = { version = "0.58.0", features = ["Win32_System_Threading"] }
9898
winapi = { version = "0.3", features = ["consoleapi"] }
9999

100100
[dev-dependencies]
101-
assert_cmd = "2.0"
101+
assert_cmd.workspace = true
102102
criterion = "0.6.0"
103103
insta.workspace = true
104104
paste = "1.0.11"

0 commit comments

Comments
 (0)