Skip to content

chore(deps): bump the dependencies group with 16 updates#29

Merged
ararog merged 1 commit intomainfrom
dependabot/cargo/dependencies-9ed44eec2e
Mar 18, 2026
Merged

chore(deps): bump the dependencies group with 16 updates#29
ararog merged 1 commit intomainfrom
dependabot/cargo/dependencies-9ed44eec2e

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 18, 2026

Bumps the dependencies group with 16 updates:

Package From To
anstyle 1.0.13 1.0.14
cc 1.2.56 1.2.57
clap 4.5.60 4.6.0
clap_builder 4.5.60 4.6.0
clap_derive 4.5.55 4.6.0
clap_lex 1.0.0 1.1.0
colorchoice 1.0.4 1.0.5
crossfire 3.1.5 3.1.6
deboa 0.1.0-beta.6 0.1.0-beta.9
hotpath 0.13.0 0.14.0
hotpath-macros 0.13.0 0.14.0
hyper-body-utils 0.1.6-beta.4 0.1.6-beta.6
once_cell 1.21.3 1.21.4
portable-atomic-util 0.2.5 0.2.6
rt-gate 0.1.3 0.1.5
tinyvec 1.10.0 1.11.0

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 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_derive from 4.5.55 to 4.6.0

Release notes

Sourced from clap_derive's releases.

v4.5.60

[4.5.60] - 2026-02-19

Fixes

  • (help) Quote empty default values, possible values

v4.5.59

[4.5.59] - 2026-02-16

Fixes

  • Command::ignore_errors no longer masks help/version on subcommands

v4.5.58

[4.5.58] - 2026-02-11

v4.5.57

[4.5.57] - 2026-02-03

Fixes

  • Regression from 4.5.55 where having an argument with .value_terminator("--") caused problems with an argument with .last(true)

v4.5.56

[4.5.56] - 2026-01-29

Fixes

  • On conflict error, don't show conflicting arguments in the usage
Changelog

Sourced from clap_derive's changelog.

[4.6.0] - 2026-03-12

Compatibility

  • Update MSRV to 1.85

[4.5.61] - 2026-03-12

Internal

  • Update dependencies

[4.5.60] - 2026-02-19

Fixes

  • (help) Quote empty default values, possible values

[4.5.59] - 2026-02-16

Fixes

  • Command::ignore_errors no longer masks help/version on subcommands

[4.5.58] - 2026-02-11

[4.5.57] - 2026-02-03

Fixes

  • Regression from 4.5.55 where having an argument with .value_terminator("--") caused problems with an argument with .last(true)

[4.5.56] - 2026-01-29

Fixes

  • On conflict error, don't show conflicting arguments in the usage
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 colorchoice from 1.0.4 to 1.0.5

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 crossfire from 3.1.5 to 3.1.6

Release notes

Sourced from crossfire's releases.

3.1.6 WaitGroupInline

[3.1.6] - 2026-03-18

Added

  • waitgroup: Add WaitGroupInline (which does not allocate)
Changelog

Sourced from crossfire's changelog.

[3.1.6] - 2026-03-18

Added

  • waitgroup: Add WaitGroupInline (which does not allocate)

[3.1.4] - 2026-02-25

Changed

  • oneshot: Add Sync for TxOneshot

[3.1.2] - 2026-02-16

Changed

  • waitgroup: Add inner T inside, just like Arc, this break previous 3.1.0 and 3.1.1

[3.1.1] - 2026-02-15

Changed

  • waitgroup: Add Sync for WaitGroupGuard

[3.1.0] - 2026-02-14

Added

  • Add WaitGroup that support async & blocking, with custom threshold.

  • oneshot: Add recv_async_timeout & recv_async_with_timer

Changed

  • oneshot: Refactor oneshot and optimize out arc cost. try_recv() now require &mut self.

  • async_tx/async_rx: Refactor SendTimeoutFuture/RecvTimeoutFuture signature, to remove boxed future usage

