Skip to content

chore(deps): bump the dependencies group with 23 updates#30

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/dependencies-50e9bb98a5
Open

chore(deps): bump the dependencies group with 23 updates#30
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/dependencies-50e9bb98a5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the dependencies group with 23 updates:

Package From To
vetis 0.1.4-beta.5 0.1.4-beta.6
aws-lc-rs 1.16.1 1.16.2
aws-lc-sys 0.38.0 0.39.0
crossfire 3.1.6 3.1.7
deboa 0.1.0-beta.9 0.1.0-beta.15
env_filter 1.0.0 1.0.1
env_logger 0.11.9 0.11.10
hotpath 0.14.0 0.13.0
hotpath-macros 0.14.0 0.13.0
itoa 1.0.17 1.0.18
num-conv 0.2.0 0.2.1
rustls-webpki 0.103.9 0.103.10
windows-sys 0.45.0 0.52.0
windows-targets 0.42.2 0.52.6
windows_aarch64_gnullvm 0.42.2 0.52.6
windows_aarch64_msvc 0.42.2 0.52.6
windows_i686_gnu 0.42.2 0.52.6
windows_i686_msvc 0.42.2 0.52.6
windows_x86_64_gnu 0.42.2 0.52.6
windows_x86_64_gnullvm 0.42.2 0.52.6
windows_x86_64_msvc 0.42.2 0.52.6
zerocopy 0.8.42 0.8.47
zerocopy-derive 0.8.42 0.8.47

Updates vetis from 0.1.4-beta.5 to 0.1.4-beta.6

Commits

Updates aws-lc-rs from 1.16.1 to 1.16.2

Release notes

Sourced from aws-lc-rs's releases.

aws-lc-rs v1.16.2

What's Changed

Build Improvements

Issues Being Closed

Other Merged PRs

New Contributors

Full Changelog: aws/aws-lc-rs@v1.16.1...v1.16.2

Commits

Updates aws-lc-sys from 0.38.0 to 0.39.0

Commits

Updates crossfire from 3.1.6 to 3.1.7

Changelog

Sourced from crossfire's changelog.

[3.1.7] - 2026-03-19

Added

  • oneshot: Add TxOneshot::is_disconnected()
Commits

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

Commits

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 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 hotpath from 0.14.0 to 0.13.0

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

Updates hotpath-macros from 0.14.0 to 0.13.0

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

Updates itoa from 1.0.17 to 1.0.18

Release notes

Sourced from itoa's releases.

1.0.18

Commits

Updates num-conv from 0.2.0 to 0.2.1

Commits

Updates rustls-webpki from 0.103.9 to 0.103.10

Release notes

Sourced from rustls-webpki's releases.

0.103.10

Correct selection of candidate CRLs by Distribution Point and Issuing Distribution Point. If a certificate had more than one distributionPoint, then only the first distributionPoint would be considered against each CRL's IssuingDistributionPoint distributionPoint, and then the certificate's subsequent distributionPoints would be ignored.

The impact was that correctly provided CRLs would not be consulted to check revocation. With UnknownStatusPolicy::Deny (the default) this would lead to incorrect but safe Error::UnknownRevocationStatus. With UnknownStatusPolicy::Allow this would lead to inappropriate acceptance of revoked certificates.

This vulnerability is thought to be of limited impact. This is because both the certificate and CRL are signed -- an attacker would need to compromise a trusted issuing authority to trigger this bug. An attacker with such capabilities could likely bypass revocation checking through other more impactful means (such as publishing a valid, empty CRL.)

More likely, this bug would be latent in normal use, and an attacker could leverage faulty revocation checking to continue using a revoked credential.

This vulnerability is identified by GHSA-pwjx-qhcg-rvj4. Thank you to @​1seal for the report.

What's Changed

Full Changelog: rustls/webpki@v/0.103.9...v/0.103.10

Commits
  • 348ce01 Prepare 0.103.10
  • dbde592 crl: fix authoritative_for() support for multiple URIs
  • 9c4838e avoid std::prelude imports
  • 009ef66 fix rust 1.94 ambiguous panic macro warnings
  • c41360d build(deps): bump taiki-e/cache-cargo-install-action from 2 to 3
  • e401d00 generate.py: reformat for black 2026.1.0
  • 06cedec Take semver-compatible deps
  • See full diff in compare view

Updates windows-sys from 0.45.0 to 0.52.0

Release notes

Sourced from windows-sys's releases.

0.52.0

This release includes updates to all crates. This includes the first update to the windows-sys crate in 8 months. It also includes the first published version of the riddle tool and the windows-version crate.

What's Changed

New Contributors

Full Changelog: microsoft/windows-rs@0.48.5...0.52.0

0.51.1

This is mainly for publishing an update of the windows-bindgen crate but also fixes a few minor readme and version issues to avoid confusion.

  • The windows and windows-core crates are updated to 0.51.1 to update the readme but are otherwise unchanged.
  • The windows-targets crate and arch-specific crates are updated to 0.48.3 to update the readme and bring the lib file names in line with the crate version.

