Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

chore(deps): bump rstest from 0.18.2 to 0.19.0 #222

Merged
merged 2 commits into from
Apr 30, 2024
Merged
Show file tree
Hide file tree
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
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
zip = "1.1.1"

[dev-dependencies]
rstest = {version = "0.18.2", default-features = false}
rstest = {version = "0.19.0", default-features = false}

# NOTE: This works around a cross-compilation issue seen in GitHub actions runs
# where `openssl-sys` cannot find `openssl` because "pkg-config has not been
Expand Down
Loading