Skip to content

Commit eb3d0d3

Browse files
fix: Rust template dependencies not up-to-date (#164)
1 parent bc9f303 commit eb3d0d3

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

  • boilerplate/functions/rust/src/satellite

boilerplate/functions/rust/src/satellite/Cargo.toml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@ edition = "2021"
77
crate-type = ["cdylib"]
88

99
[dependencies]
10-
candid = "0.10.13"
11-
ic-cdk = "0.17.1"
12-
ic-cdk-macros = "0.17.1"
10+
candid = "0.10.14"
11+
ic-cdk = "0.18.5"
12+
ic-cdk-macros = "0.18.5"
1313
serde = "1.0.217"
1414
serde_cbor = "0.11.2"
15-
junobuild-satellite = "0.1.0"
16-
junobuild-macros = "0.1.0"
17-
junobuild-utils = "0.1.0"
15+
junobuild-satellite = "0.2.4"
16+
junobuild-macros = "0.1.1"
17+
junobuild-utils = "0.1.2"
18+
1819

0 commit comments

Comments
 (0)