Bump the minor group across 1 directory with 17 updates#6622
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
Bump the minor group across 1 directory with 17 updates#6622dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Contributor
Author
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. |
f5bb83b to
629c94a
Compare
629c94a to
c08d6cb
Compare
Bumps the minor group with 17 updates in the /rust directory: | Package | From | To | | --- | --- | --- | | [clap](https://github.com/clap-rs/clap) | `4.5.36` | `4.5.37` | | [miette](https://github.com/zkat/miette) | `7.5.0` | `7.6.0` | | [pyo3](https://github.com/pyo3/pyo3) | `0.24.1` | `0.24.2` | | [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` | | [syn](https://github.com/dtolnay/syn) | `2.0.100` | `2.0.101` | | [chrono](https://github.com/chronotope/chrono) | `0.4.40` | `0.4.41` | | [itertools](https://github.com/rust-itertools/itertools) | `0.13.0` | `0.14.0` | | [sha2](https://github.com/RustCrypto/hashes) | `0.10.8` | `0.10.9` | | [tabled](https://github.com/zhiburt/tabled) | `0.18.0` | `0.19.0` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.19.0` | `3.19.1` | | [toml](https://github.com/toml-rs/toml) | `0.8.20` | `0.8.22` | | [tynm](https://github.com/azriel91/tynm) | `0.1.10` | `0.2.0` | | [winnow](https://github.com/winnow-rs/winnow) | `0.6.24` | `0.7.7` | | [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) | `0.24.0` | `0.26.2` | | [insta](https://github.com/mitsuhiko/insta) | `1.42.2` | `1.43.1` | | [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 `miette` from 7.5.0 to 7.6.0 - [Release notes](https://github.com/zkat/miette/releases) - [Changelog](https://github.com/zkat/miette/blob/main/CHANGELOG.md) - [Commits](https://github.com/zkat/miette/commits/miette-derive-v7.6.0) Updates `pyo3` from 0.24.1 to 0.24.2 - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.24.1...v0.24.2) 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 `syn` from 2.0.100 to 2.0.101 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.100...2.0.101) Updates `chrono` from 0.4.40 to 0.4.41 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.40...v0.4.41) 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 `sha2` from 0.10.8 to 0.10.9 - [Commits](RustCrypto/hashes@sha2-v0.10.8...sha2-v0.10.9) Updates `tabled` from 0.18.0 to 0.19.0 - [Changelog](https://github.com/zhiburt/tabled/blob/master/CHANGELOG.md) - [Commits](https://github.com/zhiburt/tabled/commits) Updates `tempfile` from 3.19.0 to 3.19.1 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.19.0...v3.19.1) Updates `toml` from 0.8.20 to 0.8.22 - [Commits](toml-rs/toml@toml-v0.8.20...toml-v0.8.22) 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.7 - [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md) - [Commits](winnow-rs/winnow@v0.6.24...v0.7.7) 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 `insta` from 1.42.2 to 1.43.1 - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](mitsuhiko/insta@1.42.2...1.43.1) 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: miette dependency-version: 7.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: pyo3 dependency-version: 0.24.2 dependency-type: direct:production update-type: version-update:semver-patch 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: syn dependency-version: 2.0.101 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: chrono dependency-version: 0.4.41 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: sha2 dependency-version: 0.10.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: tabled dependency-version: 0.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: tempfile dependency-version: 3.19.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: toml dependency-version: 0.8.22 dependency-type: direct:production update-type: version-update:semver-patch 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.7 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: insta dependency-version: 1.43.1 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] <support@github.com>
c08d6cb to
43a1ff9
Compare
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
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 group with 17 updates in the /rust directory:
4.5.364.5.377.5.07.6.00.24.10.24.22.4.22.6.11.0.941.0.952.0.1002.0.1010.4.400.4.410.13.00.14.00.10.80.10.90.18.00.19.03.19.03.19.10.8.200.8.220.1.100.2.00.6.240.7.70.24.00.26.21.42.21.43.12.8.02.9.0Updates
clapfrom 4.5.36 to 4.5.37Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
c54ffa1chore: Release26eab7bdocs: Update changelogf275804Merge pull request #5805 from epage/style7c7742cfix(complete): Adjust dynamic for MSRVf1ae3c0style: Make clippy happy5c932b7chore(deps): Update Rust crate divan to v0.1.15 (#5798)bc0537fchore(deps): Update compatible (dev) (#5797)Updates
miettefrom 7.5.0 to 7.6.0Changelog
Sourced from miette's changelog.
Commits
Updates
pyo3from 0.24.1 to 0.24.2Release notes
Sourced from pyo3's releases.
Changelog
Sourced from pyo3's changelog.
Commits
3e6bdcerelease: 0.24.2bc26a06Unraw complex struct enum field python names (#5050)345735bdocs: Update building-and-distribution.md (#5060)5d852d9ci: release cargo crate from git tag (#5027)4197614ci: do not require changelog for ci (#5058)e876f17silenceffi-checkfor private_PyCoLineInstrumentationDataon 3.13 (#5063)a177916ci: change default Python version to 3.13 (#5048)81008e1fix clippy lint on 1.87 beta4732b60docs: add blake3-py to Examples in README.md (#5028)7b64fa1Makes Clippy beta happy (#5032)Updates
zipfrom 2.4.2 to 2.6.1Release notes
Sourced from zip's releases.
Changelog
Sourced from zip's changelog.
Commits
1d42731chore: release v2.6.1 (#334)f4d71a4fix: avoid scanning through all local file headers while opening an archive (...84e19f2doc: Comment about where to update MSRV and where to find the policy081443dchore: Update crate version to trigger relelase-plze4e7010doc: Update 6-month MSRV policy, since Rust now releases minor versions more ...f24ffa9fix handling decryption with msdos date of 0 (#327)81ac002First pass (#331)77cde6achore: release v2.5.0 (#325)7613e6bfeat: Add support fortime::PrimitiveDateTime(#322)a7b80cfdeps: remove thiserror and displaydoc dependencies (#324)Updates
proc-macro2from 1.0.94 to 1.0.95Release notes
Sourced from proc-macro2's releases.
Commits
24bbf16Release 1.0.95835c5bdMerge pull request #497 from dtolnay/nosourcefile7bc363cUpdate semver-exempt API to nightly-2025-04-16b867aa7Merge pull request #496 from PaulGrandperrin/masterc605e8eRevert "Merge pull request #495 from dtolnay/fuzzlld"1993cd3Merge pull request #495 from dtolnay/fuzzlldcfdb567Link to honggfuzz-rs issueb09a5b0Work around cargo-hfuzz nostart-stop-gc gold link failureUpdates
synfrom 2.0.100 to 2.0.101Release notes
Sourced from syn's releases.
Commits
58336a3Release 2.0.101f1612ccMerge pull request #1861 from JakobDegen/turbofishd04eea1Fix lifetime onas_turbofish432b303Resolve renamed_and_removed_lints warning about match_on_vec_items1353d60Update test suite to nightly-2025-04-083980ff2Improve wording of comment in advance_to implementation8328b52Update test suite to nightly-2025-04-051d2e2beUpdate test suite to nightly-2025-04-032400946Update test suite to nightly-2025-04-02114a629Update test suite to nightly-2025-03-27Updates
chronofrom 0.4.40 to 0.4.41Release notes
Sourced from chrono's releases.
Commits
d1de1d9Bump version to 0.4.41e2bd1d1Add support for lenient format strings (#1693)2c95b0aTweak expression to avoid repetitionebeef99TimeZone::from_posix_tz: Treat empty TZ variable as UTCdc068f0Tweak style on NaiveWeek fixesb267a4fImplemented consistent Hash and Eq trait for NaiveWeek7c0bd13Apply suggestions from clippy 1.86104cdc7Bump MSRV to 1.626a85301Upgrade to windows-bindgen 0.61265c79bTweak WeekdaySet method orderUpdates
itertoolsfrom 0.13.0 to 0.14.0Changelog
Sourced from itertools's changelog.
Commits
a015a68Addnext_arrayandcollect_arraya1213e1Prepare v0.14.0 releaseff0c942fix clippy lintsf80883bFix into_group_map_by documentation errorsb793238Add track_caller for asser_equal5d4056bdefault_featuresis deprecated - switch it todefault-featuresa447b68doc for added traitd0479b0"nitpicks"35c78ceIndexMut -> BorrowMut<slice>deb53barefactored to share codeUpdates
sha2from 0.10.8 to 0.10.9Commits
82c36a4sha2: add soft-compact backend (backport of #686) (#687)c1e85aeci: remove pre-1.56 jobs and other fixes (#688)a667dd9skein: fix implementation for output sizes not multiple of 8 (#682)62b6ff1Fix blake2 and ascon-hash CI (#521)f3b657cExpose belt_compress to public (#520)9f66cb8md4: Optimize compress to improve hash performance (#519)70a2b62Add simpler code snippet to the documentation (#515)e3ab257Update Cargo.lockc640781ascon-hash: Add Zeroize feature (#480)cfda39fUpdate Cargo.lockUpdates
tabledfrom 0.18.0 to 0.19.0Changelog
Sourced from tabled's changelog.
Commits
Updates
tempfilefrom 3.19.0 to 3.19.1Changelog
Sourced from tempfile's changelog.
Commits
95540edchore: release v3.19.1b60aae4fix(windows): don't automatically delete files on open (#344)167f544ci(cargo-deny): remove windows-sys exception (#343)Updates
tomlfrom 0.8.20 to 0.8.22Commits
6922da3chore: Releasefbf0a92docs: Update changelog83588b3Merge pull request #878 from epage/w1eeb885cfix(serde): Skip fields with newtypes wrapping None3c305c7test(serde): Show NewType(None) behavior7bd5eaftest(serde): Group None tests388cfa3chore(deps): Update toml-test (#877)a025b84refactor(edit): Change ser none tracking to mut field54666addocs(write): Add guidance13cf518refactor(edit): Bypass a layer of abstraction in serUpdates
tynmfrom 0.1.10 to 0.2.0Changelog
Sourced from tynm's changelog.
Commits
1367cfdMerge pull request #18 from azriel91/maintenance/update-to-edition-2024f83ec51Update crate version to0.2.0.e73af60Update github actions' versions.1e4cb66Update rust edition to 2024.821b563UpdateCHANGELOG.md.f274c9cUpdate dependency versions.9a1e947Merge pull request #17 from azriel91/maintenance/update-dependenciesea7df6eAddress clippy lints.7b14abcRuncargo fmt --all.879b51fUpdaterustfmt.toml.Updates
winnowfrom 0.6.24 to 0.7.7Changelog
Sourced from winnow's changelog.
... (truncated)
Commits
bb0cea3chore: Releasec887eeedocs: Update changelog296323dMerge pull request #774 from tianyuanhao/inner-most491ebfcfix(stream): Make raw() inner-most3752dafMerge pull request #767 from dqkqd/fix-ndjson-link358080ddocs(topic): Fixed link ndjson2566343Merge pull request #766 from epage/clippy886a29dstyle: Help catch 'alloc' mistakes03e4fc3style: Make clippy happy1c31fdechore: ReleaseUpdates
tokio-tungstenitefrom 0.24.0 to 0.26.2Changelog
Sourced from tokio-tungstenite's changelog.
Commits
a8d9f19Bump versionaafb2f9Bump version0eefa27Bump version2d23077Update to newtungsteniteand bump version015e00dAdd a note regardingrustlspanic to the READMEUpdates
instafrom 1.42.2 to 1.43.1Release notes
Sourced from insta's releases.
Changelog
Sourced from insta's changelog.
Commits
82c6224Update runners fordiston musl (#769)c055282Bump versions to 1.43.1 (#767)7335b55Update runners fordist(#768)34196dabump version to 1.43.0 (#763)fd8ec9ffix--unreferenced=autoclearing new pending snapshots (#762)f781958Rename process_snapshots function to review_snapshots for clarity (#761)93b12c6Add pre-commit hook for Rust code formatting (#760)e91a7acfixunreferencednot being read from config file (#759)7aa23e0small simplification of macros (#758)2c30a7fRun with--force-update-snapshots(#749)Updates
data-encodingfrom 2.8.0 to 2.9.0Commits
4fce77cRelease 2.9.0 (#138)d816163Add encode_mut_str to guarantee UTF-8 for safe callers (#137)ec53217Update 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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