Skip to content

chore(deps): bump the dependencies group with 15 updates#31

Merged
ararog merged 1 commit intomainfrom
dependabot/cargo/dependencies-e0c4b9b053
Mar 4, 2026
Merged

chore(deps): bump the dependencies group with 15 updates#31
ararog merged 1 commit intomainfrom
dependabot/cargo/dependencies-e0c4b9b053

Conversation

@dependabot
Copy link
Contributor

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

Bumps the dependencies group with 15 updates:

Package From To
tokio 1.49.0 1.50.0
aws-lc-rs 1.16.0 1.16.1
aws-lc-sys 0.37.1 0.38.0
const_fn 0.4.11 0.4.12
deboa 0.1.0-beta.2 0.1.0-beta.6
ipnet 2.11.0 2.12.0
jiff 0.2.21 0.2.23
jiff-static 0.2.21 0.2.23
pin-project-lite 0.2.16 0.2.17
piper 0.2.4 0.2.5
quote 1.0.44 1.0.45
security-framework 3.6.0 3.7.0
tokio-macros 2.6.0 2.6.1
zerocopy 0.8.39 0.8.40
zerocopy-derive 0.8.39 0.8.40

Updates tokio from 1.49.0 to 1.50.0

Release notes

Sourced from tokio's releases.

Tokio v1.50.0

1.50.0 (Mar 3rd, 2026)

