Skip to content

chore(deps): Bump the version-updates group with 8 updates #143

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

Open
wants to merge 1 commit into
base: unstable
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 14, 2025

Bumps the version-updates group with 8 updates:

Package From To
color-eyre 0.6.3 0.6.4
serde-xml-rs 0.6.0 0.8.0
clap 4.5.35 4.5.38
chrono 0.4.40 0.4.41
which 7.0.2 7.0.3
ureq 3.0.10 3.0.11
syn 2.0.100 2.0.101
proc-macro2 1.0.94 1.0.95

Updates color-eyre from 0.6.3 to 0.6.4

Commits
  • 97c8469 Undo eyre version bump
  • 067cf05 Bump color-eyre to 0.6.4 (#229)
  • 9943e52 Update PyO3, clippy fixes (#228)
  • a48e365 Bump color-eyre to 0.6.4
  • b14c715 Merge branch 'clippy' into pyo3
  • 4f70655 Update pyo3
  • 7b1a204 Clippy fixes
  • c4ee249 Bump color-eyre to 0.6.3, color-spantrace to 0.2.2 to publish owo-colors bump...
  • 7706273 emit rustc-check-cfg info and fix doc_lazy_continuation clippy warning (#200)
  • fc83cb8 chore(color-eyre): Set color-eyre dependency on eyre via path. (#197)
  • Additional commits viewable in compare view

Updates serde-xml-rs from 0.6.0 to 0.8.0

Release notes

Sourced from serde-xml-rs's releases.

0.8.0

✨ Features:

  • Namespace support for reading and writing
  • #text as well as #content
  • Log messages go from debug level to trace
  • Serialize options in attributes and plain text

📝 Improved documentation

🐛 Bug fixes:

  • Serializing sequences with attributes
  • ...

💥 Breaking changes:

  • $value replaced by #content and #text
  • Attributes must now be deserialized to fields named @..., mirroring what was introduced in the serializer.
  • Tuples become string only. This will be addressed in a future release
Commits

Updates clap from 4.5.35 to 4.5.38

Release notes

Sourced from clap's releases.

v4.5.38

[4.5.38] - 2025-05-11

Fixes

  • (help) When showing aliases, include leading -- or -

v4.5.37

[4.5.37] - 2025-04-18

Features

  • Added ArgMatches::try_clear_id()

v4.5.36

[4.5.36] - 2025-04-11

Fixes

  • (help) Revert 4.5.35's "Don't leave space for shorts if there are none" for now
Changelog

Sourced from clap's changelog.

[4.5.38] - 2025-05-11

Fixes

  • (help) When showing aliases, include leading -- or -

[4.5.37] - 2025-04-18

Features

  • Added ArgMatches::try_clear_id()

[4.5.36] - 2025-04-11

Fixes

  • (help) Revert 4.5.35's "Don't leave space for shorts if there are none" for now
Commits
  • 2920fb0 chore: Release
  • 8902627 docs: Update changelog
  • 79d696f Merge pull request #5813 from epage/ignore
  • 479df35 fix(parser): Fill in defaults on ignored error
  • a1d69ca refactor(parser): Split up parsing from post-processing
  • 6827841 test(parser): Show bad ignore_errors defaulting case
  • 76d0049 test(parser): Verify defaulting on errors
  • 3f5c05c test(parser): Ensure we are actually testing ignore_errors
  • ba4745d chore(ci): Fix use of permissions
  • 22944b4 chore(ci): Use matrix for tracking the runner
  • Additional commits viewable in compare view

Updates chrono from 0.4.40 to 0.4.41

Release notes

Sourced from chrono's releases.

v0.4.41

What's Changed

Commits
  • d1de1d9 Bump version to 0.4.41
  • e2bd1d1 Add support for lenient format strings (#1693)
  • 2c95b0a Tweak expression to avoid repetition
  • ebeef99 TimeZone::from_posix_tz: Treat empty TZ variable as UTC
  • dc068f0 Tweak style on NaiveWeek fixes
  • b267a4f Implemented consistent Hash and Eq trait for NaiveWeek
  • 7c0bd13 Apply suggestions from clippy 1.86
  • 104cdc7 Bump MSRV to 1.62
  • 6a85301 Upgrade to windows-bindgen 0.61
  • 265c79b Tweak WeekdaySet method order
  • Additional commits viewable in compare view

Updates which from 7.0.2 to 7.0.3

Release notes

Sourced from which's releases.

7.0.3

  • Update rustix to version 1.0. Congrats to rustix on this milestone, and thanks @​mhils for this contribution to which!
Changelog

Sourced from which's changelog.

7.0.3

  • Update rustix to version 1.0. Congrats to rustix on this milestone, and thanks @​mhils for this contribution to which!
Commits

Updates ureq from 3.0.10 to 3.0.11

Changelog

Sourced from ureq's changelog.

3.0.11

  • Fix CONNECT proxy bug (#1057)
  • Fix bug setting cookies in redirects (#1055)
  • Annotated example for making a Transport (#1054)
  • Feature for adding unencoded query parameters (#1039)
  • Fix bug in not encoding ' in query parameters (#1039)
  • Fix bug making timeout settings not working (#1051)
  • Big refactor of ureq-proto (#1042)
  • Extension trait for http::Request allowing agent config (#1011)
Commits
  • 9249cca 3.0.11
  • a69991c Update changelog
  • 9911b20 Fix CONNECT proxy
  • 50e8f97 Set later cookie expiry date in tests
  • 04959e0 Fix cookie in redirect (bump ureq-proto 0.4.1)
  • b72c68c Annotated example transport
  • 7c2f3bf Transport::await_input not check self.buffers().can_use_input()
  • 0fe7225 Update changelog
  • ef168a9 Improve query param encoding
  • 7855573 Fix bug in not checking correct timeout
  • Additional commits viewable in compare view

Updates syn from 2.0.100 to 2.0.101

Release notes

Sourced from syn's releases.

2.0.101

  • Improve TypeGenerics::as_turbofish to return longer-lived return value (#1861)
Commits
  • 58336a3 Release 2.0.101
  • f1612cc Merge pull request #1861 from JakobDegen/turbofish
  • d04eea1 Fix lifetime on as_turbofish
  • 432b303 Resolve renamed_and_removed_lints warning about match_on_vec_items
  • 1353d60 Update test suite to nightly-2025-04-08
  • 3980ff2 Improve wording of comment in advance_to implementation
  • 8328b52 Update test suite to nightly-2025-04-05
  • 1d2e2be Update test suite to nightly-2025-04-03
  • 2400946 Update test suite to nightly-2025-04-02
  • 114a629 Update test suite to nightly-2025-03-27
  • Additional commits viewable in compare view

Updates proc-macro2 from 1.0.94 to 1.0.95

Release notes

Sourced from proc-macro2's releases.

1.0.95

  • Update semver-exempt API under RUSTFLAGS=--cfg=procmacro2_semver_exempt to that of nightly-2025-04-16 (#497)
Commits
  • 24bbf16 Release 1.0.95
  • 835c5bd Merge pull request #497 from dtolnay/nosourcefile
  • 7bc363c Update semver-exempt API to nightly-2025-04-16
  • b867aa7 Merge pull request #496 from PaulGrandperrin/master
  • c605e8e Revert "Merge pull request #495 from dtolnay/fuzzlld"
  • 1993cd3 Merge pull request #495 from dtolnay/fuzzlld
  • cfdb567 Link to honggfuzz-rs issue
  • b09a5b0 Work around cargo-hfuzz nostart-stop-gc gold link failure
  • See full diff 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 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 14, 2025
@dependabot dependabot bot force-pushed the dependabot/cargo/unstable/version-updates-9fc9123ebf branch from 9972b13 to 163831f Compare May 14, 2025 15:42
@dependabot dependabot bot force-pushed the dependabot/cargo/unstable/version-updates-9fc9123ebf branch from 163831f to d54370b Compare May 14, 2025 15:44
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/[email protected])

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] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/unstable/version-updates-9fc9123ebf branch from d54370b to 1690b0c Compare May 14, 2025 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants