From 04af7f939a4333c0dd13451c686ce5a5d13d133d Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Thu, 12 Mar 2026 21:47:34 +0100 Subject: [PATCH] chore: update crates in template Signed-off-by: David Dal Busco --- templates/eject/rust/src/satellite/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/eject/rust/src/satellite/Cargo.toml b/templates/eject/rust/src/satellite/Cargo.toml index c888bb7..3948f00 100644 --- a/templates/eject/rust/src/satellite/Cargo.toml +++ b/templates/eject/rust/src/satellite/Cargo.toml @@ -12,7 +12,7 @@ ic-cdk = "0.19.0" ic-cdk-macros = "0.19.0" serde = "1.0.225" serde_cbor = "0.11.2" -junobuild-satellite = "0.5.0" -junobuild-macros = "0.2.0" -junobuild-utils = "0.2.0" +junobuild-satellite = "0.5.1" +junobuild-macros = "0.3.1" +junobuild-utils = "0.3.0"