diff --git a/rust/Cargo.lock b/rust/Cargo.lock index fbd5e007..bf5a1b7a 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1899,8 +1899,9 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" [[package]] name = "pact-plugin-driver" -version = "0.6.2" -source = "git+https://github.com/pact-foundation/pact-plugins.git#7fe7d9207c8c91fc472200ce1fb77198b4963036" +version = "0.6.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "dafb1371bf02e0fa25212061d41cc5cbc4ad1116d1e988a86eede5e5bb338931" dependencies = [ "anyhow", "async-trait", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index eb0736cb..1258ce49 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -21,7 +21,6 @@ pact_matching = { version = "~1.2.4", path = "./pact_matching" } # Issue 389 - Pull change into other crates pact_models = { version = "~1.2.1", path = "./pact_models" } pact_mock_server = { git = "https://github.com/pact-foundation/pact-core-mock-server.git", branch = "v2.0.x" } -pact-plugin-driver = { git = "https://github.com/pact-foundation/pact-plugins.git" } [profile.release] strip = true