Skip to content

Commit

Permalink
Merge pull request #62 from dfinity/dependabot/cargo/ic-cdk-0.17.1
Browse files Browse the repository at this point in the history
chore(cargo deps): Bump ic-cdk from 0.17.0 to 0.17.1
  • Loading branch information
bitdivine authored Dec 25, 2024
2 parents 4634d88 + ae9f637 commit 391bcf7
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 391bcf7

Please sign in to comment.