Skip to content

chore: bump the cargo-minor-patch group across 1 directory with 6 updates - #1972

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/cargo-minor-patch-e98ac7f827
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/cargo-minor-patch-e98ac7f827

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 18, 2026

Copy link
Copy Markdown
Contributor

Bumps the cargo-minor-patch group with 6 updates in the / directory:

Package From To
rustls 0.23.44 0.23.45
octocrab 0.54.1 0.54.2
clap 4.6.6 4.6.7
uuid 1.26.0 1.26.1
toml 1.1.5+spec-1.1.0 1.1.6+spec-1.1.0
toml_edit 0.25.13+spec-1.1.0 0.25.15+spec-1.1.0

Updates rustls from 0.23.44 to 0.23.45

Commits
  • 2976d90 Prepare 0.23.45
  • f9d4ee9 Handshake "alignment" check covers previously-received messages
  • c4e92e8 Keep data needed for HRR processing together
  • e553a7a server: TLS1.2 is not available after a HRR
  • 5dff9da Test whether server negotiates TLS1.2 after HRR
  • 185a063 reject a second ClientHello that changes the cipher suite
  • 9fafe6d reject a second ClientHello that drops pre_shared_key
  • 1b42c5f providers: zeroize private key DER
  • See full diff in compare view

Updates octocrab from 0.54.1 to 0.54.2

Release notes

Sourced from octocrab's releases.

v0.54.2

Added

  • added missing repos functionality #542 (#950)
  • added reqwest feature to use reqwest client

