Skip to content

Commit

Permalink
chore: Upgrade test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Aug 13, 2024
1 parent 9a7eef7 commit f50454f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
18 changes: 9 additions & 9 deletions rust/Cargo.lock

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

4 changes: 2 additions & 2 deletions rust/pact_ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ clap = "2.34.0"
either = "1.9.0"
env_logger = "0.11.3"
futures = "0.3.29"
itertools = "0.12.0"
itertools = "0.13.0"
lazy_static = "1.4.0"
libc = "0.2.151"
log = "0.4.20"
Expand Down Expand Up @@ -61,7 +61,7 @@ test-log = "0.2.14"
tempfile = "3.8.1"
home = "0.5.9"
pretty_assertions = "1.4.0"
rstest = "0.19.0"
rstest = "0.22.0"

[lib]
crate-type = ["cdylib", "staticlib", "rlib"]
Expand Down
2 changes: 1 addition & 1 deletion rust/pact_matching/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ test-log = { version = "0.2.15", features = ["trace"] }
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "tracing-log", "fmt"] }
ntest = "0.9.0"
pretty_assertions = "1.4.0"
rstest = "0.19.0"
rstest = "0.22.0"
2 changes: 1 addition & 1 deletion rust/pact_verifier_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter", "tracing-lo

[dev-dependencies]
expectest = "0.12.0"
rstest = "0.21.0"
rstest = "0.22.0"
trycmd = "0.15.0"

0 comments on commit f50454f

Please sign in to comment.