From 1151b40687f5fdfea2337f51b5800d10bb5510fd Mon Sep 17 00:00:00 2001 From: Peter LeVasseur Date: Wed, 19 Jun 2024 10:46:16 -0400 Subject: [PATCH] Updating to point back to up-transport-zenoh-rust upstream repo --- Cargo.lock | 2 +- up-linux-streamer/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 506f8edd..d60a0d1a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4455,7 +4455,7 @@ dependencies = [ [[package]] name = "up-transport-zenoh" version = "0.1.0" -source = "git+https://github.com/PLeVasseur/up-client-zenoh-rust.git?branch=feature/bump_to_up-rust_fixed_ucode_proto#f41c1c6a30c99c45f5fcd3682c2368d459021fd1" +source = "git+https://github.com/eclipse-uprotocol/up-transport-zenoh-rust.git?rev=7c839e7a94f526a82027564a609f48a79a3f4eae#7c839e7a94f526a82027564a609f48a79a3f4eae" dependencies = [ "anyhow", "async-trait", diff --git a/up-linux-streamer/Cargo.toml b/up-linux-streamer/Cargo.toml index 38fd4881..08341659 100644 --- a/up-linux-streamer/Cargo.toml +++ b/up-linux-streamer/Cargo.toml @@ -11,7 +11,7 @@ license.workspace = true [dependencies] tokio = { version = "1.35.1", default-features = false } up-rust = { git = "https://github.com/eclipse-uprotocol/up-rust", rev = "3a50104421a801d52e1d9c68979db54c013ce43d" } -up-transport-zenoh = { git = "https://github.com/PLeVasseur/up-client-zenoh-rust.git", branch = "feature/bump_to_up-rust_fixed_ucode_proto" } +up-transport-zenoh = { git = "https://github.com/eclipse-uprotocol/up-transport-zenoh-rust.git", rev = "7c839e7a94f526a82027564a609f48a79a3f4eae" } #up-transport-zenoh = { git = "https://github.com/eclipse-uprotocol/up-transport-zenoh-rust.git", rev = "" } up-transport-vsomeip = { git = "https://github.com/PLeVasseur/up-client-vsomeip-rust.git", branch = "feature/initial-implementation" } #up-transport-vsomeip = { git = "https://github.com/eclipse-uprotocol/up-transport-vsomeip-rust.git", rev = "" }