diff --git a/compatibility-suite/Cargo.toml b/compatibility-suite/Cargo.toml index fa9a348f..922647ee 100644 --- a/compatibility-suite/Cargo.toml +++ b/compatibility-suite/Cargo.toml @@ -15,7 +15,7 @@ lazy_static = "1.4.0" maplit = "1.0.2" pact_models = { version = "~1.2.5" } pact_matching = { version = "1.2.6", path = "../rust/pact_matching" } -pact_mock_server = { version = "1.2.10" } +pact_mock_server = { version = "1.2.11" } pact_verifier = { version = "1.2.4", path = "../rust/pact_verifier" } pact_consumer = { version = "1.2.3", path = "../rust/pact_consumer" } pretty_assertions = "1.4.0" @@ -26,8 +26,8 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.108" sxd-document = "0.3.2" tokio = { version = "1.33.0", features = ["full"] } -tracing = "=0.1.40" -tracing-subscriber = { version = "=0.3.18", features = ["env-filter", "tracing-log", "fmt"] } +tracing = "0.1.41" +tracing-subscriber = { version = "0.3.19", features = ["env-filter", "tracing-log", "fmt"] } uuid = { version = "1.5.0", features = ["v4"] } [[test]]