diff --git a/zenoh-flow-daemon/Cargo.toml b/zenoh-flow-daemon/Cargo.toml index 5927f74d..5820def3 100644 --- a/zenoh-flow-daemon/Cargo.toml +++ b/zenoh-flow-daemon/Cargo.toml @@ -40,8 +40,8 @@ uuid = { version = "1.1", features = ["serde", "v4"] } uhlc = "0.5.1" zenoh = { version = "=0.7.0-rc" } zenoh-util = { version = "=0.7.0-rc" } -zrpc = { version= "=0.6.1-alpha.1" } -zrpc-macros = { version= "=0.6.1-alpha.1" } +zrpc = { version= "=0.6.1-alpha.2" } +zrpc-macros = { version= "=0.6.1-alpha.2" } clap = { version = "4.0", features = ["derive"] } hostname = "0.3.1" machine-uid = "0.2.0" diff --git a/zenoh-flow/Cargo.toml b/zenoh-flow/Cargo.toml index a98c5708..22350700 100644 --- a/zenoh-flow/Cargo.toml +++ b/zenoh-flow/Cargo.toml @@ -64,8 +64,8 @@ zenoh = { version = "=0.7.0-rc", features = ["shared-memory"]} zenoh-flow-derive = {version = "=0.5.0-dev", path = "../zenoh-flow-derive"} zenoh-sync = { version = "=0.7.0-rc" } zenoh-util = { version = "=0.7.0-rc" } -zrpc = { version= "=0.6.1-alpha.1" } -zrpc-macros = { version= "=0.6.1-alpha.1" } +zrpc = { version= "=0.6.1-alpha.2" } +zrpc-macros = { version= "=0.6.1-alpha.2" } [dev-dependencies] tempdir = "0.3.7" diff --git a/zfctl/Cargo.toml b/zfctl/Cargo.toml index 570579ea..4a2d294f 100644 --- a/zfctl/Cargo.toml +++ b/zfctl/Cargo.toml @@ -47,8 +47,8 @@ uuid = { version = "1.1", features = ["serde", "v4"] } zenoh = { version = "=0.7.0-rc" } zenoh-flow = {version = "=0.5.0-dev", path = "../zenoh-flow"} zenoh-util = { version = "=0.7.0-rc" } -zrpc = { version= "=0.6.1-alpha.1" } -zrpc-macros = { version= "=0.6.1-alpha.1" } +zrpc = { version= "=0.6.1-alpha.2" } +zrpc-macros = { version= "=0.6.1-alpha.2" } # Debian package configuration