From a902e425f17a2638bf4ef386577ec7b3fedb10f6 Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Mon, 10 Nov 2025 08:33:25 +0100 Subject: [PATCH] feat: update latest crates with support for google authentication in template --- templates/eject/rust/src/satellite/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/eject/rust/src/satellite/Cargo.toml b/templates/eject/rust/src/satellite/Cargo.toml index 7af025db..ffc953ea 100644 --- a/templates/eject/rust/src/satellite/Cargo.toml +++ b/templates/eject/rust/src/satellite/Cargo.toml @@ -12,7 +12,7 @@ ic-cdk = "0.18.5" ic-cdk-macros = "0.18.5" serde = "1.0.225" serde_cbor = "0.11.2" -junobuild-satellite = "0.2.6" +junobuild-satellite = "0.3.0" junobuild-macros = "0.1.1" -junobuild-utils = "0.1.3" +junobuild-utils = "0.1.4"