From e8fd8cc2aaab49e45e7b16480c50ef13c4d85294 Mon Sep 17 00:00:00 2001 From: eclipse-zenoh-bot Date: Wed, 10 Jul 2024 10:05:00 +0000 Subject: [PATCH] chore: Bump /zenoh.*/ dependencies to `1.0.0-alpha.4` --- Cargo.toml | 62 +++++++++---------- plugins/zenoh-plugin-rest/Cargo.toml | 2 +- .../zenoh-plugin-storage-manager/Cargo.toml | 2 +- zenoh/Cargo.toml | 2 +- 4 files changed, 34 insertions(+), 34 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 61f67f1907..0e0ff85181 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -185,37 +185,37 @@ webpki-roots = "0.26.0" winapi = { version = "0.3.9", features = ["iphlpapi"] } x509-parser = "0.16.0" z-serial = "0.2.3" -zenoh-ext = { version = "0.11.0-dev", path = "zenoh-ext" } -zenoh-shm = { version = "0.11.0-dev", path = "commons/zenoh-shm" } -zenoh-result = { version = "0.11.0-dev", path = "commons/zenoh-result", default-features = false } -zenoh-config = { version = "0.11.0-dev", path = "commons/zenoh-config" } -zenoh-protocol = { version = "0.11.0-dev", path = "commons/zenoh-protocol", default-features = false } -zenoh-keyexpr = { version = "0.11.0-dev", path = "commons/zenoh-keyexpr", default-features = false } -zenoh-core = { version = "0.11.0-dev", path = "commons/zenoh-core" } -zenoh-buffers = { version = "0.11.0-dev", path = "commons/zenoh-buffers", default-features = false } -zenoh-util = { version = "0.11.0-dev", path = "commons/zenoh-util" } -zenoh-crypto = { version = "0.11.0-dev", path = "commons/zenoh-crypto" } -zenoh-codec = { version = "0.11.0-dev", path = "commons/zenoh-codec" } -zenoh-sync = { version = "0.11.0-dev", path = "commons/zenoh-sync" } -zenoh-collections = { version = "0.11.0-dev", path = "commons/zenoh-collections", default-features = false } -zenoh-macros = { version = "0.11.0-dev", path = "commons/zenoh-macros" } -zenoh-plugin-trait = { version = "0.11.0-dev", path = "plugins/zenoh-plugin-trait", default-features = false } -zenoh_backend_traits = { version = "0.11.0-dev", path = "plugins/zenoh-backend-traits" } -zenoh-transport = { version = "0.11.0-dev", path = "io/zenoh-transport", default-features = false } -zenoh-link-tls = { version = "0.11.0-dev", path = "io/zenoh-links/zenoh-link-tls" } -zenoh-link-tcp = { version = "0.11.0-dev", path = "io/zenoh-links/zenoh-link-tcp" } -zenoh-link-unixsock_stream = { version = "0.11.0-dev", path = "io/zenoh-links/zenoh-link-unixsock_stream" } -zenoh-link-quic = { version = "0.11.0-dev", path = "io/zenoh-links/zenoh-link-quic" } -zenoh-link-udp = { version = "0.11.0-dev", path = "io/zenoh-links/zenoh-link-udp" } -zenoh-link-ws = { version = "0.11.0-dev", path = "io/zenoh-links/zenoh-link-ws" } -zenoh-link-unixpipe = { version = "0.11.0-dev", path = "io/zenoh-links/zenoh-link-unixpipe" } -zenoh-link-serial = { version = "0.11.0-dev", path = "io/zenoh-links/zenoh-link-serial" } -zenoh-link-vsock = { version = "0.11.0-dev", path = "io/zenoh-links/zenoh-link-vsock" } -zenoh-link = { version = "0.11.0-dev", path = "io/zenoh-link" } -zenoh-link-commons = { version = "0.11.0-dev", path = "io/zenoh-link-commons" } -zenoh = { version = "0.11.0-dev", path = "zenoh", default-features = false } -zenoh-runtime = { version = "0.11.0-dev", path = "commons/zenoh-runtime" } -zenoh-task = { version = "0.11.0-dev", path = "commons/zenoh-task" } +zenoh-ext = { version = "1.0.0-alpha.4", path = "zenoh-ext" } +zenoh-shm = { version = "1.0.0-alpha.4", path = "commons/zenoh-shm" } +zenoh-result = { version = "1.0.0-alpha.4", path = "commons/zenoh-result", default-features = false } +zenoh-config = { version = "1.0.0-alpha.4", path = "commons/zenoh-config" } +zenoh-protocol = { version = "1.0.0-alpha.4", path = "commons/zenoh-protocol", default-features = false } +zenoh-keyexpr = { version = "1.0.0-alpha.4", path = "commons/zenoh-keyexpr", default-features = false } +zenoh-core = { version = "1.0.0-alpha.4", path = "commons/zenoh-core" } +zenoh-buffers = { version = "1.0.0-alpha.4", path = "commons/zenoh-buffers", default-features = false } +zenoh-util = { version = "1.0.0-alpha.4", path = "commons/zenoh-util" } +zenoh-crypto = { version = "1.0.0-alpha.4", path = "commons/zenoh-crypto" } +zenoh-codec = { version = "1.0.0-alpha.4", path = "commons/zenoh-codec" } +zenoh-sync = { version = "1.0.0-alpha.4", path = "commons/zenoh-sync" } +zenoh-collections = { version = "1.0.0-alpha.4", path = "commons/zenoh-collections", default-features = false } +zenoh-macros = { version = "1.0.0-alpha.4", path = "commons/zenoh-macros" } +zenoh-plugin-trait = { version = "1.0.0-alpha.4", path = "plugins/zenoh-plugin-trait", default-features = false } +zenoh_backend_traits = { version = "1.0.0-alpha.4", path = "plugins/zenoh-backend-traits" } +zenoh-transport = { version = "1.0.0-alpha.4", path = "io/zenoh-transport", default-features = false } +zenoh-link-tls = { version = "1.0.0-alpha.4", path = "io/zenoh-links/zenoh-link-tls" } +zenoh-link-tcp = { version = "1.0.0-alpha.4", path = "io/zenoh-links/zenoh-link-tcp" } +zenoh-link-unixsock_stream = { version = "1.0.0-alpha.4", path = "io/zenoh-links/zenoh-link-unixsock_stream" } +zenoh-link-quic = { version = "1.0.0-alpha.4", path = "io/zenoh-links/zenoh-link-quic" } +zenoh-link-udp = { version = "1.0.0-alpha.4", path = "io/zenoh-links/zenoh-link-udp" } +zenoh-link-ws = { version = "1.0.0-alpha.4", path = "io/zenoh-links/zenoh-link-ws" } +zenoh-link-unixpipe = { version = "1.0.0-alpha.4", path = "io/zenoh-links/zenoh-link-unixpipe" } +zenoh-link-serial = { version = "1.0.0-alpha.4", path = "io/zenoh-links/zenoh-link-serial" } +zenoh-link-vsock = { version = "1.0.0-alpha.4", path = "io/zenoh-links/zenoh-link-vsock" } +zenoh-link = { version = "1.0.0-alpha.4", path = "io/zenoh-link" } +zenoh-link-commons = { version = "1.0.0-alpha.4", path = "io/zenoh-link-commons" } +zenoh = { version = "1.0.0-alpha.4", path = "zenoh", default-features = false } +zenoh-runtime = { version = "1.0.0-alpha.4", path = "commons/zenoh-runtime" } +zenoh-task = { version = "1.0.0-alpha.4", path = "commons/zenoh-task" } [profile.dev] debug = true diff --git a/plugins/zenoh-plugin-rest/Cargo.toml b/plugins/zenoh-plugin-rest/Cargo.toml index 5f36b5bf34..7897960ac6 100644 --- a/plugins/zenoh-plugin-rest/Cargo.toml +++ b/plugins/zenoh-plugin-rest/Cargo.toml @@ -74,4 +74,4 @@ maintainer = "zenoh-dev@eclipse.org" copyright = "2024 ZettaScale Technology" section = "net" license-file = ["../../LICENSE", "0"] -depends = "zenohd (=0.11.0-dev-1)" +depends = "zenohd (=1.0.0~alpha.4-1)" diff --git a/plugins/zenoh-plugin-storage-manager/Cargo.toml b/plugins/zenoh-plugin-storage-manager/Cargo.toml index a6694108db..fe2aebac18 100644 --- a/plugins/zenoh-plugin-storage-manager/Cargo.toml +++ b/plugins/zenoh-plugin-storage-manager/Cargo.toml @@ -71,4 +71,4 @@ maintainer = "zenoh-dev@eclipse.org" copyright = "2024 ZettaScale Technology" section = "net" license-file = ["../../LICENSE", "0"] -depends = "zenohd (=0.11.0-dev-1)" +depends = "zenohd (=1.0.0~alpha.4-1)" diff --git a/zenoh/Cargo.toml b/zenoh/Cargo.toml index 7961c787eb..77003a42a4 100644 --- a/zenoh/Cargo.toml +++ b/zenoh/Cargo.toml @@ -136,6 +136,6 @@ maintainer = "zenoh-dev@eclipse.org" copyright = "2024 ZettaScale Technology" section = "net" license-file = ["../LICENSE", "0"] -depends = "zenohd (=0.11.0-dev-1), zenoh-plugin-rest (=0.11.0-dev-1), zenoh-plugin-storage-manager (=0.11.0-dev-1)" +depends = "zenohd (=1.0.0~alpha.4-1), zenoh-plugin-rest (=1.0.0~alpha.4-1), zenoh-plugin-storage-manager (=1.0.0~alpha.4-1)" maintainer-scripts = ".deb" assets = [["../README.md", "README.md", "644"]]