[3.0.6] - 2026-02-11

Fixed

  • Fix multiplex: Ensure all message received before disconnect

[3.0.5] - 2026-02-11

Fixed

  • Fix msrv to 1.79 (NonZero usage)

... (truncated)

Commits

Updates deboa from 0.1.0-beta.6 to 0.1.0-beta.9

Commits

Updates hotpath from 0.13.0 to 0.14.0

Release notes

Sourced from hotpath's releases.

v0.14.0

Changelog: https://github.com/pawurb/hotpath-rs/blob/main/CHANGELOG.md#0140---2026-03-08

Changelog

Sourced from hotpath's changelog.

[0.14.0] - 2026-03-08

🚀 Features

  • Display TUI version

  • [breaking] Add HOTPATH_ALLOC_METRIC config

JSON schema rename: The hotpath_profiling_mode field in JsonFunctionsList is renamed to profiling_mode, and the ProfilingMode::Alloc variant is split into AllocBytes and AllocCount (serialized as "alloc-bytes" / "alloc-count" instead of "alloc"), breaking deserialization of existing JSON reports.

  • Add UNSAFE_ASYNC_ALLOC

  • Instrument future polls duration

  • [breaking] Simplify functions data pipeline

Removed MetricsProvider trait and from public API.

  • Add HOTPATH_MAX_LOG_LEN config

  • Add future instrumentation to measure macro

  • [breaking] Add runtime aware async alloc metrics

MeasurementGuard/MeasurementGuardWithLog replaced with MeasurementGuardSync/MeasurementGuardSyncWithLog/MeasurementGuardAsync/MeasurementGuardAsyncWithLog. Removed HOTPATH_UNSAFE_ASYNC_ALLOC.

  • Improve TUI futures details

  • Add async-channel support

  • [breaking] Show avg thread CPU, remove sys and user time

  • Configurable auto select index

🐛 Bug Fixes

  • [breaking] Dont expose internal API and remove hotpath-off flag

  • Add events drain limit on shutdown

  • Add functions drain limit on shutdown

  • [breaking] Dont expose HotpathGuard new

  • Dont track instrumentation allocations

... (truncated)

Commits
  • 026eafa chore: Release 0.14.0
  • 90904cc hotpath-backend use standard tokio runtime
  • 1b27cef fix!: Remove invalid channels queue depth reporting
  • 149eb06 Sync meta crate
  • 9f732c4 fix: Exclude hp-cpu-baseline thread alloc
  • bc9dfbe fix: Dont panic busy port
  • c3855b3 perf: Cache alloc thread slots
  • 811aa37 chore: Adjust alloc benchmark
  • 04932a8 Sync meta crate
  • 4c658f9 fix: Exclude hotpath threads alloc tracking
  • Additional commits viewable in compare view

Updates hotpath-macros from 0.13.0 to 0.14.0

Release notes

Sourced from hotpath-macros's releases.

v0.14.0

Changelog: https://github.com/pawurb/hotpath-rs/blob/main/CHANGELOG.md#0140---2026-03-08

Changelog

Sourced from hotpath-macros's changelog.

[0.14.0] - 2026-03-08

🚀 Features

  • Display TUI version

  • [breaking] Add HOTPATH_ALLOC_METRIC config

JSON schema rename: The hotpath_profiling_mode field in JsonFunctionsList is renamed to profiling_mode, and the ProfilingMode::Alloc variant is split into AllocBytes and AllocCount (serialized as "alloc-bytes" / "alloc-count" instead of "alloc"), breaking deserialization of existing JSON reports.

  • Add UNSAFE_ASYNC_ALLOC

  • Instrument future polls duration

  • [breaking] Simplify functions data pipeline

Removed MetricsProvider trait and from public API.

  • Add HOTPATH_MAX_LOG_LEN config

  • Add future instrumentation to measure macro

  • [breaking] Add runtime aware async alloc metrics

MeasurementGuard/MeasurementGuardWithLog replaced with MeasurementGuardSync/MeasurementGuardSyncWithLog/MeasurementGuardAsync/MeasurementGuardAsyncWithLog. Removed HOTPATH_UNSAFE_ASYNC_ALLOC.

  • Improve TUI futures details

  • Add async-channel support

  • [breaking] Show avg thread CPU, remove sys and user time

  • Configurable auto select index

🐛 Bug Fixes

  • [breaking] Dont expose internal API and remove hotpath-off flag

  • Add events drain limit on shutdown

  • Add functions drain limit on shutdown

  • [breaking] Dont expose HotpathGuard new

  • Dont track instrumentation allocations

... (truncated)

Commits
  • 026eafa chore: Release 0.14.0
  • 90904cc hotpath-backend use standard tokio runtime
  • 1b27cef fix!: Remove invalid channels queue depth reporting
  • 149eb06 Sync meta crate
  • 9f732c4 fix: Exclude hp-cpu-baseline thread alloc
  • bc9dfbe fix: Dont panic busy port
  • c3855b3 perf: Cache alloc thread slots
  • 811aa37 chore: Adjust alloc benchmark
  • 04932a8 Sync meta crate
  • 4c658f9 fix: Exclude hotpath threads alloc tracking
  • Additional commits viewable in compare view

Updates hyper-body-utils from 0.1.6-beta.4 to 0.1.6-beta.6

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 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
  • 0708e89 Update allowed lint list
  • e49c889 Adjust strict_provenance polyfill used on old rustc
  • See full diff in compare view

Updates rt-gate from 0.1.3 to 0.1.5

Commits

Updates tinyvec from 1.10.0 to 1.11.0

Changelog

Sourced from tinyvec's changelog.

Changelog

1.11

  • switched from serde dep to serde_core dep, which should allow more parallelization in builds for downstream users.
  • add as_mut_inner method when the latest_stable_rust feature is enabled
  • add is_full method to check if the size is equal to the capacity
  • add defmt support

1.10

  • Minimum rust version is now 1.55, and the non-const-generic impls are removed. This reduces build times by over a second on average, which is significant enough for a library crate.

1.9

  • Adds a latest_stable_rust cargo feature, which will automatically pull in other cargo features related to the latest Stable version of rust.
  • Adds ArrayVec::try_from_array_len
  • Adds TinyVec::into_vec and TinyVec::into_boxed_slice
  • Adds support for generic-array crate
  • Adds support for the borsh crate

1.8.1

  • e00E updated the rustc features so that they all correctly depend on the lower version feature. pr 199

1.8

1.7

  • Fuuzetsu added the rustc_1_61 cargo feature, which adds the retain_mut method. pr 198

1.6.1

  • e00E fixed the Arbitrary impl to work on Stable without using a feature gate. pr 180

1.6.0

  • i509VCB added the try_ functions for fallable reallocation.

... (truncated)

Commits

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 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 dependencies group with 16 updates:

| Package | From | To |
| --- | --- | --- |
| [anstyle](https://github.com/rust-cli/anstyle) | `1.0.13` | `1.0.14` |
| [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_derive](https://github.com/clap-rs/clap) | `4.5.55` | `4.6.0` |
| [clap_lex](https://github.com/clap-rs/clap) | `1.0.0` | `1.1.0` |
| [colorchoice](https://github.com/rust-cli/anstyle) | `1.0.4` | `1.0.5` |
| [crossfire](https://github.com/frostyplanet/crossfire-rs) | `3.1.5` | `3.1.6` |
| [deboa](https://github.com/ararog/deboa) | `0.1.0-beta.6` | `0.1.0-beta.9` |
| [hotpath](https://github.com/pawurb/hotpath-rs) | `0.13.0` | `0.14.0` |
| [hotpath-macros](https://github.com/pawurb/hotpath-rs) | `0.13.0` | `0.14.0` |
| [hyper-body-utils](https://github.com/ararog/hyper-body-utils) | `0.1.6-beta.4` | `0.1.6-beta.6` |
| [once_cell](https://github.com/matklad/once_cell) | `1.21.3` | `1.21.4` |
| [portable-atomic-util](https://github.com/taiki-e/portable-atomic-util) | `0.2.5` | `0.2.6` |
| [rt-gate](https://github.com/ararog/gate) | `0.1.3` | `0.1.5` |
| [tinyvec](https://github.com/Lokathor/tinyvec) | `1.10.0` | `1.11.0` |


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

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_derive` from 4.5.55 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.55...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 `colorchoice` from 1.0.4 to 1.0.5
- [Commits](rust-cli/anstyle@colorchoice-v1.0.4...colorchoice-v1.0.5)

Updates `crossfire` from 3.1.5 to 3.1.6
- [Release notes](https://github.com/frostyplanet/crossfire-rs/releases)
- [Changelog](https://github.com/frostyplanet/crossfire-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/frostyplanet/crossfire-rs/commits/v3.1.6)

Updates `deboa` from 0.1.0-beta.6 to 0.1.0-beta.9
- [Release notes](https://github.com/ararog/deboa/releases)
- [Commits](https://github.com/ararog/deboa/commits)

Updates `hotpath` from 0.13.0 to 0.14.0
- [Release notes](https://github.com/pawurb/hotpath-rs/releases)
- [Changelog](https://github.com/pawurb/hotpath-rs/blob/main/CHANGELOG.md)
- [Commits](pawurb/hotpath-rs@v0.13.0...v0.14.0)

Updates `hotpath-macros` from 0.13.0 to 0.14.0
- [Release notes](https://github.com/pawurb/hotpath-rs/releases)
- [Changelog](https://github.com/pawurb/hotpath-rs/blob/main/CHANGELOG.md)
- [Commits](pawurb/hotpath-rs@v0.13.0...v0.14.0)

Updates `hyper-body-utils` from 0.1.6-beta.4 to 0.1.6-beta.6
- [Commits](https://github.com/ararog/hyper-body-utils/commits)

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 `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 `rt-gate` from 0.1.3 to 0.1.5
- [Commits](https://github.com/ararog/gate/commits)

Updates `tinyvec` from 1.10.0 to 1.11.0
- [Changelog](https://github.com/Lokathor/tinyvec/blob/main/CHANGELOG.md)
- [Commits](Lokathor/tinyvec@v1.10.0...v1.11.0)

---
updated-dependencies:
- dependency-name: anstyle
  dependency-version: 1.0.14
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: cc
  dependency-version: 1.2.57
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: clap
  dependency-version: 4.6.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: clap_builder
  dependency-version: 4.6.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: clap_derive
  dependency-version: 4.6.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: clap_lex
  dependency-version: 1.1.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: colorchoice
  dependency-version: 1.0.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: crossfire
  dependency-version: 3.1.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: deboa
  dependency-version: 0.1.0-beta.9
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: hotpath
  dependency-version: 0.14.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: hotpath-macros
  dependency-version: 0.14.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: hyper-body-utils
  dependency-version: 0.1.6-beta.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: once_cell
  dependency-version: 1.21.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: portable-atomic-util
  dependency-version: 0.2.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: rt-gate
  dependency-version: 0.1.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: tinyvec
  dependency-version: 1.11.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 18, 2026

Milestone

The specified milestone could not be found on this repository. If you view a milestone, the final part of the page URL, after milestone, is the identifier. For example: https://github.com/<org>/<repo>/milestone/3.

Labels

The following labels could not be found: dependencies, rust. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@ararog ararog merged commit 86524b0 into main Mar 18, 2026
0 of 2 checks passed
@ararog ararog deleted the dependabot/cargo/dependencies-9ed44eec2e branch March 18, 2026 23:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant