Skip to content

Bump the cargo group with 29 updates#62

Merged
Eliah Kagan (EliahKagan) merged 1 commit intomainfrom
dependabot/cargo/cargo-9e451ad7e4
Apr 1, 2026
Merged

Bump the cargo group with 29 updates#62
Eliah Kagan (EliahKagan) merged 1 commit intomainfrom
dependabot/cargo/cargo-9e451ad7e4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2026

Bumps the cargo group with 29 updates:

Package From To
jiff 0.2.21 0.2.23
env_logger 0.11.9 0.11.10
argh 0.1.14 0.1.19
once_cell 1.21.3 1.21.4
anstyle 1.0.13 1.0.14
argh_derive 0.1.14 0.1.19
argh_shared 0.1.14 0.1.19
cc 1.2.56 1.2.57
clap 4.5.60 4.6.0
clap_builder 4.5.60 4.6.0
clap_lex 1.0.0 1.1.0
dispatch2 0.3.0 0.3.1
env_filter 1.0.0 1.0.1
getrandom 0.4.1 0.4.2
instability 0.3.11 0.3.12
itoa 1.0.17 1.0.18
jiff-static 0.2.21 0.2.23
jiff-tzdb 0.1.5 0.1.6
kasuari 0.4.11 0.4.12
libc 0.2.182 0.2.183
num-conv 0.2.0 0.2.1
objc2 0.6.3 0.6.4
pin-project-lite 0.2.16 0.2.17
piper 0.2.4 0.2.5
portable-atomic-util 0.2.5 0.2.6
quote 1.0.44 1.0.45
r-efi 5.3.0 6.0.0
zerocopy 0.8.40 0.8.47
zerocopy-derive 0.8.40 0.8.48

Updates jiff from 0.2.21 to 0.2.23

Changelog

Sourced from jiff's changelog.

0.2.23 (2026-03-03)

This release updates Jiff's bundled copy of the [IANA Time Zone Database] to 2026a. See the 2026a release announcement for more details.

0.2.22 (2026-02-28)

This release includes a bug fix where fallible conversions from signed durations to unsigned durations could panic in some cases.

Bug fixes:

  • #526: Fix a panicking bug that occurs for std::time::Duration::try_from(SignedDuration::new(0, -1)).
Commits

Updates env_logger from 0.11.9 to 0.11.10

Release notes

Sourced from env_logger's releases.

v0.11.10

[0.11.10] - 2026-03-23

Internal

  • Update dependencies
Changelog

Sourced from env_logger's changelog.

[0.11.10] - 2026-03-23

Internal

  • Update dependencies
