Skip to content

Commit

Permalink
chore(rust): Update ic-cdk to anon-yanked version (#53)
Browse files Browse the repository at this point in the history
# Motivation
`ic-cdk` version 0.13 has been yanked. This causes problems for users of
`verifiable-credentials` trying to pass a security audit.

# Changes
- Update the version of `ic-cdk` to `0.15`.

# Tests
See CI

# Todos

- [x] Add entry to changelog (if necessary).
   Needed?
  • Loading branch information
bitdivine authored Sep 3, 2024
1 parent 5f21c3f commit 2bc90b2
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Changes in the upcoming versions.
## Breaking Changes

## Improvements
- Update dependency versions.

# release-2024-07-01

Expand Down
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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ serde_cbor = "0.11"
serde_bytes = "0.11"
anyhow = "1.0"
candid = "0.10"
ic-cdk = "0.13"
ic-cdk-macros = "0.13"
ic-cdk = "0.15"
ic-cdk-macros = "0.15"
ic-certification = "2.2"
ic-http-certification = "2.5"
ic-verifiable-credentials = { path = "rust-packages/ic-verifiable-credentials" }
Expand Down

0 comments on commit 2bc90b2

Please sign in to comment.