Skip to content

Bump the all group in /local-registry with 9 updates#127

Merged
senekor merged 1 commit intomainfrom
dependabot/cargo/local-registry/all-8d4b011198
Apr 2, 2026
Merged

Bump the all group in /local-registry with 9 updates#127
senekor merged 1 commit intomainfrom
dependabot/cargo/local-registry/all-8d4b011198

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 1, 2026

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

Package From To
bit-set 0.8.0 0.10.0
cached 0.56.0 0.59.0
counter 0.7.0 0.7.1
itoa 1.0.17 1.0.18
num_enum 0.7.5 0.7.6
numtoa 0.3.1 1.0.0
proptest 1.10.0 1.11.0
unicode-segmentation 1.12.0 1.13.2
uuid 1.21.0 1.23.0

Updates bit-set from 0.8.0 to 0.10.0

Changelog

Sourced from bit-set's changelog.

Version 0.10.0

  • Publicly expose vec's BitBlock

Version 0.9.1

  • Fixed serde feature

Version 0.9.0

  • Minimal Supported Rust Version is 1.82
  • Rust edition 2021 is used
  • implemented fn make_empty
  • implemented fn reset
  • added general initialization functions: fn new_general, fn from_bit_vec_general, fn with_capacity_general, fn from_bytes_general
Commits

Updates cached from 0.56.0 to 0.59.0

Changelog

Sourced from cached's changelog.

[0.59.0 / [cached_proc_macro[0.27.0]]]

Added

Changed

  • Fix examples/wasm build: add time_stores feature to the cached dependency (required when using default-features = false with TimedCache)

Removed

[0.58.0]

Added

  • Add redis_async_cache feature for Redis client-side caching support via the RESP3 protocol

Changed

  • Update redis to 1.0

Removed

[0.57.0 / [cached_proc_macro[0.26.0]]]

Added

  • Add parking_lot dependency

Changed

  • Switch to parking_lot's Mutex and RwLock in all macros.
  • Remove unwrap() calls from lock operations.

Removed

Commits

Updates counter from 0.7.0 to 0.7.1

Release notes

Sourced from counter's releases.

v0.7.1 - 2026-03-25

What's Changed

New Contributors

Full Changelog: coriolinus/counter-rs@v0.7.0...v0.7.1

Changelog

Sourced from counter's changelog.

[0.7.1] - 2026-03-25

🐛 Bug Fixes

  • Error[E0277]: the trait bound St: BuildHasher is not satisfied

⚙️ Miscellaneous Tasks

  • Extend release docs to include github release
  • Upgrade dependencies
Commits
  • e518825 chore: Release counter version 0.7.1
  • d5b028e prepare-release/0.7.1
  • f1a1016 Merge pull request #56 from krzemyczek/master
  • c5f380d fix: error[E0277]: the trait bound St: BuildHasher is not satisfied
  • 494e122 Merge pull request #52 from coriolinus/upgrade-deps
  • 8fd8550 chore: upgrade dependencies
  • 44d8785 chore: extend release docs to include github release
  • See full diff in compare view

Updates itoa from 1.0.17 to 1.0.18

Release notes

Sourced from itoa's releases.

1.0.18

Commits

Updates num_enum from 0.7.5 to 0.7.6

Commits

Updates numtoa from 0.3.1 to 1.0.0

Commits
  • 9d1f2df release: 1.0.0
  • 573fea0 fix: improve required_space
  • f99f957 chore: set Rust edition to 2024
  • b5c351c release: 1.0.0-alpha1
  • bded0dc Allow LENGTH of _filled functions equal to the buffer length
  • 13625cc Support formatting numbers with filling
  • ca853af refactor: add required_space & overhaul existing APIs
  • a037a0e improv: AsciiNumber API
  • 7a454c3 chore: add more categories to Cargo.toml
  • a678cb2 fix: test failures in release build
  • See full diff in compare view

Updates proptest from 1.10.0 to 1.11.0

Commits

Updates unicode-segmentation from 1.12.0 to 1.13.2

Commits

Updates uuid from 1.21.0 to 1.23.0

Release notes

Sourced from uuid's releases.

v1.23.0

What's Changed

New Contributors

Special thanks

@​meng-xu-cs raised a series of bugs against the timestamp logic in uuid using automated tooling. The issues themselves were reasonably and responsibly presented and the end result is a better uuid library for everyone. Thanks!

Deprecations

This release includes the following deprecations:

  • Context: Renamed to ContextV1
  • Timestamp::from_gregorian: Renamed to Timestamp::from_gregorian_time

Change to Version::Max

Version::Max's u8 representation has changed from 0xff to 0x0f to match the value returned by Uuid::get_version_num.

Change to Uuid::get_version for the max UUID

