Skip to content

Bump candid from 0.10.14 to 0.10.18#45

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/candid-0.10.18
Closed

Bump candid from 0.10.14 to 0.10.18#45
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/candid-0.10.18

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Sep 8, 2025

Bumps candid from 0.10.14 to 0.10.18.

Changelog

Sourced from candid's changelog.

Candid 0.10.18

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

2025-08-04

Candid 0.10.17

  • Non-breaking changes:
    • Fixes a regression in pretty printing when concatenating an empty list of documents

2025-07-29

Candid 0.10.16

  • Non-breaking changes:
    • Makes the warning message for the special opt subtyping rule more explicit in the candid::types::subtype::subtype and candid::types::subtype::subtype_with_config functions.
    • Added pp_label_raw in pretty::candid module.

candid_parser 0.2.1

  • Breaking changes:

    • The candid_parser::types module has been renamed to candid_parser::syntax.
  • Non-breaking changes:

    • Supports collecting line comments as doc comments in the following cases:
      • above services:
        // This is a valid doc comment for the service
        service : {
          greet : (text) -> (text);
        }
        
      • above actor methods:
        service : {
          // This is a valid doc comment for greet
          greet : (text) -> (text);
        }
        
      • above type declarations:
        // This is a valid doc comment for type A
        type A = record {
          my_field : text;
        };
        
      • above record and variant fields:

... (truncated)

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.14 to 0.10.18.
- [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.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Sep 8, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 22, 2025

Superseded by #48.

@dependabot dependabot bot closed this Sep 22, 2025
@dependabot dependabot bot deleted the dependabot/cargo/candid-0.10.18 branch September 22, 2025 18:36
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