Skip to content

Commit

Permalink
chore(cargo deps): Bump ic-cdk from 0.16.0 to 0.17.0
Browse files Browse the repository at this point in the history
Bumps [ic-cdk](https://github.com/dfinity/cdk-rs) from 0.16.0 to 0.17.0.
- [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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 5, 2024
1 parent a45b97d commit f72bec3
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 6 deletions.
35 changes: 31 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ resolver = "2"
[workspace.dependencies]
pocket-ic = "4.0.0"
candid = "0.10.10"
ic-cdk = "0.16.0"
ic-cdk = "0.17.0"
ic-cdk-macros = "0.16.0"
serde = "1"
serde_bytes = "0.11"
Expand Down
2 changes: 1 addition & 1 deletion src/guard/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
candid = { workspace = true }
ic-cdk = "0.16.0"
ic-cdk = "0.17.0"
ic-cycles-ledger-client = { workspace = true }
ic-papi-api = { workspace = true }
serde = { workspace = true }
Expand Down

0 comments on commit f72bec3

Please sign in to comment.