Changed

  • changed doctests to not create default octocrab instance (#962)

Other

  • added updating gist with multiple files at once #692 (#970)
  • added migrations tag handlers #540 (#969)
  • Added git db api tag handlers #536 (#968)
  • added apps tag handlers #533 (#967)
  • added billing tag handlers #530 (#966)
  • added copilot tag handlers #525 (#965)
  • added dependabot tag handlers #523 (#964)
  • added dependency graph tag handlers #522 (#963)
  • added 'codespaces' tag handlers #528 (#961)
  • added 'actions' tag handlers #531 (#960)
  • added packages tag functionality #544 (#959)
  • added search tag functionality #548 (#958)
  • activity tag handler #532 (#957)
  • issues tag handler for #538 (#956)
  • added reactions tag handlers #547 (#955)
  • added and reorganized 'orgs' handlers for #539 (#954)
  • Bugfix/release plz (#953)
  • Disabled semver_check because cargo-semver-checks enables all features (#952)
  • 'repos' functionality for #542 (#951)
  • added missing code-scanning functionality #526 (#949)
  • added missing and fixed existing secret-scanning functions #549 (#948)
  • added secutiry advisories for #550 (#947)
  • added missing [users] tag functions (#946)
  • list any user gpg keys #552 (#945)
  • added meta info #543 (#943)
  • Feature/org teams #551 (#942)
  • /user/teams for #551 (#941)
  • solves #535 (gist comments) (#940)
Changelog

Sourced from octocrab's changelog.

0.54.2 - 2026-09-14

Added

  • added missing repos functionality #542 (#950)
  • added reqwest feature to use reqwest client

Changed

  • changed doctests to not create default octocrab instance (#962)

Other

  • added updating gist with multiple files at once #692 (#970)
  • added migrations tag handlers #540 (#969)
  • Added git db api tag handlers #536 (#968)
  • added apps tag handlers #533 (#967)
  • added billing tag handlers #530 (#966)
  • added copilot tag handlers #525 (#965)
  • added dependabot tag handlers #523 (#964)
  • added dependency graph tag handlers #522 (#963)
  • added 'codespaces' tag handlers #528 (#961)
  • added 'actions' tag handlers #531 (#960)
  • added packages tag functionality #544 (#959)
  • added search tag functionality #548 (#958)
  • activity tag handler #532 (#957)
  • issues tag handler for #538 (#956)
  • added reactions tag handlers #547 (#955)
  • added and reorganized 'orgs' handlers for #539 (#954)
  • Bugfix/release plz (#953)
  • Disabled semver_check because cargo-semver-checks enables all features (#952)
  • 'repos' functionality for #542 (#951)
  • added missing code-scanning functionality #526 (#949)
  • added missing and fixed existing secret-scanning functions #549 (#948)
  • added secutiry advisories for #550 (#947)
  • added missing [users] tag functions (#946)
  • list any user gpg keys #552 (#945)
  • added meta info #543 (#943)
  • Feature/org teams #551 (#942)
  • /user/teams for #551 (#941)
  • solves #535 (gist comments) (#940)
Commits

Updates clap from 4.6.6 to 4.6.7

Release notes

Sourced from clap's releases.

v4.6.7

[4.6.7] - 2026-09-14

Features

  • (derive) Add #[command(defer = <bool>)] attribute to opt-in to lazy initialisation of subcommands
Changelog

Sourced from clap's changelog.

[4.6.7] - 2026-09-14

Features

  • (derive) Add #[command(defer = <bool>)] attribute to opt-in to lazy initialisation of subcommands
Commits
  • d3e59a9 chore: Release
  • d997f87 docs: Update changelog
  • fb6058c Merge pull request #6409 from heaths/pwsh-support
  • 2310870 test(complete): Add tests for completer_for_path
  • 5967c17 refactor(complete): Move shell detection to Shells
  • 594602b fix(complete): Detect pwsh for PowerShell
  • 3a4f2d0 Merge pull request #6427 from clap-rs/renovate/shlex-2.x
  • 67ebaed Merge pull request #6426 from clap-rs/renovate/actions-checkout-7.x
  • c968b13 chore(deps): Update Rust crate shlex to v2
  • 8f247cb chore(deps): Update actions/checkout action to v7
  • Additional commits viewable in compare view

Updates uuid from 1.26.0 to 1.26.1

Release notes

Sourced from uuid's releases.

v1.26.1

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.26.0...v1.26.1

Commits
  • 9f92712 Merge pull request #910 from uuid-rs/cargo/v1.26.1
  • d4df8f0 prepare for 1.26.1 release
  • 5613f23 Merge pull request #909 from uuid-rs/fix/ts-conversion-overflow
  • fda00eb don't panic in overflowing Timestamp to SystemTime conversion
  • c82e88c Merge pull request #907 from lenamonj/v7-counter-placement
  • ac065a6 Align the counter diagram
  • 34ec102 Seat the v7 counter below the version nibble
  • See full diff in compare view

Updates toml from 1.1.5+spec-1.1.0 to 1.1.6+spec-1.1.0

Commits
  • 572c005 chore: Release
  • 66d0c53 docs: Update changelog
  • 07af4e7 perf: Reduce allocations in toml_edit parsing and dumping (#1215)
  • 0ff90db perf(display): Write encoded strings directly
  • efb2536 perf(display): Move generated representation strings
  • 075c444 refactor(display): Consolidate key-path encoding
  • b48f338 perf(display): Borrow table keys during document output
  • c6c1de3 perf(parser): Move completed table header keys
  • ec90463 perf(parser): Borrow input when creating editable documents
  • d76a48a test: Benchmark rendering generated keys and values
  • Additional commits viewable in compare view

Updates toml_edit from 0.25.13+spec-1.1.0 to 0.25.15+spec-1.1.0

Commits
  • 8e1d5a8 chore: Release
  • 6098580 docs: Update changelog
  • 27e33c7 perf: reduce allocations dumping array-heavy documents (#1216)
  • e92e2a3 perf: Avoid boxed iterators in document output
  • ee351e7 test: Benchmark rendering many arrays
  • 572c005 chore: Release
  • 66d0c53 docs: Update changelog
  • 07af4e7 perf: Reduce allocations in toml_edit parsing and dumping (#1215)
  • 0ff90db perf(display): Write encoded strings directly
  • efb2536 perf(display): Move generated representation strings
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Sep 18, 2026
@augmentcode

augmentcode Bot commented Sep 18, 2026

Copy link
Copy Markdown
🤖 Augment PR Summary

Summary: This Dependabot PR refreshes the Cargo dependency resolution.

Changes:

  • Updates the lockfile resolution for six patch-level dependencies.
  • Includes rustls, octocrab, clap, uuid, toml, and toml_edit.
  • Leaves workspace manifests and application source unchanged.
  • Adopts upstream fixes and enhancements within the existing compatible version ranges.

Technical Notes: The update is lockfile-only; declared dependency constraints continue to select compatible releases.

🤖 Was this summary useful? React with 👍 or 👎

@augmentcode augmentcode Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review completed. No suggestions at this time.

Comment augment review to trigger a new review at any time.

@augmentcode augmentcode Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deep Code Review Agent🐛

Review completed with 0 suggestions.

Reviewed commit: 71aa3a7

@dependabot
dependabot Bot force-pushed the dependabot/cargo/cargo-minor-patch-e98ac7f827 branch 11 times, most recently from 425803b to 27c0725 Compare September 19, 2026 10:22
…ates

Bumps the cargo-minor-patch group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [rustls](https://github.com/rustls/rustls) | `0.23.44` | `0.23.45` |
| [octocrab](https://github.com/XAMPPRocky/octocrab) | `0.54.1` | `0.54.2` |
| [clap](https://github.com/clap-rs/clap) | `4.6.6` | `4.6.7` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.26.0` | `1.26.1` |
| [toml](https://github.com/toml-rs/toml) | `1.1.5+spec-1.1.0` | `1.1.6+spec-1.1.0` |
| [toml_edit](https://github.com/toml-rs/toml) | `0.25.13+spec-1.1.0` | `0.25.15+spec-1.1.0` |



Updates `rustls` from 0.23.44 to 0.23.45
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](rustls/rustls@v/0.23.44...v/0.23.45)

Updates `octocrab` from 0.54.1 to 0.54.2
- [Release notes](https://github.com/XAMPPRocky/octocrab/releases)
- [Changelog](https://github.com/XAMPPRocky/octocrab/blob/main/CHANGELOG.md)
- [Commits](XAMPPRocky/octocrab@v0.54.1...v0.54.2)

Updates `clap` from 4.6.6 to 4.6.7
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/main/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.6.6...clap_complete-v4.6.7)

Updates `uuid` from 1.26.0 to 1.26.1
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@v1.26.0...v1.26.1)

Updates `toml` from 1.1.5+spec-1.1.0 to 1.1.6+spec-1.1.0
- [Commits](toml-rs/toml@toml-v1.1.5...toml-v1.1.6)

Updates `toml_edit` from 0.25.13+spec-1.1.0 to 0.25.15+spec-1.1.0
- [Commits](toml-rs/toml@v0.25.13...v0.25.15)

---
updated-dependencies:
- dependency-name: clap
  dependency-version: 4.6.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor-patch
- dependency-name: octocrab
  dependency-version: 0.54.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor-patch
- dependency-name: rustls
  dependency-version: 0.23.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor-patch
- dependency-name: toml
  dependency-version: 1.1.6+spec-1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor-patch
- dependency-name: toml_edit
  dependency-version: 0.25.15+spec-1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor-patch
- dependency-name: uuid
  dependency-version: 1.26.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/cargo/cargo-minor-patch-e98ac7f827 branch from 27c0725 to 5ca0ddc Compare September 19, 2026 14:04
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