Skip to content

Commit f4a95b1

Browse files
dependabot[bot]yhabib
authored andcommitted
chore(deps): bump candid_parser from 0.1.4 to 0.2.1
Bumps [candid_parser](https://github.com/dfinity/candid) from 0.1.4 to 0.2.1. - [Release notes](https://github.com/dfinity/candid/releases) - [Changelog](https://github.com/dfinity/candid/blob/master/CHANGELOG.md) - [Commits](https://github.com/dfinity/candid/commits) --- updated-dependencies: - dependency-name: candid_parser dependency-version: 0.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c04888a commit f4a95b1

File tree

3 files changed

+190
-12
lines changed

3 files changed

+190
-12
lines changed

Cargo.lock

Lines changed: 188 additions & 10 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)