Commits
  • 41320bf chore: Release
  • de8c74f docs: Update changelog
  • d550741 docs(gh): Add sponsor link
  • 458b075 chore(deps): Update Rust Stable to v1.94 (#401)
  • 8bc3fc3 Merge pull request #400 from epage/update
  • 143fa64 chore: Upgrade incompatible
  • b687a24 chore: Upgrade compatible
  • 8cf1ba9 Merge pull request #397 from rust-cli/renovate/crate-ci-typos-1.x
  • 094ecf7 Merge pull request #396 from rust-cli/renovate/crate-ci-committed-1.x
  • 34ad626 chore(deps): Update pre-commit hook crate-ci/typos to v1.44.0
  • Additional commits viewable in compare view

Updates argh from 0.1.14 to 0.1.19

Commits

Updates once_cell from 1.21.3 to 1.21.4

Changelog

Sourced from once_cell's changelog.

1.21.4

  • Fix unsoundness in OnceCell::wait under --features=parking_lot, #295.

    If thread A calls wait, while thread B calls get_or_try_init(f), and, furthermore, f panics, the wait incorrectly returns and thread A observes uninitialized memory.

    Kudos to @​meng-xu-cs for a nice find!

Commits
  • 80fe900 Merge pull request #296 from matklad/matklad/plfix
  • a5e09c9 release 1.21.4
  • 2426d45 Merge pull request #295 from matklad/matklad/plfix
  • a144121 Merge pull request #290 from alexanderkjall/run-tests-with-no-default-features
  • 232a1a4 Merge pull request #292 from phil-opp/doc-fix
  • d31767b fix OnceCell::wait with features=parking_lot
  • 28d29ae Fix: sync::OnceCell::try_insert docs should import sync variant
  • 0f78fb0 make the command 'cargo test --no-default-features' work
  • fda60a6 Merge pull request #287 from AbeZbm/add-tests
  • b5b98c0 Add tests for OnceRef
  • See full diff in compare view

Updates anstyle from 1.0.13 to 1.0.14

Commits
  • 0fe6f0f chore: Release
  • 332016e docs: Update changelog
  • dd73f64 Merge pull request #301 from Muscraft/fix-some-escape-codes
  • e2d2fb5 fix: Make 4:0 removes all underline styles
  • d82d083 feat: Support SGR 59 (reset underline color to default)
  • 85c9a86 feat: Support SGR 22-29 (off codes)
  • ac5c23b refactor: Reorder SGR match arms to follow numerical order
  • 2234b68 test: Add tests for SGR off codes, underline subparams, and underline color r...
  • ffb555f chore: Release
  • 55de8a6 chore: Download libc to match cargo
  • Additional commits viewable in compare view

Updates argh_derive from 0.1.14 to 0.1.19

Commits

Updates argh_shared from 0.1.14 to 0.1.19

Commits

Updates cc from 1.2.56 to 1.2.57

Release notes

Sourced from cc's releases.

cc-v1.2.57

Other

  • Size archiver batches according to argument length not argument count (#1689)
  • Added Build::env for setting environment variables of compiler invocations and other child processes (#1656 #1682)
Changelog

Sourced from cc's changelog.

1.2.57 - 2026-03-13

Other

  • Size archiver batches according to argument length not argument count (#1689)
  • Added Build::env for setting environment variables of compiler invocations and other child processes (#1656 #1682)
Commits

Updates clap from 4.5.60 to 4.6.0

Changelog

Sourced from clap's changelog.

[4.6.0] - 2026-03-12

Compatibility

  • Update MSRV to 1.85

[4.5.61] - 2026-03-12

Internal

  • Update dependencies
Commits

Updates clap_builder from 4.5.60 to 4.6.0

Changelog

Sourced from clap_builder's changelog.

[4.6.0] - 2026-03-12

Compatibility

  • Update MSRV to 1.85

[4.5.61] - 2026-03-12

Internal

  • Update dependencies
Commits

Updates clap_lex from 1.0.0 to 1.1.0

Changelog

Sourced from clap_lex's changelog.

v1.1.0 (2015-07-16)

Features

  • allows creating unified help messages, a la docopt or getopts (52bcd892, closes #158)
  • allows stating all subcommands should not have --version flags (336c476f, closes #156)
  • allows setting version number to auto-propagate through subcommands (bc66d3c6, closes #157)

Improvements

  • Help Strings properly aligns and handles newlines in long help strings (f9800a29, closes #145)

Performance

  • Help Messages big performance improvements when printing help messages (52bcd892)

Documentation

  • updates readme with new features (8232f7bb)
  • fix incorrect code example for App::subcommand_required (8889689d)

v1.0.3 (2015-07-11)

Improvements

Documentation

  • README.md updates example help message to new format (0aca29bd)

v1.0.2 (2015-07-09)

Improvements

  • Usage re-orders optional arguments and required to natural standard (dc7e1fce, closes #147)

v1.0.1 (2015-07-08)

Bug Fixes

... (truncated)

Commits

Updates dispatch2 from 0.3.0 to 0.3.1

Commits
  • 8852b42 Bump objc2 0.6.3 -> 0.6.4
  • 2d39cba Cherry-pick ae1c875 for objc2 v0.6.4
  • 2ace80b Cherry-pick relevant parts of 9bd26ee for objc2 v0.6.4
  • 6780851 Bump dispatch2 0.3.0 -> 0.3.1
  • ad96317 Cherry-pick e429f0a for dispatch2 v0.3.1
  • ee273d9 Cherry-pick a4821be for dispatch2 v0.3.1
  • b4167b5 Fix documentation on docs.rs
  • f5df468 Bump objc2 0.6.1 -> 0.6.2
  • 1942c3e Allow unpredictable_function_pointer_comparisons
  • f6eb40d Relax signed encoding checks for register-sized integers
  • Additional commits viewable in compare view

Updates env_filter from 1.0.0 to 1.0.1

Commits
  • 41320bf chore: Release
  • de8c74f docs: Update changelog
  • d550741 docs(gh): Add sponsor link
  • 458b075 chore(deps): Update Rust Stable to v1.94 (#401)
  • 8bc3fc3 Merge pull request #400 from epage/update
  • 143fa64 chore: Upgrade incompatible
  • b687a24 chore: Upgrade compatible
  • 8cf1ba9 Merge pull request #397 from rust-cli/renovate/crate-ci-typos-1.x
  • 094ecf7 Merge pull request #396 from rust-cli/renovate/crate-ci-committed-1.x
  • 34ad626 chore(deps): Update pre-commit hook crate-ci/typos to v1.44.0
  • Additional commits viewable in compare view

Updates getrandom from 0.4.1 to 0.4.2

Changelog

Sourced from getrandom's changelog.

0.4.2 - 2026-03-03

Changed

  • Bump r-efi dependency to v6 #814

Fixed

  • Read errno only when it is set #810
  • Check the return value of ProcessPrng on Windows #811

#810: rust-random/getrandom#810 #811: rust-random/getrandom#811 #814: rust-random/getrandom#814

Commits

Updates instability from 0.3.11 to 0.3.12

Release notes

Sourced from instability's releases.

instability-example-v0.3.12

Other

  • Add #[allow(unused_imports)] lint to unstable reexports (#21)

instability-v0.3.12

Other

  • Do not document reexports (#33)
Changelog

Sourced from instability's changelog.

0.3.12 - 2026-02-19

Other

  • Do not document reexports (#33)
Commits

Updates itoa from 1.0.17 to 1.0.18

Release notes

Sourced from itoa's releases.

1.0.18

Commits

Updates jiff-static from 0.2.21 to 0.2.23

Changelog

Sourced from jiff-static's changelog.

0.2.23 (2026-03-03)

This release updates Jiff's bundled copy of the [IANA Time Zone Database] to 2026a. See the 2026a release announcement for more details.

0.2.22 (2026-02-28)

This release includes a bug fix where fallible conversions from signed durations to unsigned durations could panic in some cases.

Bug fixes:

  • #526: Fix a panicking bug that occurs for std::time::Duration::try_from(SignedDuration::new(0, -1)).
Commits

Updates jiff-tzdb from 0.1.5 to 0.1.6

Changelog

Sourced from jiff-tzdb's changelog.

0.1.6 (2024-08-18)

This release includes a new top-level type, SignedDuration, that provides a near exact replica of std::time::Duration, but signed. It is meant to provide alternative APIs for working with durations at a lower level than what Span provides, and to facilitate better integration with the standard library.

A SignedDuration has also been integrated with all of Jiff's datetime types. For example, previously, Zoned::checked_add only accepted a concrete jiff::Span. But now it accepts a jiff::Span, jiff::SignedDuration or even a std::time::Duration. Moreover, all of the until and since APIs on datetime types have been ported and copied to return SignedDuration under the duration_until and duration_since names.

This marks an initial integration phase with SignedDuration. It is planned to integrate it more with the datetime types. Currently, there are integrations on Timestamp and Span, but more will be added in the future.

Overall, folks should still use Span. That is the intended default duration type in Jiff and will continue to be. Users of Jiff may find SignedDuration useful in contexts where speed is important or when one needs to integrate with the standard library.

This release also includes a few related deprecations as the APIs involving std::time::Duration are phased out in favor of SignedDuration.

Deprecations:

  • Timestamp::as_duration: replaced with as_jiff_duration, which will be renamed to as_duration in jiff 0.2.
  • Timestamp::from_duration: replaced with from_jiff_duration, which will be renamed to from_duration in jiff 0.2.
  • Timestamp::from_signed_duration: replaced with from_jiff_duration.
  • Span::to_duration: replaced with to_jiff_duration, which will be renamed to to_duration in jiff 0.2.

Basically, all of the above APIs either accept or return a std::time::Duration. To avoid breaking changes at this point, new methods for SignedDuration were added. For example, Timestamp::as_jiff_duration. In jiff 0.2, the above deprecated methods will be removed and replaced with equivalent methods that accept or return a SignedDuration instead. Callers can then convert between a SignedDuration and a std::time::Duration using appropriate TryFrom trait implementations.

Enhancements:

  • #21: Add new top-level SignedDuration type.
  • #90: Improve error message when using Span with >=day units with a Timestamp.

... (truncated)

Commits

Updates kasuari from 0.4.11 to 0.4.12

Release notes

Sourced from kasuari's releases.

v0.4.12

Added

  • make Solver Send + Sync (#50)

Other

  • (deps) bump the rust-dependencies group with 2 updates (#51)
  • (deps) bump thiserror from 2.0.17 to 2.0.18 in the rust-dependencies group (#49)
  • (deps) bump portable-atomic from 1.12.0 to 1.13.0 in the rust-dependencies group (#48)
  • (deps) bump portable-atomic from 1.11.1 to 1.12.0 in the rust-dependencies group (#46)
Changelog

Sourced from kasuari's changelog.

0.4.12 - 2026-03-13

Added

  • make Solver Send + Sync (#50)

Other

  • (deps) bump the rust-dependencies group with 2 updates (#51)
  • (deps) bump thiserror from 2.0.17 to 2.0.18 in the rust-dependencies group (#49)
  • (deps) bump portable-atomic from 1.12.0 to 1.13.0 in the rust-dependencies group (#48)
  • (deps) bump portable-atomic from 1.11.1 to 1.12.0 in the rust-dependencies group (#46)
Commits
  • 168ae0c chore: release v0.4.12 (#47)
  • 651a1d8 build(deps): bump the rust-dependencies group with 2 updates (#51)
  • 6c9d132 feat: make Solver Send + Sync (#50)
  • 4aad6db build(deps): bump thiserror from 2.0.17 to 2.0.18 in the rust-dependencies gr...
  • 10b659d build(deps): bump portable-atomic from 1.12.0 to 1.13.0 in the rust-dependenc...
  • c6aa0b2 build(deps): bump portable-atomic from 1.11.1 to 1.12.0 in the rust-dependenc...
  • See full diff in compare view

Updates libc from 0.2.182 to 0.2.183

Release notes

Sourced from libc's releases.

0.2.183

Added

  • ESP-IDF: Add SOMAXCONN (#4993)
  • Linux: Add name_to_handle_at and open_by_handle_at (#4988)
  • NetBSD: Add kinfo_file, kinfo_pcb, and related constants (#4985)
  • OpenBSD: Add kinfo_file and related constants (#4991)
  • VxWorks: Add additional structs and defines (#5003)
  • Various: Implement Default for timeval and timespec (#4976)

Fixed

  • Hexagon musl: Enable unstable 64-bit time_t support and musl_v1_2_3 (#4992)
  • Nintendo Switch: Fix target support (#4982)
  • OpenBSD: Wrap an unused field in Padding (#4997)
  • Redox: Change sigaction.sa_flags to c_int (#4986)
  • Redox: Fix blkcnt_t type (#4994)
Changelog

Sourced from libc's changelog.

0.2.183 - 2026-03-08

Added

  • ESP-IDF: Add SOMAXCONN (#4993)
  • Linux: Add name_to_handle_at and open_by_handle_at (#4988)
  • NetBSD: Add kinfo_file, kinfo_pcb, and related constants (#4985)
  • OpenBSD: Add kinfo_file and related constants (#4991)
  • VxWorks: Add additional structs and defines (#5003)
  • Various: Implement Default for timeval and timespec (#4976)

Fixed

  • Hexagon musl: Enable unstable 64-bit time_t support and musl_v1_2_3 (#4992)
  • Nintendo Switch: Fix target support (#4982)
  • OpenBSD: Wrap an unused field in Padding (#4997)
  • Redox: Change sigaction.sa_flags to c_int (#4986)
  • Redox: Fix blkcnt_t type (#4994)
Commits
  • 5660e6f chore: Release libc 0.2.183
  • 8b439b7 allow unused link_cfg feature in rustc-dep-of-std
  • e6436dc Adding structs and defines for vxworks
  • e9cca04 Linux: add name_to_handle_at and open_by_handle_at
  • af8b812 linux: relocate PIDFD definitions to src/new
  • d0bd7e2 NetBSD: add kinfo_file, kinfo_pcb structures and related constants
  • 17f5cce build(deps): bump actions/upload-artifact from 6 to 7
  • 62c89e8 OpenBSD: Wrap an unused field in Padding
  • 82cb126 enable musl32_time64 and musl_v1_2_3 for hexagon
  • e7f9902 redox: fix blkcnt_t type
  • Additional commits viewable in compare view

Updates num-conv from 0.2.0 to 0.2.1

Commits

Updates objc2 from 0.6.3 to 0.6.4

Commits
  • 8852b42 Bump objc2 0.6.3 -> 0.6.4
  • 2d39cba Cherry-pick ae1c875 for objc2 v0.6.4
  • 2ace80b Cherry-pick relevant parts of 9bd26ee for objc2 v0.6.4
  • 6780851 Bump dispatch2 0.3.0 -> 0.3.1
  • ad96317 Cherry-pick e429f0a for dispatch2 v0.3.1
  • ee273d9 Cherry-pick a4821be for dispatch2 v0.3.1
  • See full diff in compare view

Updates pin-project-lite from 0.2.16 to 0.2.17

Release notes

Sourced from pin-project-lite's releases.

0.2.17

Changelog

Sourced from pin-project-lite's changelog.

[0.2.17] - 2026-02-27

Commits
  • 3bdf763 Release 0.2.17
  • 1743702 Update changelog
  • be3eb1a Add comment about rust-version field to Cargo.toml
  • 2b5f66d Update allowed lint list
  • c7495a0 tools: Update tidy.sh
  • aa30a9f Apply clippy to doctest
  • 0944bb9 Update .deny.toml
  • 401bd71 rustfmt: Set hex_literal_case = "Upper"
  • 28c4fec test: Update lint test
  • 67a0449 tests: Update ui test output to nightly-2025-12-04
  • Additional commits viewable in compare view

Updates piper from 0.2.4 to 0.2.5

Release notes

Sourced from piper's releases.

v0.2.5

  • Add functions to allow for buffered reading and writing. (#27)
  • Fix a bug where closing the Writer after writing can cause the Reader to lose bytes. (#31)
Changelog

Sourced from piper's changelog.

Version 0.2.5

  • Add functions to allow for buffered reading and writing. (#27)
  • Fix a bug where closing the Writer after writing can cause the Reader to lose bytes. (#31)
Commits
  • 85da45e v0.2.5
  • 6dd31ba Add a test to verify that closing the write side doesn't break the reader side.
  • f072208 Switch ordering of closed load to use Acquire instead of Relaxed.
  • a7614f2 Fix ordering of available data check.
  • aa05148 Update criterion requirement from 0.7 to 0.8 (#29)
  • 3d62a59 feat: Implement AsyncBufRead and related methods on Reader and Writer for dir...
  • 6581c84 Update criterion requirement from 0.6 to 0.7 (#28)
  • e198ca3 Update criterion requirement from 0.4 to 0.6 (#25)
  • db2dcb8 Fix crates.io description for v0.2 reduced scope (#26)
  • 30dd8ec Fix typo (#21)
  • Additional commits viewable in compare view

Updates portable-atomic-util from 0.2.5 to 0.2.6

Release notes

Sourced from portable-atomic-util's releases.

0.2.6

portable-atomic-util has been extracted from the portable-atomic repository into its own repository: https://github.com/taiki-e/portable-atomic-util

Changelog

Sourced from portable-atomic-util's changelog.

[0.2.6] - 2026-03-14

portable-atomic-util has been extracted from the portable-atomic repository into its own repository: https://github.com/taiki-e/portable-atomic-util

Commits
  • 08e9d6c Release 0.2.6
  • 01bc732 Update changelog
  • 0a41253 Apply clippy to doctest
  • 7f3d9e0 Extract portable-atomic-util from portable-atomic repository
  • d1465ff Add comment about rust-version field to Cargo.toml

Bumps the cargo group with 29 updates:

| Package | From | To |
| --- | --- | --- |
| [jiff](https://github.com/BurntSushi/jiff) | `0.2.21` | `0.2.23` |
| [env_logger](https://github.com/rust-cli/env_logger) | `0.11.9` | `0.11.10` |
| [argh](https://github.com/google/argh) | `0.1.14` | `0.1.19` |
| [once_cell](https://github.com/matklad/once_cell) | `1.21.3` | `1.21.4` |
| [anstyle](https://github.com/rust-cli/anstyle) | `1.0.13` | `1.0.14` |
| [argh_derive](https://github.com/google/argh) | `0.1.14` | `0.1.19` |
| [argh_shared](https://github.com/google/argh) | `0.1.14` | `0.1.19` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.56` | `1.2.57` |
| [clap](https://github.com/clap-rs/clap) | `4.5.60` | `4.6.0` |
| [clap_builder](https://github.com/clap-rs/clap) | `4.5.60` | `4.6.0` |
| [clap_lex](https://github.com/clap-rs/clap) | `1.0.0` | `1.1.0` |
| [dispatch2](https://github.com/madsmtm/objc2) | `0.3.0` | `0.3.1` |
| [env_filter](https://github.com/rust-cli/env_logger) | `1.0.0` | `1.0.1` |
| [getrandom](https://github.com/rust-random/getrandom) | `0.4.1` | `0.4.2` |
| [instability](https://github.com/ratatui/instability) | `0.3.11` | `0.3.12` |
| [itoa](https://github.com/dtolnay/itoa) | `1.0.17` | `1.0.18` |
| [jiff-static](https://github.com/BurntSushi/jiff) | `0.2.21` | `0.2.23` |
| [jiff-tzdb](https://github.com/BurntSushi/jiff) | `0.1.5` | `0.1.6` |
| [kasuari](https://github.com/ratatui/kasuari) | `0.4.11` | `0.4.12` |
| [libc](https://github.com/rust-lang/libc) | `0.2.182` | `0.2.183` |
| [num-conv](https://github.com/jhpratt/num-conv) | `0.2.0` | `0.2.1` |
| [objc2](https://github.com/madsmtm/objc2) | `0.6.3` | `0.6.4` |
| [pin-project-lite](https://github.com/taiki-e/pin-project-lite) | `0.2.16` | `0.2.17` |
| [piper](https://github.com/smol-rs/piper) | `0.2.4` | `0.2.5` |
| [portable-atomic-util](https://github.com/taiki-e/portable-atomic-util) | `0.2.5` | `0.2.6` |
| [quote](https://github.com/dtolnay/quote) | `1.0.44` | `1.0.45` |
| [r-efi](https://github.com/r-efi/r-efi) | `5.3.0` | `6.0.0` |
| [zerocopy](https://github.com/google/zerocopy) | `0.8.40` | `0.8.47` |
| [zerocopy-derive](https://github.com/google/zerocopy) | `0.8.40` | `0.8.48` |


Updates `jiff` from 0.2.21 to 0.2.23
- [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.21...jiff-static-0.2.23)

Updates `env_logger` from 0.11.9 to 0.11.10
- [Release notes](https://github.com/rust-cli/env_logger/releases)
- [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md)
- [Commits](rust-cli/env_logger@v0.11.9...v0.11.10)

Updates `argh` from 0.1.14 to 0.1.19
- [Release notes](https://github.com/google/argh/releases)
- [Commits](https://github.com/google/argh/commits/v0.1.19)

Updates `once_cell` from 1.21.3 to 1.21.4
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](matklad/once_cell@v1.21.3...v1.21.4)

Updates `anstyle` from 1.0.13 to 1.0.14
- [Commits](rust-cli/anstyle@v1.0.13...v1.0.14)

Updates `argh_derive` from 0.1.14 to 0.1.19
- [Release notes](https://github.com/google/argh/releases)
- [Commits](https://github.com/google/argh/commits/v0.1.19)

Updates `argh_shared` from 0.1.14 to 0.1.19
- [Release notes](https://github.com/google/argh/releases)
- [Commits](https://github.com/google/argh/commits/v0.1.19)

Updates `cc` from 1.2.56 to 1.2.57
- [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.56...cc-v1.2.57)

Updates `clap` from 4.5.60 to 4.6.0
- [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.60...clap_complete-v4.6.0)

Updates `clap_builder` from 4.5.60 to 4.6.0
- [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.60...v4.6.0)

Updates `clap_lex` from 1.0.0 to 1.1.0
- [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_lex-v1.0.0...clap_lex-v1.1.0)

Updates `dispatch2` from 0.3.0 to 0.3.1
- [Commits](madsmtm/objc2@dispatch2-0.3.0...dispatch2-0.3.1)

Updates `env_filter` from 1.0.0 to 1.0.1
- [Release notes](https://github.com/rust-cli/env_logger/releases)
- [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md)
- [Commits](rust-cli/env_logger@env_filter-v1.0.0...env_filter-v1.0.1)

Updates `getrandom` from 0.4.1 to 0.4.2
- [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md)
- [Commits](rust-random/getrandom@v0.4.1...v0.4.2)

Updates `instability` from 0.3.11 to 0.3.12
- [Release notes](https://github.com/ratatui/instability/releases)
- [Changelog](https://github.com/ratatui/instability/blob/main/CHANGELOG.md)
- [Commits](ratatui/instability@instability-v0.3.11...instability-v0.3.12)

Updates `itoa` from 1.0.17 to 1.0.18
- [Release notes](https://github.com/dtolnay/itoa/releases)
- [Commits](dtolnay/itoa@1.0.17...1.0.18)

Updates `jiff-static` from 0.2.21 to 0.2.23
- [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.21...jiff-static-0.2.23)

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

Updates `kasuari` from 0.4.11 to 0.4.12
- [Release notes](https://github.com/ratatui/kasuari/releases)
- [Changelog](https://github.com/ratatui/kasuari/blob/main/CHANGELOG.md)
- [Commits](ratatui/kasuari@v0.4.11...v0.4.12)

Updates `libc` from 0.2.182 to 0.2.183
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.183/CHANGELOG.md)
- [Commits](rust-lang/libc@0.2.182...0.2.183)

Updates `num-conv` from 0.2.0 to 0.2.1
- [Commits](jhpratt/num-conv@v0.2.0...v0.2.1)

Updates `objc2` from 0.6.3 to 0.6.4
- [Commits](madsmtm/objc2@objc2-0.6.3...objc2-0.6.4)

Updates `pin-project-lite` from 0.2.16 to 0.2.17
- [Release notes](https://github.com/taiki-e/pin-project-lite/releases)
- [Changelog](https://github.com/taiki-e/pin-project-lite/blob/main/CHANGELOG.md)
- [Commits](taiki-e/pin-project-lite@v0.2.16...v0.2.17)

Updates `piper` from 0.2.4 to 0.2.5
- [Release notes](https://github.com/smol-rs/piper/releases)
- [Changelog](https://github.com/smol-rs/piper/blob/main/CHANGELOG.md)
- [Commits](smol-rs/piper@v0.2.4...v0.2.5)

Updates `portable-atomic-util` from 0.2.5 to 0.2.6
- [Release notes](https://github.com/taiki-e/portable-atomic-util/releases)
- [Changelog](https://github.com/taiki-e/portable-atomic-util/blob/main/CHANGELOG.md)
- [Commits](taiki-e/portable-atomic-util@v0.2.5...v0.2.6)

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

Updates `r-efi` from 5.3.0 to 6.0.0
- [Release notes](https://github.com/r-efi/r-efi/releases)
- [Changelog](https://github.com/r-efi/r-efi/blob/main/NEWS.md)
- [Commits](r-efi/r-efi@v5.3.0...v6.0.0)

Updates `zerocopy` from 0.8.40 to 0.8.47
- [Release notes](https://github.com/google/zerocopy/releases)
- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)
- [Commits](google/zerocopy@v0.8.40...v0.8.47)

Updates `zerocopy-derive` from 0.8.40 to 0.8.48
- [Release notes](https://github.com/google/zerocopy/releases)
- [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md)
- [Commits](google/zerocopy@v0.8.40...v0.8.48)

---
updated-dependencies:
- dependency-name: jiff
  dependency-version: 0.2.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: env_logger
  dependency-version: 0.11.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: argh
  dependency-version: 0.1.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: once_cell
  dependency-version: 1.21.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: anstyle
  dependency-version: 1.0.14
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: argh_derive
  dependency-version: 0.1.19
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: argh_shared
  dependency-version: 0.1.19
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: cc
  dependency-version: 1.2.57
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: clap
  dependency-version: 4.6.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: clap_builder
  dependency-version: 4.6.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: clap_lex
  dependency-version: 1.1.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: dispatch2
  dependency-version: 0.3.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: env_filter
  dependency-version: 1.0.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: getrandom
  dependency-version: 0.4.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: instability
  dependency-version: 0.3.12
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: itoa
  dependency-version: 1.0.18
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: jiff-static
  dependency-version: 0.2.23
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: jiff-tzdb
  dependency-version: 0.1.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: kasuari
  dependency-version: 0.4.12
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: libc
  dependency-version: 0.2.183
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: num-conv
  dependency-version: 0.2.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: objc2
  dependency-version: 0.6.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: pin-project-lite
  dependency-version: 0.2.17
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: piper
  dependency-version: 0.2.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: portable-atomic-util
  dependency-version: 0.2.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: quote
  dependency-version: 1.0.45
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: r-efi
  dependency-version: 6.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: cargo
- dependency-name: zerocopy
  dependency-version: 0.8.47
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: zerocopy-derive
  dependency-version: 0.8.48
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
...

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 Apr 1, 2026
Copy link
Copy Markdown
Member

@EliahKagan Eliah Kagan (EliahKagan) left a comment

Choose a reason for hiding this comment

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

No SemVer-breaking changes to direct dependencies. LGTM.

@EliahKagan Eliah Kagan (EliahKagan) merged commit ba0f015 into main Apr 1, 2026
9 checks passed
@EliahKagan Eliah Kagan (EliahKagan) deleted the dependabot/cargo/cargo-9e451ad7e4 branch April 1, 2026 23:27
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates Rust crate dependencies (direct and transitive) via Cargo, refreshing the lockfile and a handful of manifest version pins.

Changes:

  • Bump direct dependencies in Cargo.toml (jiff, env_logger, argh, once_cell).
  • Refresh Cargo.lock to newer resolved versions across the dependency graph (including clap, cc, libc, zerocopy, etc.).

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
Cargo.toml Updates a small set of direct dependency versions (incl. jiff and dev-deps).
Cargo.lock Re-resolves the full dependency graph to newer versions for builds/tests/benches.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

2 participants