Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 1, 2025

Bumps candid from 0.10.19 to 0.10.20.

Changelog

Sourced from candid's changelog.

Candid 0.10.20

  • Non-breaking changes:
    • fix: subtyping and coercion rules for optional types
    • fix: coercion of values into nested optional types
    • fix: values of types reserved at any context do not coerce into values of type null
    • fix: missing record fields of type null in the textual format are decoded into a default value

candid_parser 0.2.3 & didc 0.5.3

  • Non-breaking changes:
    • Rust binding: Sets service_name based on top level name config
    • Rust binding: Makes struct field and function names are more intuitive and predictable.
      • Rust binding convert identifiers into cases conforms to Rust naming convention. Since didc v0.5, some identifiers started to be renamed. E.g. struct field amount_e8s was renamed to amount_e_8_s. Now, field name like amount_e8s won't be renamed.
      • Please check to_identifier_case() in https://github.com/dfinity/candid/blob/master/rust/candid_parser/src/bindings/rust/identifier.rs for more details.
      • Note: different identifiers might be converted to the same one, potentially causing naming conflicts. If this happens, you'll need to use the Type Selector Config to specify custom names.

2025-10-02

candid_parser 0.2.2

  • Non-breaking changes:
    • fix: ignore inline comments or separated by newlines

didc 0.5.2

  • Non-breaking changes:
    • fix: ignore inline comments or separated by newlines

2025-09-15

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Nov 1, 2025
@dependabot dependabot bot requested a review from a team as a code owner November 1, 2025 01:19
@dependabot dependabot bot added the rust Pull requests that update rust code label Nov 1, 2025
@dependabot dependabot bot force-pushed the dependabot/cargo/candid-0.10.20 branch 2 times, most recently from a552c79 to bfdfe8f Compare November 6, 2025 13:15
Bumps [candid](https://github.com/dfinity/candid) from 0.10.19 to 0.10.20.
- [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
  dependency-version: 0.10.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/candid-0.10.20 branch from bfdfe8f to 8cd6fd7 Compare November 6, 2025 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants