Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the all group in /local-registry with 10 updates:

Package From To
bytecount 0.6.8 0.6.9
frunk 0.4.3 0.4.4
indexmap 2.9.0 2.10.0
num_enum 0.7.3 0.7.4
numtoa 0.2.4 0.3.0
pest 2.8.0 2.8.1
pest_derive 2.8.0 2.8.1
phf 0.11.3 0.12.1
phf_macros 0.11.3 0.12.1
proptest 1.6.0 1.7.0

Updates bytecount from 0.6.8 to 0.6.9

Commits

Updates frunk from 0.4.3 to 0.4.4

Release notes

Sourced from frunk's releases.

0.4.4 release

Please see the changelog for details

Changelog

Sourced from frunk's changelog.

[0.4.4]:

Commits

Updates indexmap from 2.9.0 to 2.10.0

Changelog

Sourced from indexmap's changelog.

2.10.0 (2025-06-26)

  • Added extract_if methods to IndexMap and IndexSet, similar to the methods for HashMap and HashSet with ranges like Vec::extract_if.
  • Added more #[track_caller] annotations to functions that may panic.
Commits
  • 91dbcc5 Merge pull request #399 from cuviper/release-2.10.0
  • 67a5a71 Release 2.10.0
  • 37e519a Merge pull request #308 from cuviper/extract_if
  • 4d7618f Merge pull request #398 from cuviper/bench-deps
  • 68201eb Drop lazy_static for LazyLock
  • eaaaa56 Switch to fastrand for bench shuffling
  • b19d84e Fix clippy::needless_lifetimes
  • 4f62778 impl FusedIterator for ExtractIf
  • e09eaaf Document and track extract_if panics
  • a8d7dc5 Add range support to extract_if
  • Additional commits viewable in compare view

Updates num_enum from 0.7.3 to 0.7.4

Commits

Updates numtoa from 0.2.4 to 0.3.0

Commits

Updates pest from 2.8.0 to 2.8.1

Release notes

Sourced from pest's releases.

v2.8.1

What's Changed

The Minimum Supported Rust Version (MSRV) for default features is 1.80.0 now.

New Contributors

Full Changelog: pest-parser/pest@v2.8.0...v2.8.1

Warning: Semantic Versioning

Note that the node tag feature in 2.6.0 was a technically semver-breaking change even though it is a backwards-compatible / non-breaking change in the meta-grammar. There may be similar non-breaking changes to the meta-grammar between minor versions in the future. These non-breaking changes, however, may translate into semver-breaking changes due to the additional variants propagated from the generated Rule enum.

This new feature caused issues in some Cargo version resolution situations where Cargo mixed different versions of pest dependencies. For this reason, these "grammar non-breaking but semver-breaking" changes are now available only under the "grammar-extras" feature flag. If you would like to use node tags (or other future grammar features), you can do so by enabling this flag on the pest_derive crate in your Cargo.toml:

...
pest_derive = { version = "2.8", features = ["grammar-extras"] }
Commits

Updates pest_derive from 2.8.0 to 2.8.1

Release notes

Sourced from pest_derive's releases.

v2.8.1

What's Changed

The Minimum Supported Rust Version (MSRV) for default features is 1.80.0 now.

New Contributors

Full Changelog: pest-parser/pest@v2.8.0...v2.8.1

Warning: Semantic Versioning

Note that the node tag feature in 2.6.0 was a technically semver-breaking change even though it is a backwards-compatible / non-breaking change in the meta-grammar. There may be similar non-breaking changes to the meta-grammar between minor versions in the future. These non-breaking changes, however, may translate into semver-breaking changes due to the additional variants propagated from the generated Rule enum.

This new feature caused issues in some Cargo version resolution situations where Cargo mixed different versions of pest dependencies. For this reason, these "grammar non-breaking but semver-breaking" changes are now available only under the "grammar-extras" feature flag. If you would like to use node tags (or other future grammar features), you can do so by enabling this flag on the pest_derive crate in your Cargo.toml:

...
pest_derive = { version = "2.8", features = ["grammar-extras"] }
Commits

Updates phf from 0.11.3 to 0.12.1

Release notes

Sourced from phf's releases.

phf v0.12.0

What's Changed

New Contributors

Full Changelog: rust-phf/rust-phf@phf-v0.11.3...phf-v0.12.0

phf_codegen v0.12.0

What's Changed

New Contributors

Full Changelog: rust-phf/rust-phf@phf_codegen-v0.11.3...phf_codegen-v0.12.0

phf_generator v0.12.0

Chore

  • Update version number in docs

Chore

  • Update changelog

Commit Statistics

  • 5 commits contributed to the release over the course of 138 calendar days.
  • 163 days passed between releases.
  • 2 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

... (truncated)

Commits
  • 03a9306 chore: Update version number
  • 4ddbefd Merge pull request #334 from rust-phf/chore/fix-test
  • ecd6a86 chore: Fix version number
  • e309f28 Release phf_shared v0.12.0, phf_generator v0.12.0, phf_macros v0.12.0, phf v0...
  • 51d6baa chore: Update changelog
  • 08e7464 chore: Update version number in docs
  • 5c3ad85 Merge pull request #333 from JohnTitor/chore/serde-no-std
  • 08897bd chore: Turn off serde std feature on no-std
  • a6df856 Merge pull request #289 from thaliaarchi/master
  • 2806801 Add support for unicase::Ascii type
  • Additional commits viewable in compare view

Updates phf_macros from 0.11.3 to 0.12.1

Release notes

Sourced from phf_macros's releases.

phf_macros v0.12.0

Chore

  • Update changelog

Commit Statistics

  • 6 commits contributed to the release over the course of 138 calendar days.
  • 163 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

  • Uncategorized
    • Update changelog (51d6baa)
    • Merge pull request #289 from thaliaarchi/master (a6df856)
    • Add support for unicase::Ascii type (2806801)
    • Merge pull request #309 from edef1c/uncased-macro (37a7794)
    • Merge branch 'master' into no-wasteful-allocations (33b8aff)
    • Merge branch 'master' into fastrand (576dd47)
Commits
  • 03a9306 chore: Update version number
  • 4ddbefd Merge pull request #334 from rust-phf/chore/fix-test
  • ecd6a86 chore: Fix version number
  • e309f28 Release phf_shared v0.12.0, phf_generator v0.12.0, phf_macros v0.12.0, phf v0...
  • 51d6baa chore: Update changelog
  • 08e7464 chore: Update version number in docs
  • 5c3ad85 Merge pull request #333 from JohnTitor/chore/serde-no-std
  • 08897bd chore: Turn off serde std feature on no-std
  • a6df856 Merge pull request #289 from thaliaarchi/master
  • 2806801 Add support for unicase::Ascii type
  • Additional commits viewable in compare view

