Skip to content

Commit

Permalink
chore: Upgrade pact_verifier to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Jan 20, 2024
1 parent 86cb58d commit 8d3f146
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions compatibility-suite/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 compatibility-suite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ lazy_static = "1.4.0"
maplit = "1.0.2"
pact_models = "~1.1.17"
pact_matching = { version = "1.1.9", path = "../rust/pact_matching" }
pact_mock_server = { version = "1.2.2", path = "../rust/pact_mock_server" }
pact_verifier = { version = "1.0.4", path = "../rust/pact_verifier" }
pact_mock_server = { version = "1.2.4", path = "../rust/pact_mock_server" }
pact_verifier = { version = "1.0.5", path = "../rust/pact_verifier" }
pact_consumer = { version = "1.1.0", path = "../rust/pact_consumer" }
pretty_assertions = "1.4.0"
regex = "1.10.2"
Expand Down
2 changes: 1 addition & 1 deletion 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.9", path = "../pact_matching" }
pact_models = "~1.1.17"
pact_mock_server = { version = "~1.2.4", path = "../pact_mock_server" }
pact_verifier = { version = "~1.0.4", path = "../pact_verifier" }
pact_verifier = { version = "~1.0.5", path = "../pact_verifier" }
libc = "0.2.141"
zeroize = "1.6.0"
thiserror = "1.0.40"
Expand Down
6 changes: 3 additions & 3 deletions rust/pact_verifier_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ junit = ["dep:junit-report"] # suport for MIME multipart bodies
[dependencies]
ansi_term = "0.12.1"
anyhow = "1.0.75"
clap = { version = "4.4.7", features = ["cargo", "env"] }
env_logger = "0.10.0"
clap = { version = "4.4.11", features = ["cargo", "env"] }
env_logger = "0.10.1"
junit-report = { version = "0.8.3", optional = true }
log = "0.4.20"
maplit = "1.0.2"
pact_models = { version = "~1.1.17", default-features = false }
pact_verifier = { version = "~1.0.4", path = "../pact_verifier", default-features = false }
pact_verifier = { version = "~1.0.5", path = "../pact_verifier", default-features = false }
regex = "1.10.2"
reqwest = { version = "0.11.22", default-features = false, features = ["rustls-tls-native-roots", "blocking", "json"] }
serde_json = "1.0.108"
Expand Down

0 comments on commit 8d3f146

Please sign in to comment.