From 82297d50f6f8d07bd3c961a55494a91b2fd7c385 Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Mon, 22 Sep 2025 12:46:28 +0200 Subject: [PATCH] feat: released Rust crates as in Juno v0.0.57 --- 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 e4472037..7af025db 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.17" +candid = "0.10.19" ic-cdk = "0.18.5" ic-cdk-macros = "0.18.5" -serde = "1.0.217" +serde = "1.0.225" serde_cbor = "0.11.2" -junobuild-satellite = "0.2.5" +junobuild-satellite = "0.2.6" junobuild-macros = "0.1.1" junobuild-utils = "0.1.3"