Skip to content
This repository was archived by the owner on Sep 26, 2023. It is now read-only.

Update assert_cmd requirement from 1.0.1 to 2.0.12 #218

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ serde_derive = "1.0.114" # Macros for deriving Serde converstions
serde_json = "1.0.57" # JSON support for Serde

[dev-dependencies]
assert_cmd = "1.0.1" # Run our binaries from the integration tests
assert_cmd = "2.0.12" # Run our binaries from the integration tests
predicates = "1.0.5" # Assert on binaries being run in the integration tests

# When building for musl (ie. a static binary), we opt into the "vendored"
Expand Down