chore(deps): bump the minor-and-patch group with 6 updates#6551
Merged
Conversation
Bumps the minor-and-patch group with 6 updates: | Package | From | To | | --- | --- | --- | | [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) | `0.5.15` | `0.5.16` | | [memchr](https://github.com/BurntSushi/memchr) | `2.8.2` | `2.8.3` | | [crossbeam-queue](https://github.com/crossbeam-rs/crossbeam) | `0.3.12` | `0.3.13` | | [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) | `0.8.21` | `0.8.22` | | [bytes](https://github.com/tokio-rs/bytes) | `1.12.0` | `1.12.1` | | [regex](https://github.com/rust-lang/regex) | `1.12.4` | `1.13.0` | Updates `crossbeam-channel` from 0.5.15 to 0.5.16 - [Release notes](https://github.com/crossbeam-rs/crossbeam/releases) - [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/main/CHANGELOG.md) - [Commits](crossbeam-rs/crossbeam@crossbeam-channel-0.5.15...crossbeam-channel-0.5.16) Updates `memchr` from 2.8.2 to 2.8.3 - [Commits](BurntSushi/memchr@2.8.2...2.8.3) Updates `crossbeam-queue` from 0.3.12 to 0.3.13 - [Release notes](https://github.com/crossbeam-rs/crossbeam/releases) - [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/main/CHANGELOG.md) - [Commits](crossbeam-rs/crossbeam@crossbeam-queue-0.3.12...crossbeam-queue-0.3.13) Updates `crossbeam-utils` from 0.8.21 to 0.8.22 - [Release notes](https://github.com/crossbeam-rs/crossbeam/releases) - [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/main/CHANGELOG.md) - [Commits](crossbeam-rs/crossbeam@crossbeam-utils-0.8.21...crossbeam-utils-0.8.22) Updates `bytes` from 1.12.0 to 1.12.1 - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](tokio-rs/bytes@v1.12.0...v1.12.1) Updates `regex` from 1.12.4 to 1.13.0 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.12.4...1.13.0) --- updated-dependencies: - dependency-name: crossbeam-channel dependency-version: 0.5.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: memchr dependency-version: 2.8.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: crossbeam-queue dependency-version: 0.3.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: crossbeam-utils dependency-version: 0.8.22 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: bytes dependency-version: 1.12.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: regex dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the minor-and-patch group with 6 updates:
0.5.150.5.162.8.22.8.30.3.120.3.130.8.210.8.221.12.01.12.11.12.41.13.0Updates
crossbeam-channelfrom 0.5.15 to 0.5.16Release notes
Sourced from crossbeam-channel's releases.
Commits
9b56303Prepare for the next releasea078b17ci: Sync config with main508c29dRemove crossbeam-skiplist which is not published from this branch from worksp...6a20e57tests: Fix mismatched_lifetime_syntaxesc2d674fepoch: Fix rustdoc::invalid_rust_codeblocksbd6563eUpdate no_atomic.rsd3e1e36Make CachePadded<T> have C repr to allow casting to and from T (#1270)c0c466echannel: Use non-poison Mutex8b3940fAdd missing word to docs (#1208)df6eec0docs: Linkselect_biased!fromselect!macro (#1202)Updates
memchrfrom 2.8.2 to 2.8.3Commits
5fdb40c2.8.3922c7b5memchr: let compiler know that indexes returned by memchr fns are in boundse21e9fbarch: addunsafeto internal routines581faf0rebar: update memchr versionUpdates
crossbeam-queuefrom 0.3.12 to 0.3.13Release notes
Sourced from crossbeam-queue's releases.
Commits
9b56303Prepare for the next releasea078b17ci: Sync config with main508c29dRemove crossbeam-skiplist which is not published from this branch from worksp...6a20e57tests: Fix mismatched_lifetime_syntaxesc2d674fepoch: Fix rustdoc::invalid_rust_codeblocksbd6563eUpdate no_atomic.rsd3e1e36Make CachePadded<T> have C repr to allow casting to and from T (#1270)c0c466echannel: Use non-poison Mutex8b3940fAdd missing word to docs (#1208)df6eec0docs: Linkselect_biased!fromselect!macro (#1202)Updates
crossbeam-utilsfrom 0.8.21 to 0.8.22Release notes
Sourced from crossbeam-utils's releases.
Commits
9b56303Prepare for the next releasea078b17ci: Sync config with main508c29dRemove crossbeam-skiplist which is not published from this branch from worksp...6a20e57tests: Fix mismatched_lifetime_syntaxesc2d674fepoch: Fix rustdoc::invalid_rust_codeblocksbd6563eUpdate no_atomic.rsd3e1e36Make CachePadded<T> have C repr to allow casting to and from T (#1270)c0c466echannel: Use non-poison Mutex8b3940fAdd missing word to docs (#1208)df6eec0docs: Linkselect_biased!fromselect!macro (#1202)Updates
bytesfrom 1.12.0 to 1.12.1Release notes
Sourced from bytes's releases.
Changelog
Sourced from bytes's changelog.
Commits
76c0fbbRelease bytes v1.12.1 (#838)924c82bHandle unwinding from Box::new (#837)Updates
regexfrom 1.12.4 to 1.13.0Changelog
Sourced from regex's changelog.
Commits
926af2e1.13.07d941a9regex-automata-0.4.15e358341api: addregex!macro for lazy compilationc420333automata: disable miri on a couple doc testsb9d2cf7github: add FUNDING link0858006docs: add AI policy for contributors468fc64automata: reject dense DFA start states that are match statesDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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