Skip to content

Commit 6a8179b

Browse files
chore(deps): bump ic-cdk-macros from 0.17.2 to 0.18.4
Bumps [ic-cdk-macros](https://github.com/dfinity/cdk-rs) from 0.17.2 to 0.18.4. - [Release notes](https://github.com/dfinity/cdk-rs/releases) - [Commits](dfinity/cdk-rs@0.17.2...0.18.4) --- updated-dependencies: - dependency-name: ic-cdk-macros dependency-version: 0.18.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 80bb12d commit 6a8179b

File tree

3 files changed

+58
-10
lines changed

3 files changed

+58
-10
lines changed

Cargo.lock

Lines changed: 56 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ version = "2.0.118"
1111

1212
[workspace.dependencies]
1313
ic-cdk = "0.17.1"
14-
ic-cdk-macros = "0.17.0"
14+
ic-cdk-macros = "0.18.4"
1515
ic-cdk-timers = "0.11.0"
1616
ic-management-canister-types = "0.1.0"
1717

rs/sns_aggregator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ic-base-types = { workspace = true }
1616
# This next candid is 0.9.0_beta code that fixes serde Nat but has other issues. Keep checking until the issues are fixed.
1717
#candid = { git = "https://github.com/dfinity/candid" , rev = "42ffed660ded37585c4b9f97e3ce90919e24c518" }
1818
ic-cdk = { version = "0.17.1" }
19-
ic-cdk-macros = { version = "0.17.0" }
19+
ic-cdk-macros = { version = "0.18.4" }
2020
ic-cdk-timers = "0.11.0"
2121
ic-certified-map = { git = "https://github.com/dfinity/cdk-rs", rev = "58791941b72471e09e3d9e733f2a3d4d54e52b5a" }
2222
ic-management-canister-types = { workspace = true }

0 commit comments

Comments
 (0)