diff --git a/drivers/rust/driver/Cargo.lock b/drivers/rust/driver/Cargo.lock index 67b346ab..7d93cd66 100644 --- a/drivers/rust/driver/Cargo.lock +++ b/drivers/rust/driver/Cargo.lock @@ -1465,7 +1465,7 @@ dependencies = [ [[package]] name = "pact_models" version = "1.2.1" -source = "git+https://github.com/you54f/pact-reference.git?branch=fix_logging#a79d31f5ac91e3670ca7a7aad95a616d7a39017b" +source = "git+https://github.com/pact-foundation/pact-reference.git?branch=issue/134_missing_buffer_logs#d622f8c810926d934f79d8101462cdeabfe65616" dependencies = [ "anyhow", "ariadne", diff --git a/drivers/rust/driver/Cargo.toml b/drivers/rust/driver/Cargo.toml index 24dea6be..33b4a320 100644 --- a/drivers/rust/driver/Cargo.toml +++ b/drivers/rust/driver/Cargo.toml @@ -64,4 +64,4 @@ test-log = "0.2.15" tonic-build = "0.11.0" [patch.crates-io] -pact_models = { git = 'https://github.com/you54f/pact-reference.git', branch = "issue/134_missing_buffer_logs" } \ No newline at end of file +pact_models = { git = 'https://github.com/pact-foundation/pact-reference.git', branch = "issue/134_missing_buffer_logs" } \ No newline at end of file diff --git a/drivers/rust/driver_ffi/Cargo.toml b/drivers/rust/driver_ffi/Cargo.toml index 6b11790d..2de1f6a8 100644 --- a/drivers/rust/driver_ffi/Cargo.toml +++ b/drivers/rust/driver_ffi/Cargo.toml @@ -18,5 +18,5 @@ tokio = { version = "1.35.1", features = ["full"] } tonic = "0.11.0" [patch.crates-io] -pact_models = { git = 'https://github.com/you54f/pact-reference.git', branch = "issue/134_missing_buffer_logs" } -pact_ffi = { git = 'https://github.com/you54f/pact-reference.git', branch = "issue/134_missing_buffer_logs" } +pact_models = { git = 'https://github.com/pact-foundation/pact-reference.git', branch = "issue/134_missing_buffer_logs" } +pact_ffi = { git = 'https://github.com/pact-foundation/pact-reference.git', branch = "issue/134_missing_buffer_logs" }