Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 22, 2025

Bumps the all group with 8 updates in the / directory:

Package From To
clap 4.5.51 4.5.53
console 0.16.1 0.16.2
gitlab 0.1805.0 0.1806.0
octocrab 0.47.1 0.49.2
open 5.3.2 5.3.3
reqwest 0.12.24 0.12.26
termion 4.0.5 4.0.6
toml 0.9.8 0.9.10+spec-1.1.0

Updates clap from 4.5.51 to 4.5.53

Release notes

Sourced from clap's releases.

v4.5.53

[4.5.53] - 2025-11-19

Features

  • Add default_values_if, default_values_ifs

v4.5.52

[4.5.52] - 2025-11-17

Fixes

  • Don't panic when args_conflicts_with_subcommands conflicts with an ArgGroup
Changelog

Sourced from clap's changelog.

[4.5.53] - 2025-11-19

Features

  • Add default_values_if, default_values_ifs

[4.5.52] - 2025-11-17

Fixes

  • Don't panic when args_conflicts_with_subcommands conflicts with an ArgGroup
Commits
  • 3716f9f chore: Release
  • 613b69a docs: Update changelog
  • d117f7a Merge pull request #6028 from epage/arg
  • cb8255d feat(builder): Allow quoted id's for arg macro
  • 1036060 Merge pull request #6025 from AldaronLau/typos-in-faq
  • 2fcafc0 docs: Fix minor grammar issues in FAQ
  • a380b65 Merge pull request #6023 from epage/template
  • 4d7ab14 chore: Update from _rust/main template
  • b8a7ea4 chore(deps): Update Rust Stable to v1.87 (#18)
  • f9842b3 chore: Avoid MSRV problems out of the box
  • Additional commits viewable in compare view

Updates console from 0.16.1 to 0.16.2

Release notes

Sourced from console's releases.

0.16.2

What's Changed

Commits

Updates gitlab from 0.1805.0 to 0.1806.0

Updates octocrab from 0.47.1 to 0.49.2

Release notes

Sourced from octocrab's releases.

v0.49.2

Added

  • Add body_text and body_html to Comment model (#832)

v0.49.1

Added

  • provide expiration-aware installation token APIs (#837)

Fixed

  • Send body for retried requests (#842)

v0.49.0

Fixed

  • [breaking] add a cfg to make the crypto backend for jwt configurable (#834)
  • incorrect path for followers and followees (#829)

Other

  • fix various warnings in CI and deny warnings being reintroduced (#839)
  • [breaking] mark more structs as #[non_exhaustive] (#840)
  • Partial implementation of Organization CoPilot APIs (#747)
  • [codes-of-conduct] #527 (#833)

v0.48.1

Fixed

  • (build) don't fetch dependencies (#828)

v0.48.0

Added

  • fetch contributor repository permission (#825)
  • [breaking] Use Option<AuthorAssociation> over String in Issue struct (#822)

Other

  • add missing issue event types (#821)
  • Remove fields deleted in October 2025 API changes (#826)
  • Bump jsonwebtoken to v10 (#814)
  • Feature/set http headers #808 (#819)
Changelog

Sourced from octocrab's changelog.

0.49.2 - 2025-12-20

Added

  • Add body_text and body_html to Comment model (#832)

0.49.1 - 2025-12-20

Added

  • provide expiration-aware installation token APIs (#837)

Fixed

  • Send body for retried requests (#842)

0.49.0 - 2025-12-19

Fixed

  • [breaking] add a cfg to make the crypto backend for jwt configurable (#834)
  • incorrect path for followers and followees (#829)

Other

  • fix various warnings in CI and deny warnings being reintroduced (#839)
  • [breaking] mark more structs as #[non_exhaustive] (#840)
  • Partial implementation of Organization CoPilot APIs (#747)
  • [codes-of-conduct] #527 (#833)

0.48.1 - 2025-12-02

Fixed

  • (build) don't fetch dependencies (#828)

0.48.0 - 2025-11-18

Added

  • fetch contributor repository permission (#825)
  • [breaking] Use Option<AuthorAssociation> over String in Issue struct (#822)

Other

  • add missing issue event types (#821)
  • Remove fields deleted in October 2025 API changes (#826)
  • Bump jsonwebtoken to v10 (#814)
  • Feature/set http headers #808 (#819)
Commits
  • 927105d chore: release v0.49.2 (#843)
  • 90f9139 feat: Add body_text and body_html to Comment model (#832)
  • 4fce8e0 chore: release v0.49.1 (#841)
  • 5ce8559 fix: Send body for retried requests (#842)
  • c8b8228 feat: provide expiration-aware installation token APIs (#837)
  • c554baa chore: release v0.49.0 (#838)
  • 3d8d846 fix!: add a cfg to make the crypto backend for jwt configurable (#834)
  • 8e4624a chore: fix various warnings in CI and deny warnings being reintroduced (#839)
  • 60878be chore!: mark more structs as #[non_exhaustive] (#840)
  • 2c49ae4 Partial implementation of Organization CoPilot APIs (#747)
  • Additional commits viewable in compare view

Updates open from 5.3.2 to 5.3.3

Release notes

Sourced from open's releases.

v5.3.3

Documentation

  • point to webbrowser crate for users that seek this specific functionality.

Bug Fixes

  • pass canonicalized path to ILCreateFromPathW

Other

  • remove whitespace.

Commit Statistics

  • 8 commits contributed to the release.
  • 316 days passed between releases.
  • 3 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

  • Uncategorized
    • Merge pull request #116 from Legend-Master/canonicalize-ILCreateFromPathW (a1ca334)
    • Fix CI by using a more recent Windows image (c84cade)
    • Pass canonicalized path to ILCreateFromPathW (abcd0f4)
    • Merge pull request #111 from bjones1/docs (335146b)
    • Remove whitespace. (314d80a)
    • Point to webbrowser crate for users that seek this specific functionality. (07b246c)
    • Merge pull request #110 from bjones1/codespaces (1c4a952)
    • Add Codespaces setup. (43b6a2d)
Changelog

Sourced from open's changelog.

5.3.3 (2025-11-17)

Documentation

  • point to webbrowser crate for users that seek this specific functionality.

Bug Fixes

  • pass canonicalized path to ILCreateFromPathW

Other

  • remove whitespace.

Commit Statistics

  • 8 commits contributed to the release.
  • 316 days passed between releases.
  • 3 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

  • Uncategorized
    • Merge pull request #116 from Legend-Master/canonicalize-ILCreateFromPathW (a1ca334)
    • Fix CI by using a more recent Windows image (c84cade)
    • Pass canonicalized path to ILCreateFromPathW (abcd0f4)
    • Merge pull request #111 from bjones1/docs (335146b)
    • Remove whitespace. (314d80a)
    • Point to webbrowser crate for users that seek this specific functionality. (07b246c)
    • Merge pull request #110 from bjones1/codespaces (1c4a952)
    • Add Codespaces setup. (43b6a2d)
Commits
  • ab1b306 Release open v5.3.3
  • a1ca334 Merge pull request #116 from Legend-Master/canonicalize-ILCreateFromPathW
  • c84cade Fix CI by using a more recent Windows image
  • abcd0f4 fix(windows): pass canonicalized path to ILCreateFromPathW
  • 335146b Merge pull request #111 from bjones1/docs
  • 314d80a clean: remove whitespace.
  • 07b246c docs: point to webbrowser crate for users that seek this specific functionality.
  • 1c4a952 Merge pull request #110 from bjones1/codespaces
  • 43b6a2d Add Codespaces setup.
  • See full diff in compare view

Updates reqwest from 0.12.24 to 0.12.26

Release notes

Sourced from reqwest's releases.

v0.12.26

tl;dr

  • Fix sending Accept-Encoding header only with values configured with reqwest, regardless of underlying tower-http config.

What's Changed

Full Changelog: seanmonstar/reqwest@v0.12.25...v0.12.26

v0.12.25

Highlights

  • Add Error::is_upgrade() to determine if the error was from an HTTP upgrade.
  • Fix sending Proxy-Authorization if only username is configured.
  • Fix sending Proxy-Authorization to HTTPS proxies when the target is HTTP.
  • Refactor internal decompression handling to use tower-http.

What's Changed

New Contributors

Full Changelog: seanmonstar/reqwest@v0.12.24...v0.12.25

Changelog

Sourced from reqwest's changelog.

v0.12.26

  • Fix sending Accept-Encoding header only with values configured with reqwest, regardless of underlying tower-http config.

v0.12.25

  • Add Error::is_upgrade() to determine if the error was from an HTTP upgrade.
  • Fix sending Proxy-Authorization if only username is configured.
  • Fix sending Proxy-Authorization to HTTPS proxies when the target is HTTP.
  • Refactor internal decompression handling to use tower-http.
Commits
  • 01f03a4 v0.12.26
  • e908f57 fix(http3): correct compression defaults (#2890)
  • 509c904 fix: disable default compression from tower-http if not enabled in reqwest (#...
  • 896aaea deps: update cookie_store to 0.22 (#2886)
  • f156a9f v0.12.25
  • fc1ff4f fix(proxy): forward Proxy-Authorization header to HTTPS proxies for HTTP targ...
  • b7c3712 Use decompression from tower-http (#2840)
  • 74e6f84 feat(error): add is_upgrade method to detect protocol upgrade errors (#2822)
  • c0c06b7 fix: send proxy-authorization even with empty password (#2868)
  • a2aa5a3 chore: minor improvement for docs (#2862)
  • Additional commits viewable in compare view

Updates termion from 4.0.5 to 4.0.6

Updates toml from 0.9.8 to 0.9.10+spec-1.1.0

Commits
  • e32c7a2 chore: Release
  • df1c328 docs: Update changelog
  • b826cf4 feat(edit)!: Allow set_position(None) (#1080)
  • 8043f20 feat(edit)!: Allow set_position(None)
  • a02c0db feat: Support TOML 1.1 (#1079)
  • 5cfb838 feat(edit): Support TOML 1.1
  • 1eb4d60 feat(toml): Support TOML 1.1
  • 695d788 feat(edit)!: Multi-line inline tables with trailing commas
  • cc4f7ac feat(toml): Multi-line inline tables with trailing commas
  • 539f8c1 feat(datetime): Make seconds optional
  • Additional commits viewable 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

Bumps the all group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.5.51` | `4.5.53` |
| [console](https://github.com/console-rs/console) | `0.16.1` | `0.16.2` |
| gitlab | `0.1805.0` | `0.1806.0` |
| [octocrab](https://github.com/XAMPPRocky/octocrab) | `0.47.1` | `0.49.2` |
| [open](https://github.com/Byron/open-rs) | `5.3.2` | `5.3.3` |
| [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.24` | `0.12.26` |
| termion | `4.0.5` | `4.0.6` |
| [toml](https://github.com/toml-rs/toml) | `0.9.8` | `0.9.10+spec-1.1.0` |



Updates `clap` from 4.5.51 to 4.5.53
- [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.51...clap_complete-v4.5.53)

Updates `console` from 0.16.1 to 0.16.2
- [Release notes](https://github.com/console-rs/console/releases)
- [Changelog](https://github.com/console-rs/console/blob/main/CHANGELOG.md)
- [Commits](console-rs/console@0.16.1...0.16.2)

Updates `gitlab` from 0.1805.0 to 0.1806.0

Updates `octocrab` from 0.47.1 to 0.49.2
- [Release notes](https://github.com/XAMPPRocky/octocrab/releases)
- [Changelog](https://github.com/XAMPPRocky/octocrab/blob/main/CHANGELOG.md)
- [Commits](XAMPPRocky/octocrab@v0.47.1...v0.49.2)

Updates `open` from 5.3.2 to 5.3.3
- [Release notes](https://github.com/Byron/open-rs/releases)
- [Changelog](https://github.com/Byron/open-rs/blob/main/changelog.md)
- [Commits](Byron/open-rs@v5.3.2...v5.3.3)

Updates `reqwest` from 0.12.24 to 0.12.26
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.12.24...v0.12.26)

Updates `termion` from 4.0.5 to 4.0.6

Updates `toml` from 0.9.8 to 0.9.10+spec-1.1.0
- [Commits](toml-rs/toml@toml-v0.9.8...toml-v0.9.10)

---
updated-dependencies:
- dependency-name: clap
  dependency-version: 4.5.53
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: console
  dependency-version: 0.16.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: gitlab
  dependency-version: 0.1806.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: octocrab
  dependency-version: 0.49.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: open
  dependency-version: 5.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: reqwest
  dependency-version: 0.12.26
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: termion
  dependency-version: 4.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: toml
  dependency-version: 0.9.10+spec-1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Dec 22, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 29, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Dec 29, 2025
@dependabot dependabot bot deleted the dependabot/cargo/all-55d6f14edf branch December 29, 2025 01:08
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.

1 participant