Skip to content

Commit 59535d6

Browse files
committed
chore: Update pact_models to 1.3.12
1 parent b74a0e4 commit 59535d6

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

compatibility-suite/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cucumber = "0.23.0"
1212
itertools = "0.14.0"
1313
lazy_static = "1.4.0"
1414
maplit = "1.0.2"
15-
pact_models = { version = "~1.3.11" }
15+
pact_models = { version = "~1.3.12" }
1616
pact_matching = { version = "~2.0.7" }
1717
pact_mock_server = { version = "~2.2.1" }
1818
pact_verifier = { version = "~1.4.3" }
@@ -29,7 +29,7 @@ tracing-subscriber = { version = "0.3.19", features = ["env-filter", "tracing-lo
2929
uuid = { version = "1.5.0", features = ["v4"] }
3030

3131
[patch.crates-io]
32-
pact_models = { version = "1.3.11", path = "../rust/pact_models" }
32+
pact_models = { path = "../rust/pact_models" }
3333
pact_matching = { version = "2.0.7", path = "../rust/pact_matching" }
3434

3535
[[test]]

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ resolver = "2"
1010

1111
[patch.crates-io]
1212
# Issue 389 - Pull change into other crates
13-
pact_models = { version = "~1.3.11", path = "./pact_models" }
13+
pact_models = { path = "./pact_models" }
1414
pact_matching = { version = "~2.0.8", path = "./pact_matching" }
1515
# Track unreleased changes in the crates this workspace depends on but doesn't own, so the whole
1616
# chain can be built and tested together before any of them are published to crates.io.

rust/pact_consumer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ itertools = "0.14.0"
3030
maplit = "1.0.2"
3131
pact_matching = { version = "~2.0.8", path = "../pact_matching", default-features = false }
3232
pact_mock_server = { version = "~2.2.2", default-features = false }
33-
pact_models = { version = "~1.3.11", default-features = false }
33+
pact_models = { version = "~1.3.12", default-features = false }
3434
pact-plugin-driver = { version = "~1.1.0", optional = true, default-features = false }
3535
uuid = { version = "1.0", features = ["v4"], optional = true }
3636
regex = "1.12.2"

rust/pact_ffi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ onig = { version = "6.5.1", default-features = false }
3131
# version as the mock server crate
3232
pact_matching = { version = "~2.0.8", path = "../pact_matching" }
3333
pact_mock_server = "~2.2.2"
34-
pact_models = { version = "~1.3.11" }
34+
pact_models = { version = "~1.3.12" }
3535
pact-plugin-driver = { version = "~1.1.0" }
3636
pact_verifier = { version = "~1.4.3", path = "../pact_verifier" }
3737
panic-message = "0.3.0"

rust/pact_matching/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ md5 = "0.8.0"
4343
mime = "0.3.17"
4444
multer = { version = "3.1.0", features = ["all"], optional = true }
4545
nom = "7.1.3"
46-
pact_models = { version = "~1.3.11", default-features = false }
46+
pact_models = { version = "~1.3.12", default-features = false }
4747
rand = "0.9.2"
4848
regex = "1.11.3"
4949
semver = "1.0.27"

rust/pact_verifier/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ lazy_static = "1.5.0"
3636
maplit = "1.0.2"
3737
mime = "0.3.17"
3838
pact_matching = { version = "~2.0.8", path = "../pact_matching", default-features = false }
39-
pact_models = { version = "~1.3.11", default-features = false }
39+
pact_models = { version = "~1.3.12", default-features = false }
4040
pact-plugin-driver = { version = "~1.1.0", optional = true, default-features = false }
4141
uuid = { version = "1.0", features = ["v4"], optional = true }
4242
regex = "1.12.3"

rust/pact_verifier_cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ lazy_static = "1.5.0"
3030
log = "0.4.27"
3131
maplit = "1.0.2"
3232
pact_matching = { version = "~2.0.8", path = "../pact_matching", default-features = false }
33-
pact_models = { version = "~1.3.11", default-features = false }
33+
pact_models = { version = "~1.3.12", default-features = false }
3434
pact_verifier = { version = "~1.4.3", path = "../pact_verifier", default-features = false }
3535
quick-xml = { version = "0.39.2", features = ["serde", "serialize"] }
3636
xrust = "2.0.3"

0 commit comments

Comments
 (0)