Uuid::get_version will only return Some(Version::Max) if the UUID is actually the max UUID (all bytes are 0xff). Previously it would return Some if only the version field was 0x0f. This change matches the behaviour of the nil UUID, which only returns Some(Version::Nil) if the UUID is the nil UUID (all bytes are 0x00).

Full Changelog: uuid-rs/uuid@v1.22.0...v1.23.0

v1.22.0

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.21.0...v1.22.0

Commits
  • 00ab922 Merge pull request #876 from uuid-rs/cargo/v1.23.0
  • 726ba45 prepare for 1.23.0 release
  • 996dade Merge pull request #875 from uuid-rs/fix/context-ordering
  • e140479 simplify a use stmt
  • 8ed9142 reorganize and document more v7 context internals
  • e09a322 use LazyLock to synchronize v1/v6 context initialization
  • 0f260cc Merge pull request #874 from uuid-rs/chore/impl-cleanups
  • 1419e91 clean up and refactor main lib tests
  • ceeaf4b ensure we don't overflow on counters less than 12
  • 63bc8f5 Merge pull request #873 from uuid-rs/fix/error-msg
  • 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 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 9 updates:

| Package | From | To |
| --- | --- | --- |
| [bit-set](https://github.com/contain-rs/bit-set) | `0.8.0` | `0.10.0` |
| [cached](https://github.com/jaemk/cached) | `0.56.0` | `0.59.0` |
| [counter](https://github.com/coriolinus/counter-rs) | `0.7.0` | `0.7.1` |
| [itoa](https://github.com/dtolnay/itoa) | `1.0.17` | `1.0.18` |
| [num_enum](https://github.com/illicitonion/num_enum) | `0.7.5` | `0.7.6` |
| [numtoa](https://github.com/mmstick/numtoa) | `0.3.1` | `1.0.0` |
| [proptest](https://github.com/proptest-rs/proptest) | `1.10.0` | `1.11.0` |
| [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) | `1.12.0` | `1.13.2` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.21.0` | `1.23.0` |


Updates `bit-set` from 0.8.0 to 0.10.0
- [Release notes](https://github.com/contain-rs/bit-set/releases)
- [Changelog](https://github.com/contain-rs/bit-set/blob/master/RELEASES.md)
- [Commits](https://github.com/contain-rs/bit-set/commits)

Updates `cached` from 0.56.0 to 0.59.0
- [Changelog](https://github.com/jaemk/cached/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jaemk/cached/commits)

Updates `counter` from 0.7.0 to 0.7.1
- [Release notes](https://github.com/coriolinus/counter-rs/releases)
- [Changelog](https://github.com/coriolinus/counter-rs/blob/master/CHANGELOG.md)
- [Commits](coriolinus/counter-rs@v0.7.0...v0.7.1)

Updates `itoa` from 1.0.17 to 1.0.18
- [Release notes](https://github.com/dtolnay/itoa/releases)
- [Commits](dtolnay/itoa@1.0.17...1.0.18)

Updates `num_enum` from 0.7.5 to 0.7.6
- [Commits](illicitonion/num_enum@0.7.5...0.7.6)

Updates `numtoa` from 0.3.1 to 1.0.0
- [Changelog](https://github.com/mmstick/numtoa/blob/master/CHANGELOG.md)
- [Commits](mmstick/numtoa@0.3.1...1.0.0)

Updates `proptest` from 1.10.0 to 1.11.0
- [Release notes](https://github.com/proptest-rs/proptest/releases)
- [Changelog](https://github.com/proptest-rs/proptest/blob/main/CHANGELOG.md)
- [Commits](proptest-rs/proptest@v1.10.0...v1.11.0)

Updates `unicode-segmentation` from 1.12.0 to 1.13.2
- [Commits](unicode-rs/unicode-segmentation@v1.12.0...v1.13.2)

Updates `uuid` from 1.21.0 to 1.23.0
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@v1.21.0...v1.23.0)

---
updated-dependencies:
- dependency-name: bit-set
  dependency-version: 0.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: cached
  dependency-version: 0.59.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: counter
  dependency-version: 0.7.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: itoa
  dependency-version: 1.0.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: num_enum
  dependency-version: 0.7.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: numtoa
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: proptest
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: unicode-segmentation
  dependency-version: 1.13.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: uuid
  dependency-version: 1.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the x:rep/tiny Tiny amount of reputation label Apr 1, 2026
@dependabot dependabot Bot requested a review from a team as a code owner April 1, 2026 15:48
@dependabot dependabot Bot added the x:rep/tiny Tiny amount of reputation label Apr 1, 2026
@senekor senekor merged commit aaa9244 into main Apr 2, 2026
3 checks passed
@senekor senekor deleted the dependabot/cargo/local-registry/all-8d4b011198 branch April 2, 2026 10:15
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.

2 participants