Skip to content

Conversation

@dependabot
Copy link

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

Bumps the cargo group with 28 updates in the / directory:

Package From To
clap 4.5.51 4.5.53
cargo_metadata 0.23.0 0.23.1
toml_edit 0.23.6 0.23.7
winnow 0.7.13 0.7.14
jiff 0.2.15 0.2.16
insta 1.43.2 1.44.3
anstyle-query 1.1.4 1.1.5
anstyle-wincon 3.0.10 3.0.11
borsh 1.5.7 1.6.0
bytes 1.10.1 1.11.0
cc 1.2.44 1.2.48
crc 3.3.0 3.4.0
crypto-common 0.1.6 0.1.7
curl-sys 0.4.83+curl-8.15.0 0.4.84+curl-8.17.0
gix-actor 0.35.4 0.35.6
gix-command 0.6.2 0.6.3
gix-config-value 0.15.1 0.15.3
gix-packetline 0.19.1 0.19.3
gix-packetline-blocking 0.19.1 0.19.3
gix-prompt 0.11.1 0.11.2
indexmap 2.12.0 2.12.1
libz-sys 1.1.22 1.1.23
openssl-sys 0.9.110 0.9.111
quote 1.0.41 1.0.42
signal-hook-registry 1.4.6 1.4.7
syn 2.0.108 2.0.111
toml 0.9.7 0.9.8
zerocopy 0.8.27 0.8.31

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 cargo_metadata from 0.23.0 to 0.23.1

Changelog

Sourced from cargo_metadata's changelog.

[0.23.1] - 2025-11-11

Changed

  • Stabilized build_directory
Commits
  • c08e66c Merge pull request #317 from Muscraft/stabilize-build-dir
  • 083ca69 chore: Bump version to 0.23.1
  • 84d613b chore: Stabilize build_directory
  • 9d81809 chore: Address new clippy warnings
  • 4d66bd3 Merge pull request #309 from BD103/fix-doc-auto-config
  • d1a6aa2 fix: cargo_metadata not building on docs.rs
  • See full diff in compare view

Updates toml_edit from 0.23.6 to 0.23.7

Commits
  • 93e9146 chore: Release
  • 7de1b4e docs: Update changelog
  • 1b579c3 feat(serde): Support integer, bools, and chars as keys (#1050)
  • ac1e077 feat(serde): Support chars as keys
  • f3dec32 feat(serde): Support bools as keys
  • 139b30a feat(serde): Support integer keys
  • 2d65a88 test(serde): Show existing key behavior
  • 80217f8 chore(deps): Update actions/checkout action to v5 (#1047)
  • b36e351 chore(deps): Update actions/checkout action to v5
  • 7d2c649 chore(deps): Update actions/setup-python action to v6 (#1048)
  • Additional commits viewable in compare view

Updates winnow from 0.7.13 to 0.7.14

Changelog

Sourced from winnow's changelog.

[0.7.14] - 2025-11-26

Features

  • Add combinator::expression parser for parsing expressions with precedence (a pratt parser)
Commits
  • faa6214 chore: Release
  • 5b3b7a9 docs: Update changelog
  • fca75c5 Merge pull request #804 from ssmendon/ssmendon-pratt-pr
  • 9aef8d2 feat: Add a Pratt parser
  • 716ff2e Merge pull request #846 from clint-white/fix-typos-in-docs
  • 3040b97 docs(tutorial): Add missing word
  • 1b50ab4 docs(ref): Fix typo: add missing period
  • c56d4fb Merge pull request #841 from winnow-rs/renovate/actions-checkout-5.x
  • ffb90ad chore(deps): Update actions/checkout action to v5
  • de4f84b Merge pull request #842 from winnow-rs/renovate/actions-setup-python-6.x
  • Additional commits viewable in compare view

Updates jiff from 0.2.15 to 0.2.16

Changelog

Sourced from jiff's changelog.

0.2.16 (2025-11-07)

This release contains a number of enhancements and bug fixes that have accrued over the last few months. Most are small polishes. A couple of the bug fixes apply to panics that could occur when parsing invalid TZ strings or invalid strptime format strings.

Also, parsing into a Span should now be much faster (for both the ISO 8601 and "friendly" duration formats).

Enhancements:

  • #298: Add Serde helpers for (de)serializing std::time::Duration values.
  • #396: Add Sub and Add trait implementations for Zoned (in addition to the already existing trait implementations for &Zoned).
  • #397: Add BrokenDownTime::set_meridiem and ensure it overrides the hour when formatting.
  • #409: Switch dependency on serde to serde_core. This should help speed up compilation times in some cases.
  • #430: Add new Zoned::series API, making it consistent with the same API on other datetime types.
  • #432: When lenient mode is enabled for strftime, Jiff will no longer error when the formatting string contains invalid UTF-8.
  • #432: Formatting of %y and %g no longer fails based on the specific year value.
  • #432: Parsing of %s is now a bit more consistent with other fields. Moreover, BrokenDownTime::{to_timestamp,to_zoned} will now prefer timestamps parsed with %s over any other fields that have been parsed.
  • #433: Allow parsing just a %s into a Zoned via the Etc/Unknown time zone.

Bug fixes:

  • #386: Fix a bug where 2087-12-31T23:00:00Z in the Africa/Casablanca time zone could not be round-tripped (because its offset was calculated incorrectly as a result of not handling "permanent DST" POSIX time zones).
  • #407: Fix a panic that occurred when parsing an empty string as a POSIX time zone.
  • #410: Fix a panic that could occur when parsing %: via strptime APIs.
  • #414: Update some parts of the documentation to indicate that TimeZone::unknown()

... (truncated)

Commits
  • 2ef6045 0.2.16
  • 0b293b4 doc: a few documentation fixes
  • 0fe02f2 changelog: add entries for duration work
  • b9484ea fmt/serde: add helpers for std::time::Duration
  • 87c607b fmt: add parsing routines for std::time::Duration
  • 8a7f249 fmt: add support for printing std::time::Duration
  • 3e49cbe signed_duration: remove extraneous comments
  • b5f30f2 fmt: make fractional formatting use u32
  • 8e61ffd fmt: add unsigned integer formatting
  • 1910063 fmt: refactor friendly printer to use std::time::Duration
  • Additional commits viewable in compare view

Updates insta from 1.43.2 to 1.44.3

Release notes

Sourced from insta's releases.

1.44.3

Release Notes

  • Fix a regression in 1.44.2 where merge conflict detection was too aggressive, incorrectly flagging snapshot content containing ====== or similar patterns as conflicts. #832
  • Fix a regression in 1.42.2 where inline snapshot updates would corrupt the file when code preceded the macro (e.g., let output = assert_snapshot!(...)). #833

Install cargo-insta 1.44.3

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mitsuhiko/insta/releases/download/1.44.3/cargo-insta-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/mitsuhiko/insta/releases/download/1.44.3/cargo-insta-installer.ps1 | iex"

Download cargo-insta 1.44.3

File Platform Checksum
cargo-insta-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
cargo-insta-x86_64-apple-darwin.tar.xz Intel macOS checksum
cargo-insta-x86_64-pc-windows-msvc.zip x64 Windows checksum
cargo-insta-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
cargo-insta-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum

1.44.2

Release Notes

  • Fix a rare backward compatibility issue where inline snapshots using an uncommon legacy format (single-line content stored in multiline raw strings) could fail to match after 1.44.0. #830
  • Handle merge conflicts in snapshot files gracefully. When a snapshot file contains git merge conflict markers, insta now detects them and treats the snapshot as missing, allowing tests to continue and create a new pending snapshot for review. #829
  • Skip nextest_doctest tests when cargo-nextest is not installed. #826
  • Fix functional tests failing under nextest due to inherited NEXTEST_RUN_ID environment variable. #824

Install cargo-insta 1.44.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mitsuhiko/insta/releases/download/1.44.2/cargo-insta-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/mitsuhiko/insta/releases/download/1.44.2/cargo-insta-installer.ps1 | iex"
</tr></table> 

... (truncated)

Changelog

Sourced from insta's changelog.

1.44.3

  • Fix a regression in 1.44.2 where merge conflict detection was too aggressive, incorrectly flagging snapshot content containing ====== or similar patterns as conflicts. #832
  • Fix a regression in 1.42.2 where inline snapshot updates would corrupt the file when code preceded the macro (e.g., let output = assert_snapshot!(...)). #833

1.44.2

  • Fix a rare backward compatibility issue where inline snapshots using an uncommon legacy format (single-line content stored in multiline raw strings) could fail to match after 1.44.0. #830
  • Handle merge conflicts in snapshot files gracefully. When a snapshot file contains git merge conflict markers, insta now detects them and treats the snapshot as missing, allowing tests to continue and create a new pending snapshot for review. #829
  • Skip nextest_doctest tests when cargo-nextest is not installed. #826
  • Fix functional tests failing under nextest due to inherited NEXTEST_RUN_ID environment variable. #824

1.44.1

  • Add --dnd alias for --disable-nextest-doctest flag to make it easier to silence the deprecation warning. #822
  • Update cargo-dist to 0.30.2 and fix Windows runner to use windows-2022. #821

1.44.0

  • Added non-interactive snapshot review and reject modes for use in non-TTY environments (LLMs, CI pipelines, scripts). cargo insta review --snapshot <path> and cargo insta reject --snapshot <path> now work without a terminal. Enhanced pending-snapshots output with usage instructions and workspace-relative paths. #815
  • Add --disable-nextest-doctest flag to cargo insta test to disable running doctests with nextest. Shows a deprecation warning when nextest is used with doctests without this flag, to prepare cargo insta to no longer run a separate doctest process when using nextest in the future. #803
  • Add ergonomic --test-runner-fallback / --no-test-runner-fallback flags to cargo insta test. #811
  • Apply redactions to snapshot metadata. #813
  • Remove confusing 'previously unseen snapshot' message. #812
  • Speed up JSON float rendering. #806 (@​nyurik)
  • Allow globset version up to 0.4.16. #810 (@​g0hl1n)
  • Improve documentation. #814 (@​tshepang)
  • We no longer trim starting newlines during assertions, which allows asserting the number of leading newlines match. Existing assertions with different leading newlines will pass and print a warning suggesting running with --force-update-snapshots. They may fail in the future. (Note that we still currently allow differing trailing newlines, though may adjust this in the future). #563
Commits
  • dcbb11f Prepare release 1.44.3 (#838)
  • 3b9ec12 Refine test name & description (#837)
  • ee4e1ea Handle unparsable snapshot files gracefully (#836)
  • 778f733 Fix for code before macros, such as let foo = assert_snapshot! (#835)
  • 6cb41af Prepare release 1.44.2 (#831)
  • 8838b2f Handle merge conflicts in snapshot files gracefully (#829)
  • e55ce99 Fix backward compatibility for legacy inline snapshot format (#830)
  • d44dd42 Skip nextest_doctest tests when cargo-nextest is not installed (#826)
  • a711baf Fix functional tests failing under nextest (#824)
  • ba9ea51 Prepare release 1.44.1 (#823)
  • Additional commits viewable in compare view

Updates anstyle-query from 1.1.4 to 1.1.5

Commits
  • 368a871 chore: Release
  • 4d5c297 docs: Update changelog
  • 263b34c Merge pull request #284 from hanna-kruppe/windows-sys-0.61
  • 8029e72 Merge pull request #286 from epage/template
  • 5b1cab4 fix(syntect): Update a windows minimal dep
  • 21b13fa chore(ci): Run more jobs on Windows
  • 51e86fa chore: Update from '_rust/main' template
  • b0881a6 chore(ci): Give more control over where alt version jobs run
  • 829ebd7 chore(deps): Allow windows-sys 0.61
  • 36dd1a2 Merge pull request #285 from epage/template
  • Additional commits viewable in compare view

Updates anstyle-wincon from 3.0.10 to 3.0.11

Commits
  • 368a871 chore: Release
  • 4d5c297 docs: Update changelog
  • 263b34c Merge pull request #284 from hanna-kruppe/windows-sys-0.61
  • 8029e72 Merge pull request #286 from epage/template
  • 5b1cab4 fix(syntect): Update a windows minimal dep
  • 21b13fa chore(ci): Run more jobs on Windows
  • 51e86fa chore: Update from '_rust/main' template
  • b0881a6 chore(ci): Give more control over where alt version jobs run
  • 829ebd7 chore(deps): Allow windows-sys 0.61
  • 36dd1a2 Merge pull request #285 from epage/template
  • Additional commits viewable in compare view

Updates borsh from 1.5.7 to 1.6.0

Release notes

Sourced from borsh's releases.

borsh-derive-v1.6.0

No release notes provided.

borsh-v1.6.0

Added

  • Use core::net instead of std::net; bumped MSRV to 1.77 (#356)

Fixed

  • Avoid variant name shadowing in BorshSchema derive (#361)

Other

  • Upgrade the CI base image to use ubuntu-24.04 instead of the deprecated ubuntu-20.04 (#359)
  • Include license files in published crates (#354)
  • add automatically_derived attribute to derive macros (#341)
Changelog

Sourced from borsh's changelog.

1.6.0 - 2025-11-25

Added

  • Use core::net instead of std::net; bumped MSRV to 1.77 (#356)

Fixed

  • Avoid variant name shadowing in BorshSchema derive (#361)

Other

  • Upgrade the CI base image to use ubuntu-24.04 instead of the deprecated ubuntu-20.04 (#359)
  • Include license files in published crates (#354)
  • add automatically_derived attribute to derive macros (#341)
Commits
  • 819fa55 chore: release v1.6.0 (#360)
  • 9010ec4 fix: Avoid variant name shadowing in BorshSchema derive (#361)
  • f5b3b4a feat: Use core::net instead of std::net; bumped MSRV to 1.77 (#356)
  • 5d8516b ci: Upgrade the CI base image to use ubuntu-24.04 instead of the deprecated u...
  • f1b75a6 chore: add automatically_derived attribute to derive macros (#341)
  • 54fc720 chore: Include license files in published crates (#354)
  • See full diff in compare view

Updates bytes from 1.10.1 to 1.11.0

Release notes

Sourced from bytes's releases.

Bytes v1.11.0

1.11.0 (November 14th, 2025)

  • Bump MSRV to 1.57 (#788)

Fixed

  • fix: BytesMut only reuse if src has remaining (#803)
  • Specialize BytesMut::put::<Bytes> (#793)
  • Reserve capacity in BytesMut::put (#794)
  • Change BytesMut::remaining_mut to use isize::MAX instead of usize::MAX (#795)

Internal changes

  • Guarantee address in slice() for empty slices. (#780)
  • Rename Vtable::to_* -> Vtable::into_* (#776)
  • Fix latest clippy warnings (#787)
  • Ignore BytesMut::freeze doctest on wasm (#790)
  • Move drop_fn of from_owner into vtable (#801)
Changelog

Sourced from bytes's changelog.

1.11.0 (November 14th, 2025)

  • Bump MSRV to 1.57 (#788)

Fixed

  • fix: BytesMut only reuse if src has remaining (#803)
  • Specialize BytesMut::put::<Bytes> (#793)
  • Reserve capacity in BytesMut::put (#794)
  • Change BytesMut::remaining_mut to use isize::MAX instead of usize::MAX (#795)

Internal changes

  • Guarantee address in slice() for empty slices. (#780)
  • Rename Vtable::to_* -> Vtable::into_* (#776)
  • Fix latest clippy warnings (#787)
  • Ignore BytesMut::freeze doctest on wasm (#790)
  • Move drop_fn of from_owner into vtable (#801)
Commits

Updates cc from 1.2.44 to 1.2.48

Release notes

Sourced from cc's releases.

cc-v1.2.48

Other

  • Regenerate target info (#1620)

cc-v1.2.47

Other

  • add helenos linker identifications (#1615)

cc-v1.2.46

Other

  • Add Visual Studio 2026 support (#1609)

cc-v1.2.45

Other

  • Regenerate target info (#1606)
  • Use a default check for the "env" variable in apple_sdk_name (#1605)
Changelog

Sourced from cc's changelog.

1.2.48 - 2025-11-28

Other

  • Regenerate target info (#1620)

1.2.47 - 2025-11-21

Other

  • add helenos linker identifications (#1615)

1.2.46 - 2025-11-14

Other

  • Add Visual Studio 2026 support (#1609)

1.2.45 - 2025-11-07

Other

  • Regenerate target info (#1606)
  • Use a default check for the "env" variable in apple_sdk_name (#1605)
Commits

Updates clap_builder from 4.5.51 to 4.5.53

Release notes

Sourced from clap_builder'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_builder'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
  • 8d87e70 chore: Release
  • fe99e5a docs: Update changelog
  • 596e98c Merge pull request #6129 from cooronx/feat_default_values_if_and_default_valu...
  • c2ced1a feat: Add default_values_if and default_values_ifs to match default_values
  • e82e1ed chore: Release
  • 558e374 docs: Update changelog
  • dd7cafe Merge pull request #6184 from epage/conflict
  • 1823cef fix(parser): Don't panic when subcommands conflict with groups
  • dcc2846 test(parser): Show panic
  • bb0b2f1 Merge pull request #6181 from jgreitemann/jg/kqvvzuzuzywv
  • Additional commits viewable in compare view

Updates crc from 3.3.0 to 3.4.0

Commits

Updates crypto-common from 0.1.6 to 0.1.7

Commits

Updates curl-sys from 0.4.83+curl-8.15.0 to 0.4.84+curl-8.17.0

Commits

Updates find-msvc-tools from 0.1.4 to 0.1.5

Release notes

Sourced from find-msvc-tools's releases.

find-msvc-tools-v0.1.5

Other

  • Add Visual Studio 2026 support (#1609)
Commits

Updates generic-array from 0.14.9 to 0.14.7

Commits

Updates gix-actor from 0.35.4 to 0.35.6

Release notes

Sourced from gix-actor's releases.

gix-actor v0.35.5

Commit Statistics

  • 6 commits contributed to the release over the course of 70 calendar days.
  • 70 days passed between releases.
  • 0 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

  • Uncategorized
    • Merge pull request #2217 from GitoxideLabs/copilot/update-msrv-to-rust-1-82 (4da2927)
    • Fixup Copilot commits and thank clippy (b188a7d)
    • Update MSRV to 1.82 and replace once_cell with std equivalents (6cc8464)
    • Merge pull request #2202 from GitoxideLabs/dependabot/cargo/cargo-4a7155215a (9365cc3)
    • Bump the cargo group across 1 directory with 64 updates (838ff95)
    • Merge pull request #2113 from GitoxideLabs/release (dc7343c)
Commits
  • bdcce5f Release gix-date v0.10.7, gix-actor v0.35.6, gix-trace v0.1.15, gix-features ...
  • 6f469a6 doc: Remove doc_auto_cfg feature to fix docs.rs documentation.
  • fb13346 Merge pull request #2223 from GitoxideLabs/copilot/update-gix-url-documentation
  • 78898a7 Adjust documentation to be a bit less verbose.
  • c836c3d doc: Add documentation explaining URL serialization and password handling
  • 3313233 Merge pull request #2224 from GitoxideLabs/report
  • 49f8d53 Release gix-dir v0.16.0, gix-mailmap v0.27.3, gix-revision v0.36.0, gix-merge...
  • 89fb308 Release gix-date v0.10.6, gix-utils v0.3.1, gix-actor v0.35.5, gix-trace v0.1...
  • 43da177 Add report for October 2025.
  • 8699d0f Merge pull request #2208 from cruessler/add-commit-signing
  • Additional commits viewable in compare view

Updates gix-command from 0.6.2 to 0.6.3

Release notes

Sourced from gix-command's releases.

gix-command v0.6.3

Bug Fixes

  • Prepare::with_shell() now assures manual argument splitting isn't done on Windows either. That way with_shell() means what it says, previously it was a trap that was impossible to get right on Windows.

Commit Statistics

  • 8 commits contributed to the release over the course of 99 calendar days.
  • 99 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

  • Uncategorized
    • Merge pull request #2217 from GitoxideLabs/copilot/update-msrv-to-rust-1-82 (4da2927)
    • Fixup Copilot commits and thank clippy (b188a7d)
    • Update MSRV to 1.82 and replace once_cell with std equivalents (6cc8464)
    • Merge pull request #2100 from GitoxideLabs/release (202bc6d)
    • Release gix-actor v0.35.3, gix-path v0.10.20, gix-features v0.43.1, gix-object v0.50.1 (d64f257)
    • Merge pull request #2087 from GitoxideLabs/improvements (8d4d18d)
    • Prepare::with_shell() now assures manual argument splitting isn't done on Windows either. (a5ba202)
    • Merge pull request #2075 from GitoxideLabs/improvements (784c046)
Commits
  • 89fb308 Release gix-date v0.10.6, gix-utils v0.3.1, gix-actor v0.35.5, gix-trace v0.1...
  • 43da177 Add report for October 2025.
  • 8699d0f Merge pull request #2208 from cruessler/add-commit-signing
  • 82f788e refactor
  • aacc326 feat: add a gix commit sign prototype
  • 12b3257 Merge pull request #2219 from cruessler/use-split-at-checked
  • 027b3ef Replace split_at_pos by split_at_checked
  • 4da2927 Merge pull request #2217 from GitoxideLabs/copilot/update-msrv-to-rust-1-82
  • 6819e54 Speedup CI by avoiding to rewrite caches
  • b188a7d Fixup Copilot commits and thank clippy
  • Additional commits viewable in

Bumps the cargo group with 28 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.5.51` | `4.5.53` |
| [cargo_metadata](https://github.com/oli-obk/cargo_metadata) | `0.23.0` | `0.23.1` |
| [toml_edit](https://github.com/toml-rs/toml) | `0.23.6` | `0.23.7` |
| [winnow](https://github.com/winnow-rs/winnow) | `0.7.13` | `0.7.14` |
| [jiff](https://github.com/BurntSushi/jiff) | `0.2.15` | `0.2.16` |
| [insta](https://github.com/mitsuhiko/insta) | `1.43.2` | `1.44.3` |
| [anstyle-query](https://github.com/rust-cli/anstyle) | `1.1.4` | `1.1.5` |
| [anstyle-wincon](https://github.com/rust-cli/anstyle) | `3.0.10` | `3.0.11` |
| [borsh](https://github.com/near/borsh-rs) | `1.5.7` | `1.6.0` |
| [bytes](https://github.com/tokio-rs/bytes) | `1.10.1` | `1.11.0` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.44` | `1.2.48` |
| [crc](https://github.com/mrhooray/crc-rs) | `3.3.0` | `3.4.0` |
| [crypto-common](https://github.com/RustCrypto/traits) | `0.1.6` | `0.1.7` |
| [curl-sys](https://github.com/alexcrichton/curl-rust) | `0.4.83+curl-8.15.0` | `0.4.84+curl-8.17.0` |
| [gix-actor](https://github.com/GitoxideLabs/gitoxide) | `0.35.4` | `0.35.6` |
| [gix-command](https://github.com/GitoxideLabs/gitoxide) | `0.6.2` | `0.6.3` |
| [gix-config-value](https://github.com/GitoxideLabs/gitoxide) | `0.15.1` | `0.15.3` |
| [gix-packetline](https://github.com/GitoxideLabs/gitoxide) | `0.19.1` | `0.19.3` |
| [gix-packetline-blocking](https://github.com/GitoxideLabs/gitoxide) | `0.19.1` | `0.19.3` |
| [gix-prompt](https://github.com/GitoxideLabs/gitoxide) | `0.11.1` | `0.11.2` |
| [indexmap](https://github.com/indexmap-rs/indexmap) | `2.12.0` | `2.12.1` |
| [libz-sys](https://github.com/rust-lang/libz-sys) | `1.1.22` | `1.1.23` |
| [openssl-sys](https://github.com/rust-openssl/rust-openssl) | `0.9.110` | `0.9.111` |
| [quote](https://github.com/dtolnay/quote) | `1.0.41` | `1.0.42` |
| [signal-hook-registry](https://github.com/vorner/signal-hook) | `1.4.6` | `1.4.7` |
| [syn](https://github.com/dtolnay/syn) | `2.0.108` | `2.0.111` |
| [toml](https://github.com/toml-rs/toml) | `0.9.7` | `0.9.8` |
| [zerocopy](https://github.com/google/zerocopy) | `0.8.27` | `0.8.31` |



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 `cargo_metadata` from 0.23.0 to 0.23.1
- [Release notes](https://github.com/oli-obk/cargo_metadata/releases)
- [Changelog](https://github.com/oli-obk/cargo_metadata/blob/main/CHANGELOG.md)
- [Commits](oli-obk/cargo_metadata@0.23.0...0.23.1)

Updates `toml_edit` from 0.23.6 to 0.23.7
- [Commits](toml-rs/toml@v0.23.6...v0.23.7)

Updates `winnow` from 0.7.13 to 0.7.14
- [Changelog](https://github.com/winnow-rs/winnow/blob/main/CHANGELOG.md)
- [Commits](winnow-rs/winnow@v0.7.13...v0.7.14)

Updates `jiff` from 0.2.15 to 0.2.16
- [Release notes](https://github.com/BurntSushi/jiff/releases)
- [Changelog](https://github.com/BurntSushi/jiff/blob/master/CHANGELOG.md)
- [Commits](BurntSushi/jiff@jiff-static-0.2.15...jiff-static-0.2.16)

Updates `insta` from 1.43.2 to 1.44.3
- [Release notes](https://github.com/mitsuhiko/insta/releases)
- [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md)
- [Commits](mitsuhiko/insta@1.43.2...1.44.3)

Updates `anstyle-query` from 1.1.4 to 1.1.5
- [Commits](rust-cli/anstyle@anstyle-query-v1.1.4...anstyle-query-v1.1.5)

Updates `anstyle-wincon` from 3.0.10 to 3.0.11
- [Commits](rust-cli/anstyle@anstyle-wincon-v3.0.10...anstyle-wincon-v3.0.11)

Updates `borsh` from 1.5.7 to 1.6.0
- [Release notes](https://github.com/near/borsh-rs/releases)
- [Changelog](https://github.com/near/borsh-rs/blob/master/CHANGELOG.md)
- [Commits](near/borsh-rs@borsh-v1.5.7...borsh-v1.6.0)

Updates `bytes` from 1.10.1 to 1.11.0
- [Release notes](https://github.com/tokio-rs/bytes/releases)
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/bytes@v1.10.1...v1.11.0)

Updates `cc` from 1.2.44 to 1.2.48
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cc-rs@cc-v1.2.44...cc-v1.2.48)

Updates `clap_builder` 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@v4.5.51...v4.5.53)

Updates `crc` from 3.3.0 to 3.4.0
- [Commits](mrhooray/crc-rs@3.3.0...3.4.0)

Updates `crypto-common` from 0.1.6 to 0.1.7
- [Commits](RustCrypto/traits@crypto-common-v0.1.6...crypto-common-v0.1.7)

Updates `curl-sys` from 0.4.83+curl-8.15.0 to 0.4.84+curl-8.17.0
- [Release notes](https://github.com/alexcrichton/curl-rust/releases)
- [Commits](alexcrichton/curl-rust@curl-sys-0.4.83...curl-sys-0.4.84)

Updates `find-msvc-tools` from 0.1.4 to 0.1.5
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cc-rs@find-msvc-tools-v0.1.4...find-msvc-tools-v0.1.5)

Updates `generic-array` from 0.14.9 to 0.14.7
- [Release notes](https://github.com/fizyk20/generic-array/releases)
- [Changelog](https://github.com/fizyk20/generic-array/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fizyk20/generic-array/commits)

Updates `gix-actor` from 0.35.4 to 0.35.6
- [Release notes](https://github.com/GitoxideLabs/gitoxide/releases)
- [Changelog](https://github.com/GitoxideLabs/gitoxide/blob/main/CHANGELOG.md)
- [Commits](GitoxideLabs/gitoxide@gix-actor-v0.35.4...gix-actor-v0.35.6)

Updates `gix-command` from 0.6.2 to 0.6.3
- [Release notes](https://github.com/GitoxideLabs/gitoxide/releases)
- [Changelog](https://github.com/GitoxideLabs/gitoxide/blob/main/CHANGELOG.md)
- [Commits](GitoxideLabs/gitoxide@gix-command-v0.6.2...gix-command-v0.6.3)

Updates `gix-config-value` from 0.15.1 to 0.15.3
- [Release notes](https://github.com/GitoxideLabs/gitoxide/releases)
- [Changelog](https://github.com/GitoxideLabs/gitoxide/blob/main/CHANGELOG.md)
- [Commits](GitoxideLabs/gitoxide@gix-config-value-v0.15.1...gix-config-value-v0.15.3)

Updates `gix-packetline` from 0.19.1 to 0.19.3
- [Release notes](https://github.com/GitoxideLabs/gitoxide/releases)
- [Changelog](https://github.com/GitoxideLabs/gitoxide/blob/main/CHANGELOG.md)
- [Commits](GitoxideLabs/gitoxide@gix-packetline-v0.19.1...gix-packetline-v0.19.3)

Updates `gix-packetline-blocking` from 0.19.1 to 0.19.3
- [Release notes](https://github.com/GitoxideLabs/gitoxide/releases)
- [Changelog](https://github.com/GitoxideLabs/gitoxide/blob/main/CHANGELOG.md)
- [Commits](GitoxideLabs/gitoxide@gix-packetline-blocking-v0.19.1...gix-packetline-blocking-v0.19.3)

Updates `gix-path` from 0.10.20 to 0.10.22
- [Release notes](https://github.com/GitoxideLabs/gitoxide/releases)
- [Changelog](https://github.com/GitoxideLabs/gitoxide/blob/main/CHANGELOG.md)
- [Commits](GitoxideLabs/gitoxide@gix-path-v0.10.20...gix-path-v0.10.22)

Updates `gix-prompt` from 0.11.1 to 0.11.2
- [Release notes](https://github.com/GitoxideLabs/gitoxide/releases)
- [Changelog](https://github.com/GitoxideLabs/gitoxide/blob/main/CHANGELOG.md)
- [Commits](GitoxideLabs/gitoxide@gix-prompt-v0.11.1...gix-prompt-v0.11.2)

Updates `gix-quote` from 0.6.0 to 0.6.1
- [Release notes](https://github.com/GitoxideLabs/gitoxide/releases)
- [Changelog](https://github.com/GitoxideLabs/gitoxide/blob/main/CHANGELOG.md)
- [Commits](GitoxideLabs/gitoxide@gix-quote-v0.6.0...gix-quote-v0.6.1)

Updates `indexmap` from 2.12.0 to 2.12.1
- [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md)
- [Commits](indexmap-rs/indexmap@2.12.0...2.12.1)

Updates `jiff-static` from 0.2.15 to 0.2.16
- [Release notes](https://github.com/BurntSushi/jiff/releases)
- [Changelog](https://github.com/BurntSushi/jiff/blob/master/CHANGELOG.md)
- [Commits](BurntSushi/jiff@jiff-static-0.2.15...jiff-static-0.2.16)

Updates `libz-sys` from 1.1.22 to 1.1.23
- [Release notes](https://github.com/rust-lang/libz-sys/releases)
- [Commits](rust-lang/libz-sys@1.1.22...1.1.23)

Updates `openssl-sys` from 0.9.110 to 0.9.111
- [Release notes](https://github.com/rust-openssl/rust-openssl/releases)
- [Commits](rust-openssl/rust-openssl@openssl-sys-v0.9.110...openssl-sys-v0.9.111)

Updates `quote` from 1.0.41 to 1.0.42
- [Release notes](https://github.com/dtolnay/quote/releases)
- [Commits](dtolnay/quote@1.0.41...1.0.42)

Updates `signal-hook-registry` from 1.4.6 to 1.4.7
- [Changelog](https://github.com/vorner/signal-hook/blob/master/CHANGELOG.md)
- [Commits](vorner/signal-hook@registry-v1.4.6...registry-v1.4.7)

Updates `syn` from 2.0.108 to 2.0.111
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.108...2.0.111)

Updates `toml` from 0.9.7 to 0.9.8
- [Commits](toml-rs/toml@toml-v0.9.7...toml-v0.9.8)

Updates `zerocopy` from 0.8.27 to 0.8.31
- [Release notes](https://github.com/google/zerocopy/releases)
- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)
- [Commits](google/zerocopy@v0.8.27...v0.8.31)

Updates `zerocopy-derive` from 0.8.27 to 0.8.31
- [Release notes](https://github.com/google/zerocopy/releases)
- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)
- [Commits](google/zerocopy@v0.8.27...v0.8.31)

---
updated-dependencies:
- dependency-name: clap
  dependency-version: 4.5.53
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: cargo_metadata
  dependency-version: 0.23.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: toml_edit
  dependency-version: 0.23.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: winnow
  dependency-version: 0.7.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: jiff
  dependency-version: 0.2.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: insta
  dependency-version: 1.44.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: anstyle-query
  dependency-version: 1.1.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: anstyle-wincon
  dependency-version: 3.0.11
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: borsh
  dependency-version: 1.6.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: bytes
  dependency-version: 1.11.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: cc
  dependency-version: 1.2.48
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: clap_builder
  dependency-version: 4.5.53
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: crc
  dependency-version: 3.4.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: crypto-common
  dependency-version: 0.1.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: curl-sys
  dependency-version: 0.4.84+curl-8.17.0
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: find-msvc-tools
  dependency-version: 0.1.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: generic-array
  dependency-version: 0.14.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: gix-actor
  dependency-version: 0.35.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: gix-command
  dependency-version: 0.6.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: gix-config-value
  dependency-version: 0.15.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: gix-packetline
  dependency-version: 0.19.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: gix-packetline-blocking
  dependency-version: 0.19.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: gix-path
  dependency-version: 0.10.22
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: gix-prompt
  dependency-version: 0.11.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: gix-quote
  dependency-version: 0.6.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: indexmap
  dependency-version: 2.12.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: jiff-static
  dependency-version: 0.2.16
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: libz-sys
  dependency-version: 1.1.23
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: openssl-sys
  dependency-version: 0.9.111
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: quote
  dependency-version: 1.0.42
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: signal-hook-registry
  dependency-version: 1.4.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: syn
  dependency-version: 2.0.111
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: toml
  dependency-version: 0.9.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: zerocopy
  dependency-version: 0.8.31
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: zerocopy-derive
  dependency-version: 0.8.31
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Dec 1, 2025
@EliahKagan EliahKagan marked this pull request as draft December 2, 2025 01:52
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 19, 2025

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

@dependabot dependabot bot closed this Dec 19, 2025
@dependabot dependabot bot deleted the dependabot/cargo/cargo-b7de69a442 branch December 19, 2025 21:33
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