-
Notifications
You must be signed in to change notification settings - Fork 61
Bump the minor group across 1 directory with 9 updates #6412
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Bumps the minor group with 9 updates in the /rust directory: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.36` | `4.5.37` | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.8.0` | `2.9.0` | | [zip](https://github.com/zip-rs/zip2) | `2.4.2` | `2.6.1` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.94` | `1.0.95` | | [itertools](https://github.com/rust-itertools/itertools) | `0.13.0` | `0.14.0` | | [tynm](https://github.com/azriel91/tynm) | `0.1.10` | `0.2.0` | | [winnow](https://github.com/winnow-rs/winnow) | `0.6.24` | `0.7.4` | | [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) | `0.24.0` | `0.26.2` | | [data-encoding](https://github.com/ia0/data-encoding) | `2.8.0` | `2.9.0` | Updates `clap` from 4.5.36 to 4.5.37 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.36...clap_complete-v4.5.37) Updates `indexmap` from 2.8.0 to 2.9.0 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.8.0...2.9.0) Updates `zip` from 2.4.2 to 2.6.1 - [Release notes](https://github.com/zip-rs/zip2/releases) - [Changelog](https://github.com/zip-rs/zip2/blob/master/CHANGELOG.md) - [Commits](zip-rs/zip2@v2.4.2...v2.6.1) Updates `proc-macro2` from 1.0.94 to 1.0.95 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.94...1.0.95) Updates `itertools` from 0.13.0 to 0.14.0 - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](rust-itertools/itertools@v0.13.0...v0.14.0) Updates `tynm` from 0.1.10 to 0.2.0 - [Release notes](https://github.com/azriel91/tynm/releases) - [Changelog](https://github.com/azriel91/tynm/blob/main/CHANGELOG.md) - [Commits](azriel91/tynm@0.1.10...0.2.0) Updates `winnow` from 0.6.24 to 0.7.4 - [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md) - [Commits](winnow-rs/winnow@v0.6.24...v0.7.4) Updates `tokio-tungstenite` from 0.24.0 to 0.26.2 - [Changelog](https://github.com/snapview/tokio-tungstenite/blob/master/CHANGELOG.md) - [Commits](snapview/tokio-tungstenite@v0.24.0...v0.26.2) Updates `data-encoding` from 2.8.0 to 2.9.0 - [Commits](ia0/data-encoding@v2.8.0...v2.9.0) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.37 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: indexmap dependency-version: 2.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: zip dependency-version: 2.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: proc-macro2 dependency-version: 1.0.95 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: itertools dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: tynm dependency-version: 0.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: winnow dependency-version: 0.7.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: tokio-tungstenite dependency-version: 0.26.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: data-encoding dependency-version: 2.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <[email protected]>
ReviewersThe following users could not be added as reviewers: Please fix the above issues or remove invalid values from |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
QA Wolf here! As you write new code it's important that your test coverage is keeping up. |
Bumps the minor group with 9 updates in the /rust directory:
4.5.36
4.5.37
2.8.0
2.9.0
2.4.2
2.6.1
1.0.94
1.0.95
0.13.0
0.14.0
0.1.10
0.2.0
0.6.24
0.7.4
0.24.0
0.26.2
2.8.0
2.9.0
Updates
clap
from 4.5.36 to 4.5.37Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
c54ffa1
chore: Release26eab7b
docs: Update changelogf275804
Merge pull request #5805 from epage/style7c7742c
fix(complete): Adjust dynamic for MSRVf1ae3c0
style: Make clippy happy5c932b7
chore(deps): Update Rust crate divan to v0.1.15 (#5798)bc0537f
chore(deps): Update compatible (dev) (#5797)Updates
indexmap
from 2.8.0 to 2.9.0Changelog
Sourced from indexmap's changelog.
Commits
1818d41
Merge pull request #387 from cuviper/release-2.9.09f49983
Release 2.9.0582a90f
Merge pull request #386 from cuviper/de-borsh9011739
Deprecate the "borsh" feature0a836e8
Merge pull request #238 from NiklasJonsson/get_many_mut434d7ac
Avoid let-else for MSRV's sake5be552d
Implement additional suggestions from review4e1d8ce
Address review feedback5aec9ec
Implement get_disjoint_mut for arrays of keysd10de30
Merge pull request #385 from iajoiner/docs/macrosUpdates
zip
from 2.4.2 to 2.6.1Release notes
Sourced from zip's releases.
Changelog
Sourced from zip's changelog.
Commits
1d42731
chore: release v2.6.1 (#334)f4d71a4
fix: avoid scanning through all local file headers while opening an archive (...84e19f2
doc: Comment about where to update MSRV and where to find the policy081443d
chore: Update crate version to trigger relelase-plze4e7010
doc: Update 6-month MSRV policy, since Rust now releases minor versions more ...f24ffa9
fix handling decryption with msdos date of 0 (#327)81ac002
First pass (#331)77cde6a
chore: release v2.5.0 (#325)7613e6b
feat: Add support fortime::PrimitiveDateTime
(#322)a7b80cf
deps: remove thiserror and displaydoc dependencies (#324)Updates
proc-macro2
from 1.0.94 to 1.0.95Release notes
Sourced from proc-macro2's releases.
Commits
24bbf16
Release 1.0.95835c5bd
Merge pull request #497 from dtolnay/nosourcefile7bc363c
Update semver-exempt API to nightly-2025-04-16b867aa7
Merge pull request #496 from PaulGrandperrin/masterc605e8e
Revert "Merge pull request #495 from dtolnay/fuzzlld"1993cd3
Merge pull request #495 from dtolnay/fuzzlldcfdb567
Link to honggfuzz-rs issueb09a5b0
Work around cargo-hfuzz nostart-stop-gc gold link failureUpdates
itertools
from 0.13.0 to 0.14.0Changelog
Sourced from itertools's changelog.
Commits
a015a68
Addnext_array
andcollect_array
a1213e1
Prepare v0.14.0 releaseff0c942
fix clippy lintsf80883b
Fix into_group_map_by documentation errorsb793238
Add track_caller for asser_equal5d4056b
default_features
is deprecated - switch it todefault-features
a447b68
doc for added traitd0479b0
"nitpicks"35c78ce
IndexMut -> BorrowMut<slice>deb53ba
refactored to share codeUpdates
tynm
from 0.1.10 to 0.2.0Changelog
Sourced from tynm's changelog.
Commits
1367cfd
Merge pull request #18 from azriel91/maintenance/update-to-edition-2024f83ec51
Update crate version to0.2.0
.e73af60
Update github actions' versions.1e4cb66
Update rust edition to 2024.821b563
UpdateCHANGELOG.md
.f274c9c
Update dependency versions.9a1e947
Merge pull request #17 from azriel91/maintenance/update-dependenciesea7df6e
Address clippy lints.7b14abc
Runcargo fmt --all
.879b51f
Updaterustfmt.toml
.Updates
winnow
from 0.6.24 to 0.7.4Changelog
Sourced from winnow's changelog.
... (truncated)
Commits
2061c77
chore: Release03cce15
docs: Update changelog691746a
Merge pull request #757 from montmorill/maine725f92
docs(topic): remove useless bracesfcb0057
docs(topic): remove useless braces2720ab4
Merge pull request #756 from epage/docs2141cce
docs(comb): Clarify dispatch1f855a3
docs(comb): Update 'empty' from when it was named 'value'a6e7c9b
Merge pull request #754 from epage/lexab9830d
docs(topic): Split out a dedicated lexing sectionUpdates
tokio-tungstenite
from 0.24.0 to 0.26.2Changelog
Sourced from tokio-tungstenite's changelog.
Commits
a8d9f19
Bump versionaafb2f9
Bump version0eefa27
Bump version2d23077
Update to newtungstenite
and bump version015e00d
Add a note regardingrustls
panic to the READMEUpdates
data-encoding
from 2.8.0 to 2.9.0Commits
4fce77c
Release 2.9.0 (#138)d816163
Add encode_mut_str to guarantee UTF-8 for safe callers (#137)ec53217
Update doc badge in README.md (#135)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