Skip to content

Commit a750bbf

Browse files
committed
update parser
1 parent c04888a commit a750bbf

File tree

3 files changed

+197
-19
lines changed

3 files changed

+197
-19
lines changed

Cargo.lock

Lines changed: 194 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rs/backend/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ic-base-types = { workspace = true }
2828
ic-cdk = { workspace = true }
2929
ic-cdk-macros = { workspace = true }
3030
ic-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
3232
ic-crypto-sha2 = { workspace = true }
3333
ic-ledger-core = { workspace = true }
3434
ic-nns-common = { workspace = true }
@@ -43,7 +43,7 @@ proposals = { path = "../proposals" }
4343

4444
[dev-dependencies]
4545
anyhow = "1.0.95"
46-
candid_parser = "0.1.2"
46+
candid_parser = "0.2.1"
4747
ic_principal = "0.1.0"
4848
maplit = "1.0.2"
4949
pretty_assertions = "1.4.0"

rs/proposals/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version = { workspace = true }
66

77
[dependencies]
88
candid = "0.10.10"
9-
candid_parser = "0.1.4"
9+
candid_parser = "0.2.1"
1010
hex = "0.4.3"
1111
ic_principal = "0.1.1"
1212
serde = "1.0.219"

0 commit comments

Comments
 (0)