chore(deps): Bump the version-updates group with 8 updates#143
Closed
dependabot[bot] wants to merge 4 commits intounstablefrom
Closed
chore(deps): Bump the version-updates group with 8 updates#143dependabot[bot] wants to merge 4 commits intounstablefrom
dependabot[bot] wants to merge 4 commits intounstablefrom
Conversation
9972b13 to
163831f
Compare
d54370b to
1690b0c
Compare
Once again, in trying to release the new version of `patch-hub`, I stumbled upon an error in the CI, this time, with `cargo dist` [1]. As mentioned in this issue [2], `cargo dist` deprecated support to the Ubuntu 20.04 runner, which is the one used in the workflow. I have been attempting to install other versions of `cargo dist`, but it seems that there is an upstream compilation error. Besides, its own online book [3] seems offline for the last days. Due to this, disable CI job for releasing `patch-hub` using `cargo dist`. This doesn't removes the job, just makes it not run at all. The plan in-house a CI job for the release in the future. [1]: https://github.com/kworkflow/patch-hub/actions/runs/15024335425 [2]: actions/runner-images#11101 [3]: https://opensource.axo.dev/cargo-dist/book Signed-off-by: David Tadokoro <davidbtadokoro@usp.br>
Add release notes for the version 0.1.6 of `patch-hub`. Signed-off-by: David Tadokoro <davidbtadokoro@usp.br>
Add tag `v0.1.6` that represents the release of `patch-hub` version 0.1.6. Signed-off-by: David Tadokoro <davidbtadokoro@usp.br>
Bumps the version-updates group with 8 updates: | Package | From | To | | --- | --- | --- | | [color-eyre](https://github.com/eyre-rs/eyre) | `0.6.3` | `0.6.4` | | [serde-xml-rs](https://github.com/RReverser/serde-xml-rs) | `0.6.0` | `0.8.0` | | [clap](https://github.com/clap-rs/clap) | `4.5.35` | `4.5.38` | | [chrono](https://github.com/chronotope/chrono) | `0.4.40` | `0.4.41` | | [which](https://github.com/harryfei/which-rs) | `7.0.2` | `7.0.3` | | [ureq](https://github.com/algesten/ureq) | `3.0.10` | `3.0.11` | | [syn](https://github.com/dtolnay/syn) | `2.0.100` | `2.0.101` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.94` | `1.0.95` | Updates `color-eyre` from 0.6.3 to 0.6.4 - [Commits](https://github.com/eyre-rs/eyre/compare/color-eyre-v0.6.3...color-eyre@0.6.4) Updates `serde-xml-rs` from 0.6.0 to 0.8.0 - [Release notes](https://github.com/RReverser/serde-xml-rs/releases) - [Commits](RReverser/serde-xml-rs@0.6.0...0.8.0) Updates `clap` from 4.5.35 to 4.5.38 - [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.35...clap_complete-v4.5.38) 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 `which` from 7.0.2 to 7.0.3 - [Release notes](https://github.com/harryfei/which-rs/releases) - [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md) - [Commits](harryfei/which-rs@7.0.2...7.0.3) Updates `ureq` from 3.0.10 to 3.0.11 - [Changelog](https://github.com/algesten/ureq/blob/main/CHANGELOG.md) - [Commits](algesten/ureq@3.0.10...3.0.11) 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 `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) --- updated-dependencies: - dependency-name: color-eyre dependency-version: 0.6.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: version-updates - dependency-name: serde-xml-rs dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: version-updates - dependency-name: clap dependency-version: 4.5.38 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: version-updates - dependency-name: chrono dependency-version: 0.4.41 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: version-updates - dependency-name: which dependency-version: 7.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: version-updates - dependency-name: ureq dependency-version: 3.0.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: version-updates - dependency-name: syn dependency-version: 2.0.101 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: version-updates - dependency-name: proc-macro2 dependency-version: 1.0.95 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: version-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1690b0c to
763c1f7
Compare
167d77b to
deba389
Compare
Collaborator
|
Merged! Thanks dependabot 👍 |
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
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.
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps the version-updates group with 8 updates:
0.6.30.6.40.6.00.8.04.5.354.5.380.4.400.4.417.0.27.0.33.0.103.0.112.0.1002.0.1011.0.941.0.95Updates
color-eyrefrom 0.6.3 to 0.6.4Commits
97c8469Undo eyre version bump067cf05Bump color-eyre to 0.6.4 (#229)9943e52Update PyO3, clippy fixes (#228)a48e365Bump color-eyre to 0.6.4b14c715Merge branch 'clippy' into pyo34f70655Update pyo37b1a204Clippy fixesc4ee249Bump color-eyre to 0.6.3, color-spantrace to 0.2.2 to publish owo-colors bump...7706273emit rustc-check-cfg info and fix doc_lazy_continuation clippy warning (#200)fc83cb8chore(color-eyre): Set color-eyre dependency on eyre via path. (#197)Updates
serde-xml-rsfrom 0.6.0 to 0.8.0Release notes
Sourced from serde-xml-rs's releases.
Commits
525a952💥 Namespaces and other niceties (#228)c0f2c07🔖 Version 0.7.15eb0e42Defer document declaration generation to xml-rs crate (#231)b1e2aaa🔖 Version 0.7.084b964f🎨 Clippy suggestions (#226)17380a7✅ add testing of snippets in README (#224)5b99a7fFix README example (#212)45ac5f8✨ Allow passing custom XML emitter (#222)42538f0🐛 Fix tests due to xml_rs updates (#223)Updates
clapfrom 4.5.35 to 4.5.38Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
2920fb0chore: Release8902627docs: Update changelog79d696fMerge pull request #5813 from epage/ignore479df35fix(parser): Fill in defaults on ignored errora1d69carefactor(parser): Split up parsing from post-processing6827841test(parser): Show bad ignore_errors defaulting case76d0049test(parser): Verify defaulting on errors3f5c05ctest(parser): Ensure we are actually testing ignore_errorsba4745dchore(ci): Fix use of permissions22944b4chore(ci): Use matrix for tracking the runnerUpdates
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
whichfrom 7.0.2 to 7.0.3Release notes
Sourced from which's releases.
Changelog
Sourced from which's changelog.
Commits
1d145derelease version 7.0.3f5e5292fix unrelated lint error4dcefa6bump rustixUpdates
ureqfrom 3.0.10 to 3.0.11Changelog
Sourced from ureq's changelog.
Commits
9249cca3.0.11a69991cUpdate changelog9911b20Fix CONNECT proxy50e8f97Set later cookie expiry date in tests04959e0Fix cookie in redirect (bump ureq-proto 0.4.1)b72c68cAnnotated example transport7c2f3bfTransport::await_input not check self.buffers().can_use_input()0fe7225Update changelogef168a9Improve query param encoding7855573Fix bug in not checking correct timeoutUpdates
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
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 failureDependabot 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