From 0745c4906d584f8217b3e5cdd90e235b8ff5c21e Mon Sep 17 00:00:00 2001 From: Julien Enoch Date: Tue, 20 Dec 2022 14:19:41 +0100 Subject: [PATCH] Update zenoh-plugin-rest Debian dependency --- plugins/zenoh-plugin-rest/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/zenoh-plugin-rest/Cargo.toml b/plugins/zenoh-plugin-rest/Cargo.toml index 43dc665440..86f6c6cea0 100644 --- a/plugins/zenoh-plugin-rest/Cargo.toml +++ b/plugins/zenoh-plugin-rest/Cargo.toml @@ -26,7 +26,7 @@ authors = [ ] edition = "2018" license = " EPL-2.0 OR Apache-2.0" -categories = ["network-programming"] +categories = ["network-programming", "web-programming::http-server"] description = "The zenoh REST plugin" [features] @@ -71,4 +71,4 @@ maintainer = "zenoh-dev@eclipse.org" copyright = "2022 ZettaScale Technology" section = "net" license-file = ["../../LICENSE", "0"] -depends = "zenohd (=0.6.0~beta.1)" +depends = "zenohd (=0.7.0-rc)"