From 457f8fbf7d9a3148900c5e27b0e88244b29eb978 Mon Sep 17 00:00:00 2001 From: Diogo Mendes Matsubara Date: Mon, 11 May 2026 16:51:56 +0200 Subject: [PATCH 1/3] chore: update zenoh-test to use workspace version --- commons/zenoh-test/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons/zenoh-test/Cargo.toml b/commons/zenoh-test/Cargo.toml index e203f15a3f..83fd7bec37 100644 --- a/commons/zenoh-test/Cargo.toml +++ b/commons/zenoh-test/Cargo.toml @@ -2,7 +2,7 @@ edition = "2021" name = "zenoh-test" publish = false -version = "1.9.0" +version = { workspace = true } [features] internal = ["zenoh-config/internal", "zenoh/internal"] From 8f64cbd9d7d45a9702158436abe40d9d606e05e7 Mon Sep 17 00:00:00 2001 From: Diogo Mendes Matsubara Date: Mon, 11 May 2026 17:00:00 +0200 Subject: [PATCH 2/3] chore: use edition from workspace --- commons/zenoh-test/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons/zenoh-test/Cargo.toml b/commons/zenoh-test/Cargo.toml index 83fd7bec37..2c81a5620a 100644 --- a/commons/zenoh-test/Cargo.toml +++ b/commons/zenoh-test/Cargo.toml @@ -1,5 +1,5 @@ [package] -edition = "2021" +edition = { workspace = true } name = "zenoh-test" publish = false version = { workspace = true } From 8387b10560eab6ca8657aca481e126b1fd12e336 Mon Sep 17 00:00:00 2001 From: Diogo Mendes Matsubara Date: Mon, 11 May 2026 17:11:11 +0200 Subject: [PATCH 3/3] chore: pin rcgen to 0.14.7 compatible with 1.75.0 rcgen 0.14.8 MSRV is 1.88.0 --- commons/zenoh-pinned-deps-1-75/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/commons/zenoh-pinned-deps-1-75/Cargo.toml b/commons/zenoh-pinned-deps-1-75/Cargo.toml index d0f4392a0e..0cd1adc5e7 100644 --- a/commons/zenoh-pinned-deps-1-75/Cargo.toml +++ b/commons/zenoh-pinned-deps-1-75/Cargo.toml @@ -47,6 +47,7 @@ pest_meta = "=2.8.0" potential_utf = "=0.1.0" prost = "=0.14.1" prost-derive = "=0.14.1" +rcgen = "=0.14.7" rustc-hash = "=2.1.1" serde_spanned = "=1.0.1" serde_with = "=3.14.1" @@ -92,6 +93,7 @@ ignored = [ "potential_utf", "prost", "prost-derive", + "rcgen", "rustc-hash", "security-framework", "serde_spanned",