Skip to content

Commit

Permalink
chore: Upgrade pact_models to 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Jun 22, 2023
1 parent 59cbaad commit e95ae4d
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion compatibility-suite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cucumber = "0.19"
futures = "0.3"
itertools = "0.10.5"
maplit = "1.0.2"
pact_models = "~1.1.4"
pact_models = "~1.1.5"
pact_matching = { version = "1.1.0", path = "../rust/pact_matching" }
pact_mock_server = { version = "1.1.0", path = "../rust/pact_mock_server" }
pact_verifier = { version = "1.0.0", path = "../rust/pact_verifier" }
Expand Down
2 changes: 1 addition & 1 deletion rust/pact_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ exclude = [
clap = "2.31.2"
serde_json = "1.0"
serde = "1.0"
pact_models = "~1.1.4"
pact_models = "~1.1.5"
pact_matching = { version = "~1.1.1", path = "../pact_matching" }
anyhow = "1.0.40"
log = "0.4.14"
Expand Down
2 changes: 1 addition & 1 deletion rust/pact_consumer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ exclude = [
]

[dependencies]
pact_models = "~1.1.4"
pact_models = "~1.1.5"
pact_matching = { version = "~1.1.0", path = "../pact_matching" }
pact_mock_server = { version = "~1.2.0", path = "../pact_mock_server" }
maplit = "1.0.2"
Expand Down
2 changes: 1 addition & 1 deletion rust/pact_ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ exclude = [
ansi_term = "0.12.1"
anyhow = "1.0.70"
pact_matching = { version = "~1.1.0", path = "../pact_matching" }
pact_models = "~1.1.4"
pact_models = "~1.1.5"
pact_mock_server = { version = "~1.2.0", path = "../pact_mock_server" }
pact_verifier = { version = "~1.0.0", path = "../pact_verifier" }
libc = "0.2.141"
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 @@ -15,7 +15,7 @@ exclude = [
]

[dependencies]
pact_models = "~1.1.4"
pact_models = "~1.1.5"
anyhow = "1.0.70"
serde = { version = "^1.0", features = ["derive"] }
serde_json = "^1.0"
Expand Down
2 changes: 1 addition & 1 deletion rust/pact_mock_server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ anyhow = "1.0.70"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.95"
pact_matching = { version = "~1.1.0", path = "../pact_matching" }
pact_models = "~1.1.4"
pact_models = "~1.1.5"
maplit = "1.0.2"
lazy_static = "1.4.0"
uuid = { version = "1.3.0", features = ["v4"] }
Expand Down
2 changes: 1 addition & 1 deletion rust/pact_mock_server_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ maplit = "1.0.2"
itertools = "0.10.5"
log = "0.4.18"
lazy_static = "1.4.0"
pact_models = "~1.1.4"
pact_models = "~1.1.5"
pact_matching = { version = "~1.1.0", path = "../pact_matching" }
pact_mock_server = { version = "~1.2.0", path = "../pact_mock_server" }
rand = "0.8.5"
Expand Down
2 changes: 1 addition & 1 deletion rust/pact_verifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ anyhow = "1.0.66"
serde = "1.0.147"
serde_json = "1.0.87"
pact_matching = { version = "~1.1.0", path = "../pact_matching" }
pact_models = "~1.1.4"
pact_models = "~1.1.5"
pact-plugin-driver = "~0.4.4"
maplit = "1.0.2"
lazy_static = "1.4.0"
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 @@ -14,7 +14,7 @@ exclude = [
]

[dependencies]
pact_models = "~1.1.4"
pact_models = "~1.1.5"
pact_verifier = { version = "~1.0.0", 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"] }
Expand Down
2 changes: 1 addition & 1 deletion rust/pact_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ exclude = [
crate-type = ["cdylib", "rlib"]

[dependencies]
pact_models = "~1.1.4"
pact_models = "~1.1.5"
wasm-bindgen = "0.2.79"
console_error_panic_hook = "0.1.7"
console_log = { version = "0.2.0", features = ["color"] }
Expand Down

0 comments on commit e95ae4d

Please sign in to comment.