From af3228fe593f40826ff26c8d2e02fcd446b9650e Mon Sep 17 00:00:00 2001 From: eclipse-zenoh-bot Date: Fri, 8 Nov 2024 12:58:52 +0000 Subject: [PATCH] chore: Bump /zenoh.*/ dependencies to `1.0.2` --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 09db34f..cc7afc5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,9 +27,9 @@ convert_case = "0.6.0" env_logger = "0.11.5" epan-sys = { path = "epan-sys" } log = "0.4.22" -zenoh-buffers = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" } -zenoh-codec = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" } -zenoh-protocol = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main" } -zenoh-transport = { git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", features = [ +zenoh-buffers = { version = "1.0.2" } +zenoh-codec = { version = "1.0.2" } +zenoh-protocol = { version = "1.0.2" } +zenoh-transport = { features = [ "transport_compression", -] } +] , version = "1.0.2" }