Skip to content

Commit

Permalink
chore: Update pact_models to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Apr 23, 2024
1 parent 7ca9e22 commit 694100f
Show file tree
Hide file tree
Showing 13 changed files with 38 additions and 124 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.

2 changes: 1 addition & 1 deletion compatibility-suite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ futures = "0.3.29"
itertools = "0.12.1"
lazy_static = "1.4.0"
maplit = "1.0.2"
pact_models = { version = "~1.1.18" }
pact_models = { version = "~1.2.0" }
pact_matching = { version = "1.1.9", path = "../rust/pact_matching" }
pact_mock_server = { version = "1.2.6", path = "../rust/pact_mock_server" }
pact_verifier = { version = "1.1.0", path = "../rust/pact_verifier" }
Expand Down
123 changes: 19 additions & 104 deletions rust/Cargo.lock

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

1 change: 0 additions & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ resolver = "2"

[patch.crates-io]
onig = { git = "https://github.com/rust-onig/rust-onig", default-features = false }
#pact_models = { path = "pact_models" }
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 = { version = "~1.1.18", path = "../pact_models" }
pact_models = { version = "~1.2.0", path = "../pact_models" }
pact_matching = { version = "~1.1.10", path = "../pact_matching" }
anyhow = "1.0.40"
log = "0.4.14"
Expand Down
4 changes: 2 additions & 2 deletions rust/pact_consumer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ lazy_static = "1.4.0"
maplit = "1.0.2"
pact_matching = { version = "~1.2.1", path = "../pact_matching", default-features = false }
pact_mock_server = { version = "~1.2.6", path = "../pact_mock_server", default-features = false }
pact_models = { version = "~1.1.18", default-features = false }
pact-plugin-driver = { version = "~0.6.0", optional = true, default-features = false }
pact_models = { version = "~1.2.0", default-features = false }
pact-plugin-driver = { version = "~0.6.1", optional = true, default-features = false }
regex = "1.10.4"
serde_json = "1.0.115"
tokio = { version = "1.37.0", features = ["full"] }
Expand Down
4 changes: 2 additions & 2 deletions rust/pact_ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ multipart = { version = "0.18.0", default-features = false, features = ["client"
onig = { version = "6.4.0", default-features = false }
pact_matching = { version = "~1.2.1", path = "../pact_matching" }
pact_mock_server = { version = "~1.2.6", path = "../pact_mock_server" }
pact_models = { version = "~1.1.18" }
pact-plugin-driver = { version = "~0.5.1" }
pact_models = { version = "~1.2.0" }
pact-plugin-driver = { version = "~0.6.1" }
pact_verifier = { version = "~1.2.0", path = "../pact_verifier" }
panic-message = "0.3.0"
rand = "0.8.5"
Expand Down
4 changes: 2 additions & 2 deletions rust/pact_matching/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ mime = "0.3.17"
multer = { version = "3.0.0", features = ["all"], optional = true }
nom = "7.1.3"
onig = { version = "6.4.0", default-features = false }
pact_models = { version = "~1.1.18", default-features = false }
pact-plugin-driver = { version = "~0.6.0", optional = true, default-features = false }
pact_models = { version = "~1.2.0", default-features = false }
pact-plugin-driver = { version = "~0.6.1", optional = true, default-features = false }
rand = "0.8.5"
reqwest = { version = "0.12.3", default-features = false, features = ["rustls-tls-native-roots", "json"] }
semver = "1.0.22"
Expand Down
4 changes: 2 additions & 2 deletions rust/pact_mock_server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ itertools = "0.12.1"
lazy_static = "1.4.0"
maplit = "1.0.2"
pact_matching = { version = "~1.2.1", path = "../pact_matching", default-features = false }
pact_models = { version = "~1.1.18", default-features = false }
pact-plugin-driver = { version = "~0.6.0", optional = true, default-features = false }
pact_models = { version = "~1.2.0", default-features = false }
pact-plugin-driver = { version = "~0.6.1", optional = true, default-features = false }
rustls = { version = "~0.21.10", optional = true }
rustls-pemfile = { version = "1.0.4", optional = true }
serde = { version = "1.0.197", features = ["derive"] }
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 @@ -33,7 +33,7 @@ log = "0.4.20"
lazy_static = "1.4.0"
pact_matching = { version = "~1.2.1", path = "../pact_matching", default-features = false }
pact_mock_server = { version = "~1.2.6", path = "../pact_mock_server", default-features = false }
pact_models = { version = "~1.1.18", default-features = false }
pact_models = { version = "~1.2.0", default-features = false }
rand = "0.8.5"
regex = "1.10.2"
reqwest = { version = "0.11.23", default-features = false, features = ["rustls-tls-native-roots", "blocking", "json"] }
Expand Down
4 changes: 2 additions & 2 deletions rust/pact_verifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ lazy_static = "1.4.0"
maplit = "1.0.2"
mime = "0.3.17"
pact_matching = { version = "~1.2.1", path = "../pact_matching", default-features = false }
pact_models = { version = "~1.1.18", default-features = false }
pact-plugin-driver = { version = "~0.6.0", optional = true, default-features = false }
pact_models = { version = "~1.2.0", default-features = false }
pact-plugin-driver = { version = "~0.6.1", optional = true, default-features = false }
regex = "1.10.4"
reqwest = { version = "0.12.3", default-features = false, features = ["rustls-tls-native-roots", "blocking", "json"] }
serde = "1.0.197"
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 @@ -29,7 +29,7 @@ env_logger = "0.11.2"
junit-report = { version = "0.8.3", optional = true }
log = "0.4.20"
maplit = "1.0.2"
pact_models = { version = "~1.1.18", default-features = false }
pact_models = { version = "~1.2.0", default-features = false }
pact_verifier = { version = "~1.2.0", path = "../pact_verifier", default-features = false }
regex = "1.10.2"
reqwest = { version = "0.11.23", 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 = { version = "~1.1.18", path = "../pact_models" }
pact_models = { version = "~1.2.0", path = "../pact_models" }
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 694100f

Please sign in to comment.