From 6b858cdc9d5c5fdf6abf87f560435486ddc2f74f Mon Sep 17 00:00:00 2001 From: eclipse-zenoh-bot Date: Wed, 11 Dec 2024 18:07:58 +0000 Subject: [PATCH] chore: Bump /zenoh.*/ dependencies to `1.1.0` --- Cargo.toml | 12 ++++++------ zenoh-plugin-dds/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7ceddac0..d1d14b3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,17 +47,17 @@ serde = "1.0.154" serde_json = "1.0.114" tokio = { version = "1.35.1", default-features = false } # Default features are disabled due to some crates' requirements tracing = "0.1" -zenoh = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", features = [ +zenoh = { version = "1.1.0", features = [ "plugins", "unstable", ] } -zenoh-config = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false } -zenoh-ext = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", features = [ +zenoh-config = { version = "1.1.0", default-features = false } +zenoh-ext = { version = "1.1.0", features = [ "unstable", ] } -zenoh-plugin-dds = { version = "1.0.0-dev", path = "zenoh-plugin-dds/", default-features = false } -zenoh-plugin-rest = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false, features=["static_plugin"]} -zenoh-plugin-trait = { version = "1.0.0-dev", git = "https://github.com/eclipse-zenoh/zenoh.git", branch = "main", default-features = false } +zenoh-plugin-dds = { version = "1.1.0", path = "zenoh-plugin-dds/", default-features = false } +zenoh-plugin-rest = { version = "1.1.0", default-features = false, features=["static_plugin"]} +zenoh-plugin-trait = { version = "1.1.0", default-features = false } [profile.release] codegen-units = 1 diff --git a/zenoh-plugin-dds/Cargo.toml b/zenoh-plugin-dds/Cargo.toml index 4d7f40ca..e1d6b30b 100644 --- a/zenoh-plugin-dds/Cargo.toml +++ b/zenoh-plugin-dds/Cargo.toml @@ -61,4 +61,4 @@ maintainer = "zenoh-dev@eclipse.org" copyright = "2017, 2022 ZettaScale Technology Inc." section = "net" license-file = ["../LICENSE", "0"] -depends = "zenohd (=1.0.0~dev-1)" +depends = "zenohd (=1.1.0)"