File tree Expand file tree Collapse file tree 3 files changed +197
-19
lines changed
Expand file tree Collapse file tree 3 files changed +197
-19
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ ic-base-types = { workspace = true }
2828ic-cdk = { workspace = true }
2929ic-cdk-macros = { workspace = true }
3030ic-cdk-timers = { workspace = true }
31- ic-certified-map = " 0.3.4" # == https://github.com/dfinity/cdk-rs 6a15aa1616bcfdfdc4c120d17d37a089f5700c36
31+ ic-certified-map = " 0.3.4" # == https://github.com/dfinity/cdk-rs 6a15aa1616bcfdfdc4c120d17d37a089f5700c36
3232ic-crypto-sha2 = { workspace = true }
3333ic-ledger-core = { workspace = true }
3434ic-nns-common = { workspace = true }
@@ -43,7 +43,7 @@ proposals = { path = "../proposals" }
4343
4444[dev-dependencies ]
4545anyhow = " 1.0.95"
46- candid_parser = " 0.1.2 "
46+ candid_parser = " 0.2.1 "
4747ic_principal = " 0.1.0"
4848maplit = " 1.0.2"
4949pretty_assertions = " 1.4.0"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ version = { workspace = true }
66
77[dependencies ]
88candid = " 0.10.10"
9- candid_parser = " 0.1.4 "
9+ candid_parser = " 0.2.1 "
1010hex = " 0.4.3"
1111ic_principal = " 0.1.1"
1212serde = " 1.0.219"
You can’t perform that action at this time.
0 commit comments