Updates proptest from 1.6.0 to 1.7.0

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all group in /local-registry with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [bytecount](https://github.com/llogiq/bytecount) | `0.6.8` | `0.6.9` |
| [frunk](https://github.com/lloydmeta/frunk) | `0.4.3` | `0.4.4` |
| [indexmap](https://github.com/indexmap-rs/indexmap) | `2.9.0` | `2.10.0` |
| [num_enum](https://github.com/illicitonion/num_enum) | `0.7.3` | `0.7.4` |
| [numtoa](https://github.com/mmstick/numtoa) | `0.2.4` | `0.3.0` |
| [pest](https://github.com/pest-parser/pest) | `2.8.0` | `2.8.1` |
| [pest_derive](https://github.com/pest-parser/pest) | `2.8.0` | `2.8.1` |
| [phf](https://github.com/rust-phf/rust-phf) | `0.11.3` | `0.12.1` |
| [phf_macros](https://github.com/rust-phf/rust-phf) | `0.11.3` | `0.12.1` |
| [proptest](https://github.com/proptest-rs/proptest) | `1.6.0` | `1.7.0` |


Updates `bytecount` from 0.6.8 to 0.6.9
- [Commits](https://github.com/llogiq/bytecount/commits)

Updates `frunk` from 0.4.3 to 0.4.4
- [Release notes](https://github.com/lloydmeta/frunk/releases)
- [Changelog](https://github.com/lloydmeta/frunk/blob/master/CHANGELOG.md)
- [Commits](lloydmeta/frunk@frunk-0.4.3...frunk-0.4.4)

Updates `indexmap` from 2.9.0 to 2.10.0
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md)
- [Commits](indexmap-rs/indexmap@2.9.0...2.10.0)

Updates `num_enum` from 0.7.3 to 0.7.4
- [Commits](illicitonion/num_enum@0.7.3...0.7.4)

Updates `numtoa` from 0.2.4 to 0.3.0
- [Changelog](https://github.com/mmstick/numtoa/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mmstick/numtoa/commits)

Updates `pest` from 2.8.0 to 2.8.1
- [Release notes](https://github.com/pest-parser/pest/releases)
- [Commits](pest-parser/pest@v2.8.0...v2.8.1)

Updates `pest_derive` from 2.8.0 to 2.8.1
- [Release notes](https://github.com/pest-parser/pest/releases)
- [Commits](pest-parser/pest@v2.8.0...v2.8.1)

Updates `phf` from 0.11.3 to 0.12.1
- [Release notes](https://github.com/rust-phf/rust-phf/releases)
- [Changelog](https://github.com/rust-phf/rust-phf/blob/main/RELEASE_PROCESS.md)
- [Commits](rust-phf/rust-phf@phf-v0.11.3...v0.12.1)

Updates `phf_macros` from 0.11.3 to 0.12.1
- [Release notes](https://github.com/rust-phf/rust-phf/releases)
- [Changelog](https://github.com/rust-phf/rust-phf/blob/main/RELEASE_PROCESS.md)
- [Commits](rust-phf/rust-phf@phf_macros-v0.11.3...v0.12.1)

Updates `proptest` from 1.6.0 to 1.7.0
- [Release notes](https://github.com/proptest-rs/proptest/releases)
- [Changelog](https://github.com/proptest-rs/proptest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/proptest-rs/proptest/commits)

---
updated-dependencies:
- dependency-name: bytecount
  dependency-version: 0.6.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: frunk
  dependency-version: 0.4.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: indexmap
  dependency-version: 2.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: num_enum
  dependency-version: 0.7.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: numtoa
  dependency-version: 0.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: pest
  dependency-version: 2.8.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: pest_derive
  dependency-version: 2.8.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: phf
  dependency-version: 0.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: phf_macros
  dependency-version: 0.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: proptest
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the x:rep/tiny Tiny amount of reputation label Jul 1, 2025
@dependabot dependabot bot requested a review from a team as a code owner July 1, 2025 13:17
@dependabot dependabot bot added the x:rep/tiny Tiny amount of reputation label Jul 1, 2025
@github-actions
Copy link

github-actions bot commented Jul 1, 2025

Hello 👋 Thanks for your PR.

This repo does not currently have dedicated maintainers. Our guardians team will attempt to review and merge your PR, but it will likely take longer for your PR to be reviewed.

If you enjoy contributing to Exercism and have a track-record of doing so successfully, you might like to become an Exercism maintainer for this track.

Please feel free to ask any questions, or chat to us about anything to do with this PR or the reviewing process on the Exercism forum.

(cc @exercism/guardians)

@senekor senekor merged commit 02063f0 into main Jul 2, 2025
3 checks passed
@senekor senekor deleted the dependabot/cargo/local-registry/all-d16da47e71 branch July 2, 2025 04:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

x:rep/tiny Tiny amount of reputation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants