From a776fdab1110132500512d98a1dfdf6663abbfe3 Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Wed, 3 Dec 2025 17:20:59 +0100 Subject: [PATCH] feat: update ic-cdk v0.19.0 and latest satellite crates in Rust template Signed-off-by: David Dal Busco --- templates/eject/rust/src/satellite/Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/eject/rust/src/satellite/Cargo.toml b/templates/eject/rust/src/satellite/Cargo.toml index ffc953e..534bf9a 100644 --- a/templates/eject/rust/src/satellite/Cargo.toml +++ b/templates/eject/rust/src/satellite/Cargo.toml @@ -7,12 +7,12 @@ edition = "2021" crate-type = ["cdylib"] [dependencies] -candid = "0.10.19" -ic-cdk = "0.18.5" -ic-cdk-macros = "0.18.5" +candid = "0.10.20" +ic-cdk = "0.19.0" +ic-cdk-macros = "0.19.0" serde = "1.0.225" serde_cbor = "0.11.2" -junobuild-satellite = "0.3.0" +junobuild-satellite = "0.3.1" junobuild-macros = "0.1.1" -junobuild-utils = "0.1.4" +junobuild-utils = "0.1.5"