Skip to content

Commit

Permalink
chore: Upgrade pact_models to 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Aug 13, 2024
1 parent 60ce3bc commit 9a7eef7
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
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.2.3" }
pact_models = { version = "~1.2.4" }
pact_matching = { version = "1.2.5", path = "../rust/pact_matching" }
pact_mock_server = { version = "1.2.9" }
pact_verifier = { version = "1.2.3", path = "../rust/pact_verifier" }
Expand Down
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tracing-subscriber = { git = "https://github.com/tokio-rs/tracing.git", tag = "t
# version across all crates (i.e. mock server crate).
pact_matching = { version = "~1.2.4", path = "./pact_matching" }
# Issue 389 - Pull change into other crates
pact_models = { version = "~1.2.3", path = "./pact_models" }
pact_models = { version = "~1.2.4", path = "./pact_models" }

[profile.release]
strip = true
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 @@ -32,7 +32,7 @@ lazy_static = "1.5.0"
maplit = "1.0.2"
pact_matching = { version = "~1.2.5", path = "../pact_matching", default-features = false }
pact_mock_server = { version = "~2.0.0", default-features = false }
pact_models = { version = "~1.2.3", default-features = false }
pact_models = { version = "~1.2.4", default-features = false }
pact-plugin-driver = { version = "~0.7.0", optional = true, default-features = false }
regex = "1.10.5"
serde_json = "1.0.120"
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 @@ -32,7 +32,7 @@ multipart = { version = "0.18.0", default-features = false, features = ["client"
onig = { version = "6.4.0", default-features = false }
pact_matching = { version = "~1.2.5", path = "../pact_matching" }
pact_mock_server = { version = "~1.2.9" }
pact_models = { version = "~1.2.3" }
pact_models = { version = "~1.2.4" }
pact-plugin-driver = { version = "~0.7.0" }
pact_verifier = { version = "~1.2.3", path = "../pact_verifier" }
panic-message = "0.3.0"
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 @@ -41,7 +41,7 @@ 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.2.3", default-features = false }
pact_models = { version = "~1.2.4", default-features = false }
pact-plugin-driver = { version = "~0.7.0", optional = true, default-features = false }
rand = "0.8.5"
reqwest = { version = "0.12.3", default-features = false, features = ["rustls-tls-native-roots", "json"] }
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 @@ -36,7 +36,7 @@ lazy_static = "1.4.0"
maplit = "1.0.2"
mime = "0.3.17"
pact_matching = { version = "~1.2.5", path = "../pact_matching", default-features = false }
pact_models = { version = "~1.2.3", default-features = false }
pact_models = { version = "~1.2.4", default-features = false }
pact-plugin-driver = { version = "~0.7.0", optional = true, default-features = false }
regex = "1.10.4"
reqwest = { version = "0.12.3", default-features = false, features = ["rustls-tls-native-roots", "blocking", "json"] }
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 @@ -30,7 +30,7 @@ junit-report = { version = "0.8.3", optional = true }
lazy_static = "1.5.0"
log = "0.4.20"
maplit = "1.0.2"
pact_models = { version = "~1.2.3", default-features = false }
pact_models = { version = "~1.2.4", default-features = false }
pact_verifier = { version = "~1.2.3", path = "../pact_verifier", default-features = false }
regex = "1.10.2"
reqwest = { version = "0.12.4", default-features = false, features = ["rustls-tls-native-roots", "blocking", "json"] }
Expand Down

0 comments on commit 9a7eef7

Please sign in to comment.