We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc9f303 commit eb3d0d3Copy full SHA for eb3d0d3
1 file changed
boilerplate/functions/rust/src/satellite/Cargo.toml
@@ -7,12 +7,13 @@ edition = "2021"
7
crate-type = ["cdylib"]
8
9
[dependencies]
10
-candid = "0.10.13"
11
-ic-cdk = "0.17.1"
12
-ic-cdk-macros = "0.17.1"
+candid = "0.10.14"
+ic-cdk = "0.18.5"
+ic-cdk-macros = "0.18.5"
13
serde = "1.0.217"
14
serde_cbor = "0.11.2"
15
-junobuild-satellite = "0.1.0"
16
-junobuild-macros = "0.1.0"
17
-junobuild-utils = "0.1.0"
+junobuild-satellite = "0.2.4"
+junobuild-macros = "0.1.1"
+junobuild-utils = "0.1.2"
18
+
19
0 commit comments