Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 20, 2025

Bumps candid from 0.10.17 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

Candid 0.10.19

  • Non-breaking changes:
    • Fixes a compatibility issue with serde v1.0.220 and later.

2025-09-03

Candid 0.10.18

  • Non-breaking changes:
    • Implement serde::Serialize and PartialOrd, Ord, Hash for the Reserved type.

2025-08-04

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)

Bumps [candid](https://github.com/dfinity/candid) from 0.10.17 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] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Oct 20, 2025
@dependabot dependabot bot requested a review from a team as a code owner October 20, 2025 01:34
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Oct 20, 2025
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