Skip to content

Commit 60e0ab6

Browse files
build(deps): bump ic-cdk-macros from 0.17.1 to 0.18.1
Bumps [ic-cdk-macros](https://github.com/dfinity/cdk-rs) from 0.17.1 to 0.18.1. - [Release notes](https://github.com/dfinity/cdk-rs/releases) - [Commits](https://github.com/dfinity/cdk-rs/commits) --- updated-dependencies: - dependency-name: ic-cdk-macros dependency-version: 0.18.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cf918b6 commit 60e0ab6

File tree

3 files changed

+65
-17
lines changed

3 files changed

+65
-17
lines changed

Cargo.lock

+63-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ version = "2.0.113"
1111

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

rs/sns_aggregator/Cargo.toml

+1-1
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.1" }
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)