Those are all semver-compatible updates.

  • The windows-bindgen crate is updated to 0.51.1 and includes the new riddle-based metadata processing capabilities and is compatible with the windows and windows-core crates.
  • The windows-metadata crate is updated to 0.51.1 and includes many refinements but is largely for internal use.

... (truncated)

Commits

Updates windows-targets from 0.42.2 to 0.52.6

Release notes

Sourced from windows-targets's releases.

windows-targets 0.48.1

This is a semver-compatible update to the windows-targets crate to improve gnullvm compatibility by including #2515 as requested in #2557.

Other crates will not be updated at this time.

Commits

Updates windows_aarch64_gnullvm from 0.42.2 to 0.52.6

Release notes

Sourced from windows_aarch64_gnullvm's releases.

0.52.0

This release includes updates to all crates. This includes the first update to the windows-sys crate in 8 months. It also includes the first published version of the riddle tool and the windows-version crate.

What's Changed

New Contributors

Full Changelog: microsoft/windows-rs@0.48.5...0.52.0

0.51.1

This is mainly for publishing an update of the windows-bindgen crate but also fixes a few minor readme and version issues to avoid confusion.

  • The windows and windows-core crates are updated to 0.51.1 to update the readme but are otherwise unchanged.
  • The windows-targets crate and arch-specific crates are updated to 0.48.3 to update the readme and bring the lib file names in line with the crate version.

Those are all semver-compatible updates.

  • The windows-bindgen crate is updated to 0.51.1 and includes the new riddle-based metadata processing capabilities and is compatible with the windows and windows-core crates.
  • The windows-metadata crate is updated to 0.51.1 and includes many refinements but is largely for internal use.

... (truncated)

Commits

Updates windows_aarch64_msvc from 0.42.2 to 0.52.6

Release notes

Sourced from windows_aarch64_msvc's releases.

0.52.0

This release includes updates to all crates. This includes the first update to the windows-sys crate in 8 months. It also includes the first published version of the riddle tool and the windows-version crate.

What's Changed

New Contributors

Full Changelog: microsoft/windows-rs@0.48.5...0.52.0

0.51.1

This is mainly for publishing an update of the windows-bindgen crate but also fixes a few minor readme and version issues to avoid confusion.

  • The windows and windows-core crates are updated to 0.51.1 to update the readme but are otherwise unchanged.
  • The windows-targets crate and arch-specific crates are updated to 0.48.3 to update the readme and bring the lib file names in line with the crate version.

Those are all semver-compatible updates.

  • The windows-bindgen crate is updated to 0.51.1 and includes the new riddle-based metadata processing capabilities and is compatible with the windows and windows-core crates.
  • The windows-metadata crate is updated to 0.51.1 and includes many refinements but is largely for internal use.

... (truncated)

Commits

Updates windows_i686_gnu from 0.42.2 to 0.52.6

Release notes

Sourced from windows_i686_gnu's releases.

0.52.0

This release includes updates to all crates. This includes the first update to the windows-sys crate in 8 months. It also includes the first published version of the riddle tool and the windows-version crate.

What's Changed

Bumps the dependencies group with 23 updates:

| Package | From | To |
| --- | --- | --- |
| [vetis](https://github.com/ararog/vetis) | `0.1.4-beta.5` | `0.1.4-beta.6` |
| [aws-lc-rs](https://github.com/aws/aws-lc-rs) | `1.16.1` | `1.16.2` |
| [aws-lc-sys](https://github.com/aws/aws-lc-rs) | `0.38.0` | `0.39.0` |
| [crossfire](https://github.com/frostyplanet/crossfire-rs) | `3.1.6` | `3.1.7` |
| [deboa](https://github.com/ararog/deboa) | `0.1.0-beta.9` | `0.1.0-beta.15` |
| [env_filter](https://github.com/rust-cli/env_logger) | `1.0.0` | `1.0.1` |
| [env_logger](https://github.com/rust-cli/env_logger) | `0.11.9` | `0.11.10` |
| [hotpath](https://github.com/pawurb/hotpath-rs) | `0.14.0` | `0.13.0` |
| [hotpath-macros](https://github.com/pawurb/hotpath-rs) | `0.14.0` | `0.13.0` |
| [itoa](https://github.com/dtolnay/itoa) | `1.0.17` | `1.0.18` |
| [num-conv](https://github.com/jhpratt/num-conv) | `0.2.0` | `0.2.1` |
| [rustls-webpki](https://github.com/rustls/webpki) | `0.103.9` | `0.103.10` |
| [windows-sys](https://github.com/microsoft/windows-rs) | `0.45.0` | `0.52.0` |
| [windows-targets](https://github.com/microsoft/windows-rs) | `0.42.2` | `0.52.6` |
| [windows_aarch64_gnullvm](https://github.com/microsoft/windows-rs) | `0.42.2` | `0.52.6` |
| [windows_aarch64_msvc](https://github.com/microsoft/windows-rs) | `0.42.2` | `0.52.6` |
| [windows_i686_gnu](https://github.com/microsoft/windows-rs) | `0.42.2` | `0.52.6` |
| [windows_i686_msvc](https://github.com/microsoft/windows-rs) | `0.42.2` | `0.52.6` |
| [windows_x86_64_gnu](https://github.com/microsoft/windows-rs) | `0.42.2` | `0.52.6` |
| [windows_x86_64_gnullvm](https://github.com/microsoft/windows-rs) | `0.42.2` | `0.52.6` |
| [windows_x86_64_msvc](https://github.com/microsoft/windows-rs) | `0.42.2` | `0.52.6` |
| [zerocopy](https://github.com/google/zerocopy) | `0.8.42` | `0.8.47` |
| [zerocopy-derive](https://github.com/google/zerocopy) | `0.8.42` | `0.8.47` |


Updates `vetis` from 0.1.4-beta.5 to 0.1.4-beta.6
- [Commits](https://github.com/ararog/vetis/commits)

Updates `aws-lc-rs` from 1.16.1 to 1.16.2
- [Release notes](https://github.com/aws/aws-lc-rs/releases)
- [Commits](aws/aws-lc-rs@v1.16.1...v1.16.2)

Updates `aws-lc-sys` from 0.38.0 to 0.39.0
- [Release notes](https://github.com/aws/aws-lc-rs/releases)
- [Commits](aws/aws-lc-rs@aws-lc-sys/v0.38.0...aws-lc-sys/v0.39.0)

Updates `crossfire` from 3.1.6 to 3.1.7
- [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)

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

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 `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 `hotpath` from 0.14.0 to 0.13.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.14.0...v0.13.0)

Updates `hotpath-macros` from 0.14.0 to 0.13.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.14.0...v0.13.0)

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 `num-conv` from 0.2.0 to 0.2.1
- [Commits](jhpratt/num-conv@v0.2.0...v0.2.1)

Updates `rustls-webpki` from 0.103.9 to 0.103.10
- [Release notes](https://github.com/rustls/webpki/releases)
- [Commits](rustls/webpki@v/0.103.9...v/0.103.10)

Updates `windows-sys` from 0.45.0 to 0.52.0
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](microsoft/windows-rs@0.45.0...0.52.0)

Updates `windows-targets` from 0.42.2 to 0.52.6
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](https://github.com/microsoft/windows-rs/commits)

Updates `windows_aarch64_gnullvm` from 0.42.2 to 0.52.6
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](https://github.com/microsoft/windows-rs/commits)

Updates `windows_aarch64_msvc` from 0.42.2 to 0.52.6
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](https://github.com/microsoft/windows-rs/commits)

Updates `windows_i686_gnu` from 0.42.2 to 0.52.6
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](https://github.com/microsoft/windows-rs/commits)

Updates `windows_i686_msvc` from 0.42.2 to 0.52.6
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](https://github.com/microsoft/windows-rs/commits)

Updates `windows_x86_64_gnu` from 0.42.2 to 0.52.6
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](https://github.com/microsoft/windows-rs/commits)

Updates `windows_x86_64_gnullvm` from 0.42.2 to 0.52.6
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](https://github.com/microsoft/windows-rs/commits)

Updates `windows_x86_64_msvc` from 0.42.2 to 0.52.6
- [Release notes](https://github.com/microsoft/windows-rs/releases)
- [Commits](https://github.com/microsoft/windows-rs/commits)

Updates `zerocopy` from 0.8.42 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.42...v0.8.47)

Updates `zerocopy-derive` from 0.8.42 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.42...v0.8.47)

---
updated-dependencies:
- dependency-name: vetis
  dependency-version: 0.1.4-beta.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: aws-lc-rs
  dependency-version: 1.16.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: aws-lc-sys
  dependency-version: 0.39.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: crossfire
  dependency-version: 3.1.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: deboa
  dependency-version: 0.1.0-beta.15
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: env_filter
  dependency-version: 1.0.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: env_logger
  dependency-version: 0.11.10
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: hotpath
  dependency-version: 0.13.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: hotpath-macros
  dependency-version: 0.13.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: itoa
  dependency-version: 1.0.18
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: num-conv
  dependency-version: 0.2.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: rustls-webpki
  dependency-version: 0.103.10
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: windows-sys
  dependency-version: 0.52.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: windows-targets
  dependency-version: 0.52.6
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: windows_aarch64_gnullvm
  dependency-version: 0.52.6
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: windows_aarch64_msvc
  dependency-version: 0.52.6
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: windows_i686_gnu
  dependency-version: 0.52.6
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: windows_i686_msvc
  dependency-version: 0.52.6
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: windows_x86_64_gnu
  dependency-version: 0.52.6
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: windows_x86_64_gnullvm
  dependency-version: 0.52.6
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: windows_x86_64_msvc
  dependency-version: 0.52.6
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: zerocopy
  dependency-version: 0.8.47
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: zerocopy-derive
  dependency-version: 0.8.47
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

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

dependabot bot commented on behalf of github Mar 25, 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.

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