Skip to content

Commit

Permalink
chore: Upgrade pact_verifier to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Jul 12, 2023
1 parent 7e1a102 commit 63c1a8e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions rust/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 rust/pact_ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ anyhow = "1.0.70"
pact_matching = { version = "~1.1.3", path = "../pact_matching" }
pact_models = "~1.1.8"
pact_mock_server = { version = "~1.2.1", path = "../pact_mock_server" }
pact_verifier = { version = "~1.0.0", path = "../pact_verifier" }
pact_verifier = { version = "~1.0.1", path = "../pact_verifier" }
libc = "0.2.141"
zeroize = "1.6.0"
thiserror = "1.0.40"
Expand Down
2 changes: 1 addition & 1 deletion rust/pact_verifier_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ exclude = [

[dependencies]
pact_models = "~1.1.8"
pact_verifier = { version = "~1.0.0", path = "../pact_verifier" }
pact_verifier = { version = "~1.0.1", path = "../pact_verifier" }
tokio = { version = "1.27.0", features = ["full"] }
reqwest = { version = "0.11.16", default-features = false, features = ["rustls-tls-native-roots", "blocking", "json"] }
clap = { version = "4.2.1", features = ["cargo", "env"] }
Expand Down

0 comments on commit 63c1a8e

Please sign in to comment.