Skip to content

Conversation

@dependabot
Copy link

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

Updates the requirements on kinded to permit the latest version.

Changelog

Sourced from kinded's changelog.

v0.4.0 - 2025-10-30

  • Update to Rust 2024 edition.
  • no_std support.

v0.3.0 - 2023-08-09

  • Make ::all() function return an array instead of vector.

v0.2.0 - 2023-08-06

  • Add Kind trait.

v0.1.1 - 2023-08-06

  • Add ::all() to the kind type to iterate over all kind variants
  • Generate customizable implementation of Display trait
  • Generate implementation of FromStr trait

v0.0.3 - 2023-08-05

  • Make generated kind() function public

v0.0.2 - 2023-08-05

  • Support enums with generics

v0.0.1 - 2023-08-04

  • Very initial release
Commits
  • 0fa2034 Prepare v0.4.0
  • ce0ea49 Merge pull request #21 from greyblake/matthias-nostd
  • 0a9072b Update CHANGELOG.md
  • faba00e impl ::core::error::Error for ParseKindError
  • 98afd01 feat: remove features and convert tests to nostd
  • 68f1b39 Reapply "feat: no_std support"
  • 1401114 fix: tests by adding alloc
  • 8a36e5b Update CHANGELOG.md
  • 9ae0f17 Merge pull request #20 from greyblake/rust-2024
  • 8d10b6e Update to Rust 2024 edition
  • Additional commits viewable in compare view

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)

Updates the requirements on [kinded](https://github.com/greyblake/kinded) to permit the latest version.
- [Release notes](https://github.com/greyblake/kinded/releases)
- [Changelog](https://github.com/greyblake/kinded/blob/master/CHANGELOG.md)
- [Commits](greyblake/kinded@v0.3.0...v0.4.0)

---
updated-dependencies:
- dependency-name: kinded
  dependency-version: 0.4.0
  dependency-type: direct:production
...

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 Nov 3, 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.

1 participant