Skip to content

Commit

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 22, 2024
1 parent 4634d88 commit ae9f637
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 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.11"
ic-cdk = "0.17.0"
ic-cdk = "0.17.1"
ic-cdk-macros = "0.17.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.17.0"
ic-cdk = "0.17.1"
ic-cycles-ledger-client = { workspace = true }
ic-papi-api = { workspace = true }
serde = { workspace = true }
Expand Down

0 comments on commit ae9f637

Please sign in to comment.