Added

  • net: add TcpStream::set_zero_linger (#7837)
  • rt: add is_rt_shutdown_err (#7771)

Changed

  • io: add optimizer hint that memchr returns in-bounds pointer (#7792)
  • io: implement vectored writes for write_buf (#7871)
  • runtime: panic when event_interval is set to 0 (#7838)
  • runtime: shorten default thread name to fit in Linux limit (#7880)
  • signal: remember the result of SetConsoleCtrlHandler (#7833)
  • signal: specialize windows Registry (#7885)

Fixed

  • io: always cleanup AsyncFd registration list on deregister (#7773)
  • macros: remove (most) local use declarations in tokio::select! (#7929)
  • net: fix GET_BUF_SIZE constant for target_os = "android" (#7889)
  • runtime: avoid redundant unpark in current_thread scheduler (#7834)
  • runtime: don't park in current_thread if before_park defers waker (#7835)
  • io: fix write readiness on ESP32 on short writes (#7872)
  • runtime: wake deferred tasks before entering block_in_place (#7879)
  • sync: drop rx waker when oneshot receiver is dropped (#7886)
  • runtime: fix double increment of num_idle_threads on shutdown (#7910, #7918, #7922)

Unstable

  • fs: check for io-uring opcode support (#7815)
  • runtime: avoid lock acquisition after uring init (#7850)

Documented

  • docs: update outdated unstable features section (#7839)
  • io: clarify the behavior of AsyncWriteExt::shutdown() (#7908)
  • io: explain how to flush stdout/stderr (#7904)
  • io: fix incorrect and confusing AsyncWrite documentation (#7875)
  • rt: clarify the documentation of Runtime::spawn (#7803)
  • rt: fix missing quotation in docs (#7925)
  • runtime: correct the default thread name in docs (#7896)
  • runtime: fix event_interval doc (#7932)
  • sync: clarify RwLock fairness documentation (#7919)
  • sync: clarify that recv returns None once closed and no more messages (#7920)
  • task: clarify when to use spawn_blocking vs dedicated threads (#7923)
  • task: doc that task drops before JoinHandle completion (#7825)
  • signal: guarantee that listeners never return None (#7869)
  • task: fix task module feature flags in docs (#7891)

... (truncated)

Commits

Updates aws-lc-rs from 1.16.0 to 1.16.1

Release notes

Sourced from aws-lc-rs's releases.

aws-lc-rs v1.16.1

What's Changed

Build Improvements

Other merged PRs

New Contributors

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

Commits

Updates aws-lc-sys from 0.37.1 to 0.38.0

Commits

Updates const_fn from 0.4.11 to 0.4.12

Release notes

Sourced from const_fn's releases.

0.4.12

Changelog

Sourced from const_fn's changelog.

[0.4.12] - 2026-03-03

Commits
  • f7e7dc5 Release 0.4.12
  • 053c178 Update changelog
  • 2d8ffa0 ci: Update permissions for tidy reusable workflow
  • 931f5d9 Add comment about rust-version field to Cargo.toml
  • bfe68c4 Update allowed lint list
  • cae600b tools: Update tidy.sh
  • b076fde Apply clippy to doctest
  • d6fc21a Update .deny.toml
  • fe7f581 rustfmt: Set hex_literal_case = "Upper"
  • acedf56 Apply zizmor and update scripts
  • Additional commits viewable in compare view

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

Commits

Updates ipnet from 2.11.0 to 2.12.0

Release notes

Sourced from ipnet's releases.

Backwards compatible schemars 1.* support using version specific features#67

Changelog

Sourced from ipnet's changelog.

Version 2.12.0

  • Backwards compatible schemars 1.* support using version specific features#67
Commits
  • 65c04c3 Update version number.
  • 397bf72 Merge pull request #67 from StefanTerdell/schemars-1
  • 687f270 Add support for schemars 1, deprecate old features
  • See full diff in compare view

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 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 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 quote from 1.0.44 to 1.0.45

Release notes

Sourced from quote's releases.

1.0.45

  • Add ToTokens impl for Arc<T> (#326)
Commits
  • 842ffde Release 1.0.45
  • 93d691c Merge pull request #326 from dtolnay/arc
  • d27d589 ToTokens for Arc
  • 24d1082 Update ui test suite to nightly-2026-02-18
  • 26b1276 Unpin CI miri toolchain
  • c5e1c9e Pin CI miri to nightly-2026-02-11
  • 58e2155 Remove compiler version support from readme
  • 1fc6b50 Raise required compiler to Rust 1.71
  • 515480a Update ui test suite to nightly-2026-02-01
  • 2c5e770 Update ui test suite to nightly-2026-01-30
  • See full diff in compare view

Updates security-framework from 3.6.0 to 3.7.0

Commits

Updates tokio-macros from 2.6.0 to 2.6.1

Commits

Updates zerocopy from 0.8.39 to 0.8.40

Release notes

Sourced from zerocopy's releases.

v0.8.40

What's Changed

Full Changelog: google/zerocopy@v0.8.39...v0.8.40

Commits

Updates zerocopy-derive from 0.8.39 to 0.8.40

Release notes

Sourced from zerocopy-derive's releases.

v0.8.40

What's Changed

Full Changelog: google/zerocopy@v0.8.39...v0.8.40

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 15 updates:

| Package | From | To |
| --- | --- | --- |
| [tokio](https://github.com/tokio-rs/tokio) | `1.49.0` | `1.50.0` |
| [aws-lc-rs](https://github.com/aws/aws-lc-rs) | `1.16.0` | `1.16.1` |
| [aws-lc-sys](https://github.com/aws/aws-lc-rs) | `0.37.1` | `0.38.0` |
| [const_fn](https://github.com/taiki-e/const_fn) | `0.4.11` | `0.4.12` |
| [deboa](https://github.com/ararog/deboa) | `0.1.0-beta.2` | `0.1.0-beta.6` |
| [ipnet](https://github.com/krisprice/ipnet) | `2.11.0` | `2.12.0` |
| [jiff](https://github.com/BurntSushi/jiff) | `0.2.21` | `0.2.23` |
| [jiff-static](https://github.com/BurntSushi/jiff) | `0.2.21` | `0.2.23` |
| [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` |
| [quote](https://github.com/dtolnay/quote) | `1.0.44` | `1.0.45` |
| [security-framework](https://github.com/kornelski/rust-security-framework) | `3.6.0` | `3.7.0` |
| [tokio-macros](https://github.com/tokio-rs/tokio) | `2.6.0` | `2.6.1` |
| [zerocopy](https://github.com/google/zerocopy) | `0.8.39` | `0.8.40` |
| [zerocopy-derive](https://github.com/google/zerocopy) | `0.8.39` | `0.8.40` |


Updates `tokio` from 1.49.0 to 1.50.0
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.49.0...tokio-1.50.0)

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

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

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

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

Updates `ipnet` from 2.11.0 to 2.12.0
- [Release notes](https://github.com/krisprice/ipnet/releases)
- [Changelog](https://github.com/krisprice/ipnet/blob/master/RELEASES.md)
- [Commits](krisprice/ipnet@2.11.0...2.12.0)

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 `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 `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 `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 `security-framework` from 3.6.0 to 3.7.0
- [Commits](kornelski/rust-security-framework@v3.6.0...v3.7.0)

Updates `tokio-macros` from 2.6.0 to 2.6.1
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-macros-2.6.0...tokio-macros-2.6.1)

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

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

---
updated-dependencies:
- dependency-name: tokio
  dependency-version: 1.50.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: aws-lc-rs
  dependency-version: 1.16.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: aws-lc-sys
  dependency-version: 0.38.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: const_fn
  dependency-version: 0.4.12
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: deboa
  dependency-version: 0.1.0-beta.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ipnet
  dependency-version: 2.12.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: jiff
  dependency-version: 0.2.23
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: jiff-static
  dependency-version: 0.2.23
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pin-project-lite
  dependency-version: 0.2.17
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: piper
  dependency-version: 0.2.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: quote
  dependency-version: 1.0.45
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: security-framework
  dependency-version: 3.7.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: tokio-macros
  dependency-version: 2.6.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: zerocopy
  dependency-version: 0.8.40
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: zerocopy-derive
  dependency-version: 0.8.40
  dependency-type: indirect
  update-type: version-update:semver-patch
  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 4, 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 010d54d into main Mar 4, 2026
0 of 2 checks passed
@ararog ararog deleted the dependabot/cargo/dependencies-e0c4b9b053 branch March 4, 2026 19:50
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