Skip to content

Commit

Permalink
deps: bump the ic-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the ic-dependencies group with 2 updates: [ic-cdk](https://github.com/dfinity/cdk-rs) and [ic-cdk-macros](https://github.com/dfinity/cdk-rs).


Updates `ic-cdk` from 0.16.0 to 0.17.1
- [Release notes](https://github.com/dfinity/cdk-rs/releases)
- [Commits](https://github.com/dfinity/cdk-rs/commits)

Updates `ic-cdk-macros` from 0.16.0 to 0.17.1
- [Release notes](https://github.com/dfinity/cdk-rs/releases)
- [Commits](https://github.com/dfinity/cdk-rs/commits)

---
updated-dependencies:
- dependency-name: ic-cdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ic-dependencies
- dependency-name: ic-cdk-macros
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ic-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent cd605f7 commit b33bed6
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ crate-type = ["cdylib"]

[dependencies]
anyhow = "1.0.95"
ic-cdk = "0.16.0"
ic-cdk-macros = "0.16.0"
ic-cdk = "0.17.1"
ic-cdk-macros = "0.17.1"
ic-cdk-timers = "0.11.0"
candid = "0.10.11"
candid_parser = "0.1.2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ edition = "2018"
serde = "1.0.216"
serde_json = "1.0.134"
candid = "0.10.11"
ic-cdk = "0.16.0"
ic-cdk-macros = "0.16.0"
ic-cdk = "0.17.1"
ic-cdk-macros = "0.17.1"
ic-cdk-timers = "0.11.0"
ic-stable-structures = "0.6.7"
anyhow = "1.0.95"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ crate-type = ["cdylib"]
[dependencies]
candid = "0.10.11"
candid_parser = "0.1.2"
ic-cdk = "0.16.0"
ic-cdk-macros = "0.16.0"
ic-cdk = "0.17.1"
ic-cdk-macros = "0.17.1"
ic-cdk-timers = "0.11.0"
ic-stable-structures = "0.6.7"
ic-wasi-polyfill = "0.6.4"
Expand Down

0 comments on commit b33bed6

Please sign in to comment.