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

Update predicates requirement from 1.0.5 to 3.0.2 #212

Closed
wants to merge 1 commit into from
Closed
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 @@ -21,7 +21,7 @@ serde_json = "1.0.57" # JSON support for Serde

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

# When building for musl (ie. a static binary), we opt into the "vendored"
# feature flag of openssl-sys which compiles libopenssl statically for us.
Expand Down