Skip to content

Commit

Permalink
Update ic-cdk and other deps (#2476)
Browse files Browse the repository at this point in the history
* Update ic-cdk and other deps

* +=clippy

* Update archive's types

* +=clippy

* Upgrade deps also for demo dapps
  • Loading branch information
przydatek authored May 17, 2024
1 parent 5753544 commit c31e8e1
Show file tree
Hide file tree
Showing 9 changed files with 201 additions and 58 deletions.
79 changes: 62 additions & 17 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ vc_util = { path = "src/vc_util" }
# ic dependencies
candid = "0.10"
candid_parser = "0.1.2"
ic-cdk = "0.12"
ic-cdk-macros = "0.8"
ic-cdk-timers = "0.6"
ic-cdk = "0.13"
ic-cdk-macros = "0.13"
ic-cdk-timers = "0.7"
ic-certification = "2.2"
ic-http-certification = "2.2"
ic-metrics-encoder = "1"
Expand Down
29 changes: 15 additions & 14 deletions demos/test-app/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 demos/test-app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ crate-type = ["cdylib"]
[dependencies]
asset_util = { path = "../../src/asset_util" }
candid = "0.10"
ic-cdk = "0.12"
ic-cdk-macros = "0.8"
ic-cdk = "0.13"
ic-cdk-macros = "0.13"
serde = "1"
serde_bytes = "0.11"
include_dir = "0.7"
Loading

0 comments on commit c31e8e1

Please sign in to comment.