Skip to content

Bump the all-dependencies group across 1 directory with 52 updates#1808

Open
dependabot[bot] wants to merge 1 commit intorelease-1.28from
dependabot/cargo/release-1.28/all-dependencies-9ffa91d10e
Open

Bump the all-dependencies group across 1 directory with 52 updates#1808
dependabot[bot] wants to merge 1 commit intorelease-1.28from
dependabot/cargo/release-1.28/all-dependencies-9ffa91d10e

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the all-dependencies group with 47 updates in the / directory:

Package From To
boring-rustls-provider aa6e1c3 490340a
boring 4.17.0 4.21.2
openssl 0.10.73 0.10.76
anyhow 1.0.99 1.0.102
async-trait 0.1.88 0.1.89
bytes 1.10.1 1.11.1
chrono 0.4.41 0.4.44
duration-str 0.17.0 0.21.0
futures 0.3.31 0.3.32
jemalloc_pprof 0.8.1 0.8.2
tikv-jemallocator 0.6.0 0.6.1
hashbrown 0.15.5 0.16.1
hyper 1.6.0 1.8.1
hyper-util 0.1.16 0.1.20
ipnet 2.11.0 2.12.0
libc 0.2.175 0.2.183
log 0.4.27 0.4.29
nix 0.29.0 0.31.2
once_cell 1.21.3 1.21.4
prometheus-client 0.23.1 0.24.0
prost 0.13.5 0.14.3
prost-types 0.13.5 0.14.3
rcgen 0.14.3 0.14.7
rustls 0.23.31 0.23.37
rustls-native-certs 0.8.1 0.8.3
serde_json 1.0.142 1.0.149
socket2 0.6.0 0.6.3
thiserror 2.0.14 2.0.18
tls-listener 0.11.0 0.11.2
tokio 1.47.1 1.50.0
tokio-rustls 0.26.2 0.26.4
tokio-stream 0.1.17 0.1.18
tower 0.5.2 0.5.3
tracing 0.1.41 0.1.44
tracing-subscriber 0.3.19 0.3.23
x509-parser 0.17.0 0.18.1
pin-project-lite 0.2.16 0.2.17
pingora-pool 0.4.0 0.8.0
h2 0.4.12 0.4.13
http 1.3.1 1.4.0
tracing-appender 0.2.3 0.2.4
tokio-util 0.7.16 0.7.18
netns-rs 0.1.0 0.2.0
criterion 0.5.1 0.7.0
local-ip-address 0.6.5 0.6.10
ctor 0.5.0 0.6.3
prost-build 0.13.5 0.14.3

Updates boring-rustls-provider from aa6e1c3 to 490340a

Commits

Updates boring from 4.17.0 to 4.21.2

Release notes

Sourced from boring's releases.

v4.21.1

v4.21.0

Deprecated APIs that were removed in v5.

v4.20.0

  • Add a more reliable Error::library_reason()
  • Fix string data conversion in ErrorStack::put()
  • CStr vs UTF-8 improvements in cloudflare/boring#371
  • Fix swapped host/target args and support TARGET_CC and CC_{target} in cloudflare/boring#375
  • Enable bindgen layout tests on all Rust versions 3116032a83a891f9495698bf0692ccc59ceef6e2

Full Changelog: cloudflare/boring@v4.19.0...v4.20.0

v4.19.0

Full Changelog: cloudflare/boring@v4.18.0...v4.19.0

v4.18.0

What's Changed

New Contributors

Full Changelog: cloudflare/boring@v4.17.0...v4.18.0

Changelog

Sourced from boring's changelog.

5.0.0

  • 2025-12-19 Update vendored boring to a newer version (2023.11 to 2025.11)
  • 2025-12-20 Rework RPK/SslMethod (c2f063cf4711f15b8b417b6926496fbf1c2a03ac)
  • 2025-09-29 Remove SslCurve API
  • 2025-09-30 Remove the "kx-*" features
  • 2025-09-25 Remove legacy FIPS options (they're controlled via BORING_BSSL_ env vars instead)
  • 2026-01-05 Remove deprecated X509CheckFlags flag
  • 2025-09-30 Remove "pq-experimental" Cargo feature, apply PQ patch by default + P256Kyber768Draft00
  • 2026-01-05 Safe clone for X509Store
  • 2025-03-08 Add set_ticket_key_callback (SSL_CTX_set_tlsext_ticket_key_cb)
  • 2025-09-30 Add SslRef::curve_name()
  • 2025-09-30 Expose a safe Rust interface for the session resumption callback
  • 2026-01-05 Fix leaky set_ex_data() API
  • 2025-12-12 Add boring specific api set_strict_cipher_list to SslContextBuilder
  • 2025-11-20 Introduce SslCipherRef::protocol_id
  • 2023-05-11 fix: BIO_set_retry_write when BIO_CTRL_FLUSH to allow writer returns WouldBlock on flush
  • 2025-11-14 Remove blanket Eq from FFI types
  • 2025-12-20 Never use the debug CRT on Windows
  • 2025-02-19 X509Builder::append_extension2 -> X509Builder::append_extension
  • 2025-02-19 Ssl::new_from_ref -> Ssl::new()
  • 2025-02-19 Align SslStream APIs with upstream
  • 2025-09-26 Remove support for Hyper v0

4.21.0

  • 2026-01-05 Warn about set_curves() removal
  • 2026-01-05 Deprecate set_ex_data()
  • 2026-01-05 Fix build with --no-default-features
  • 2026-01-05 Make set_curves_list always available
  • 2026-01-19 Use fips-build-compatible ERR_add_error_data

4.20.0

  • 2025-08-26 Support TARGET_CC and CC_{target}
  • 2025-08-26 Fix swapped host/target args
  • 2025-06-13 CStr UTF-8 improvements
  • 2025-09-26 Skip Rust version detection for bindgen
  • 2025-09-26 Upgrade deps
  • 2025-06-13 Ensure that ERR_LIB type can be named
  • 2025-06-13 Add more reliable library_reason()
  • 2025-09-30 pq: fix MSVC C4146 warning
  • 2025-10-14 Freebsd build
  • 2025-10-01 Fix string data conversion in ErrorStack::put()

4.19.0

  • 2025-09-03 Add binding for X509_check_ip_asc
  • 2025-06-13 Use ERR_clear_error
  • 2025-06-13 Error descriptions and docs
  • 2025-06-13 Boring doesn't use function codes
  • 2025-09-03 Fix patched docs.rs builds
  • 2025-09-03 Test docs.rs docs
  • 2025-09-03 Fix doc links

... (truncated)

Commits
  • 3a930a3 Don't add build/ to non-FIPS pre-built path
  • fec5ccf More robust int conversion
  • 395f578 v4.21.1
  • 64b3e14 Fix docs.rs build
  • 33b36ab Release 4.21.0
  • 80c3a89 Fix build with --no-default-features
  • f10414d Ensure dependency requirements are bumped
  • 98215db Bump and fix boring-sys minimum version
  • 05e3aaf Fix deprecated call
  • 35774a0 Can't cross-build with clang-12 due to libc++ mismatch
  • Additional commits viewable in compare view

Updates boring-sys from 4.17.0 to 4.21.2

Release notes

Sourced from boring-sys's releases.

v4.21.1

v4.21.0

Deprecated APIs that were removed in v5.

v4.20.0

  • Add a more reliable Error::library_reason()
  • Fix string data conversion in ErrorStack::put()
  • CStr vs UTF-8 improvements in cloudflare/boring#371
  • Fix swapped host/target args and support TARGET_CC and CC_{target} in cloudflare/boring#375
  • Enable bindgen layout tests on all Rust versions 3116032a83a891f9495698bf0692ccc59ceef6e2

Full Changelog: cloudflare/boring@v4.19.0...v4.20.0

v4.19.0

Full Changelog: cloudflare/boring@v4.18.0...v4.19.0

v4.18.0

What's Changed

New Contributors

Full Changelog: cloudflare/boring@v4.17.0...v4.18.0

Changelog

Sourced from boring-sys's changelog.

5.0.0

  • 2025-12-19 Update vendored boring to a newer version (2023.11 to 2025.11)
  • 2025-12-20 Rework RPK/SslMethod (c2f063cf4711f15b8b417b6926496fbf1c2a03ac)
  • 2025-09-29 Remove SslCurve API
  • 2025-09-30 Remove the "kx-*" features
  • 2025-09-25 Remove legacy FIPS options (they're controlled via BORING_BSSL_ env vars instead)
  • 2026-01-05 Remove deprecated X509CheckFlags flag
  • 2025-09-30 Remove "pq-experimental" Cargo feature, apply PQ patch by default + P256Kyber768Draft00
  • 2026-01-05 Safe clone for X509Store
  • 2025-03-08 Add set_ticket_key_callback (SSL_CTX_set_tlsext_ticket_key_cb)
  • 2025-09-30 Add SslRef::curve_name()
  • 2025-09-30 Expose a safe Rust interface for the session resumption callback
  • 2026-01-05 Fix leaky set_ex_data() API
  • 2025-12-12 Add boring specific api set_strict_cipher_list to SslContextBuilder
  • 2025-11-20 Introduce SslCipherRef::protocol_id
  • 2023-05-11 fix: BIO_set_retry_write when BIO_CTRL_FLUSH to allow writer returns WouldBlock on flush
  • 2025-11-14 Remove blanket Eq from FFI types
  • 2025-12-20 Never use the debug CRT on Windows
  • 2025-02-19 X509Builder::append_extension2 -> X509Builder::append_extension
  • 2025-02-19 Ssl::new_from_ref -> Ssl::new()
  • 2025-02-19 Align SslStream APIs with upstream
  • 2025-09-26 Remove support for Hyper v0

4.21.0

  • 2026-01-05 Warn about set_curves() removal
  • 2026-01-05 Deprecate set_ex_data()
  • 2026-01-05 Fix build with --no-default-features
  • 2026-01-05 Make set_curves_list always available
  • 2026-01-19 Use fips-build-compatible ERR_add_error_data

4.20.0

  • 2025-08-26 Support TARGET_CC and CC_{target}
  • 2025-08-26 Fix swapped host/target args
  • 2025-06-13 CStr UTF-8 improvements
  • 2025-09-26 Skip Rust version detection for bindgen
  • 2025-09-26 Upgrade deps
  • 2025-06-13 Ensure that ERR_LIB type can be named
  • 2025-06-13 Add more reliable library_reason()
  • 2025-09-30 pq: fix MSVC C4146 warning
  • 2025-10-14 Freebsd build
  • 2025-10-01 Fix string data conversion in ErrorStack::put()

4.19.0

  • 2025-09-03 Add binding for X509_check_ip_asc
  • 2025-06-13 Use ERR_clear_error
  • 2025-06-13 Error descriptions and docs
  • 2025-06-13 Boring doesn't use function codes
  • 2025-09-03 Fix patched docs.rs builds
  • 2025-09-03 Test docs.rs docs
  • 2025-09-03 Fix doc links

... (truncated)

Commits
  • 3a930a3 Don't add build/ to non-FIPS pre-built path
  • fec5ccf More robust int conversion
  • 395f578 v4.21.1
  • 64b3e14 Fix docs.rs build
  • 33b36ab Release 4.21.0
  • 80c3a89 Fix build with --no-default-features
  • f10414d Ensure dependency requirements are bumped
  • 98215db Bump and fix boring-sys minimum version
  • 05e3aaf Fix deprecated call
  • 35774a0 Can't cross-build with clang-12 due to libc++ mismatch
  • Additional commits viewable in compare view

Updates openssl from 0.10.73 to 0.10.76

Release notes

Sourced from openssl's releases.

openssl-v0.10.76

What's Changed

New Contributors

Full Changelog: rust-openssl/rust-openssl@openssl-v0.10.75...openssl-v0.10.76

openssl-v0.10.75

What's Changed

... (truncated)

Commits

Updates anyhow from 1.0.99 to 1.0.102

Release notes

Sourced from anyhow's releases.

1.0.102

1.0.101

1.0.100

  • Teach clippy to lint formatting arguments in bail!, ensure!, anyhow! (#426)
Commits
  • 5c657b3 Release 1.0.102
  • e737fb6 Merge pull request #442 from dtolnay/backtrace
  • 7fe62b5 Further simply backtrace conditional compilation
  • c8cb5ca Merge pull request #441 from dtolnay/backtrace
  • de27df7 Delete CI use of --features=backtrace
  • 9b67e5d Merge pull request #440 from dtolnay/backtrace
  • efdb11a Simplify std_backtrace conditional code
  • b8a9a70 Merge pull request #439 from dtolnay/backtrace
  • a42fc2c Remove feature = "backtrace" conditional code
  • 2a2a3ce Re-word backtrace feature comment
  • Additional commits viewable in compare view

Updates async-trait from 0.1.88 to 0.1.89

Release notes

Sourced from async-trait's releases.

0.1.89

Commits
  • a7e91e9 Release 0.1.89
  • fbcfcac Merge pull request 293 from Veykril/lw/quote_spanned
  • fd93990 Improve use of spans in quote_spanned
  • a5093fe Add type-mismatch ui test
  • 6d12b44 Revert "Pin nightly toolchain used for miri job"
  • dd9e4ba Hide unused_variables warning in consider-restricting.rs ui test
  • b454fc8 Update ui test suite to nightly-2025-08-03
  • 9c880e8 Update ui test suite to nightly-2025-07-30
  • 7ca751d Ignore unused_parens warning in test
  • 2bccfeb Update ui test suite to nightly-2025-05-28
  • Additional commits viewable in compare view

Updates bytes from 1.10.1 to 1.11.1

Release notes

Sourced from bytes's releases.

Bytes v1.11.1

1.11.1 (February 3rd, 2026)

  • Fix integer overflow in BytesMut::reserve

Bytes v1.11.0

1.11.0 (November 14th, 2025)

  • Bump MSRV to 1.57 (#788)

Fixed

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

Internal changes

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

Sourced from bytes's changelog.

1.11.1 (February 3rd, 2026)

  • Fix integer overflow in BytesMut::reserve

1.11.0 (November 14th, 2025)

  • Bump MSRV to 1.57 (#788)

Fixed

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

Internal changes

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

Updates chrono from 0.4.41 to 0.4.44

Release notes

Sourced from chrono's releases.

0.4.44

What's Changed

0.4.43

What's Changed

0.4.42

What's Changed

Commits
  • c14b459 Bump version to 0.4.44
  • ea832c5 Add track_caller to non-deprecated functions
  • cfae889 Fix panic message in to_rfc2822
  • f8900b5 docs: match MSRV with Cargo.toml contents
  • 45caaa9 Update copyright year to 2026 in LICENSE.txt
  • 1c0b8f0 Bump version to 0.4.43
  • a03e43b Upgrade windows-bindgen to 0.66
  • 4fedaba Ignore bincode advisory
  • f4b7bbd Bump actions/checkout from 5 to 6
  • db12973 Added doctest for the NaiveDate years_since function (#1755)
  • Additional commits viewable in compare view

Updates duration-str from 0.17.0 to 0.21.0

Release notes

Sourced from duration-str's releases.

v0.21.0

What's Changed

New Contributors

Full Changelog: baoyachi/duration-str@v0.20.0...v0.21.0

v0.20.0

What's Changed

New Contributors

Full Changelog: baoyachi/duration-str@v0.19.0...v0.20.0

v0.19.0

What's Changed

Full Changelog: baoyachi/duration-str@v0.18.0...v0.19.0

v0.18.0

What's Changed

New Contributors

Full Changelog: baoyachi/duration-str@v0.17.0...v0.18.0

Commits
  • 601942a Bump version from 0.20.0 to 0.21.0
  • a3a2ad1 Merge pull request #92 from sbuzzard/fix/duration_option_with_struct_flatten
  • 7ee539f Address cut-and-paste error with comments
  • 839cf4e Add vist_unit for struct flatten to work with null property for option deser
  • 6aa54d7 Bump version from 0.19.0 to 0.20.0
  • 01e123d Merge pull request #91 from jeroenvervaeke/master
  • c3021be chore(deps): bump time to 0.3.47
  • 24cf512 Bump version from 0.18.0 to 0.19.0
  • f0a5eae Merge pull request #89 from baoyac...

    Description has been truncated

Bumps the all-dependencies group with 47 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [boring-rustls-provider](https://github.com/janrueth/boring-rustls-provider) | ``aa6e1c3`` | ``490340a`` |
| [boring](https://github.com/cloudflare/boring) | `4.17.0` | `4.21.2` |
| [openssl](https://github.com/rust-openssl/rust-openssl) | `0.10.73` | `0.10.76` |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.99` | `1.0.102` |
| [async-trait](https://github.com/dtolnay/async-trait) | `0.1.88` | `0.1.89` |
| [bytes](https://github.com/tokio-rs/bytes) | `1.10.1` | `1.11.1` |
| [chrono](https://github.com/chronotope/chrono) | `0.4.41` | `0.4.44` |
| [duration-str](https://github.com/baoyachi/duration-str) | `0.17.0` | `0.21.0` |
| [futures](https://github.com/rust-lang/futures-rs) | `0.3.31` | `0.3.32` |
| [jemalloc_pprof](https://github.com/polarsignals/rust-jemalloc-pprof) | `0.8.1` | `0.8.2` |
| [tikv-jemallocator](https://github.com/tikv/jemallocator) | `0.6.0` | `0.6.1` |
| [hashbrown](https://github.com/rust-lang/hashbrown) | `0.15.5` | `0.16.1` |
| [hyper](https://github.com/hyperium/hyper) | `1.6.0` | `1.8.1` |
| [hyper-util](https://github.com/hyperium/hyper-util) | `0.1.16` | `0.1.20` |
| [ipnet](https://github.com/krisprice/ipnet) | `2.11.0` | `2.12.0` |
| [libc](https://github.com/rust-lang/libc) | `0.2.175` | `0.2.183` |
| [log](https://github.com/rust-lang/log) | `0.4.27` | `0.4.29` |
| [nix](https://github.com/nix-rust/nix) | `0.29.0` | `0.31.2` |
| [once_cell](https://github.com/matklad/once_cell) | `1.21.3` | `1.21.4` |
| [prometheus-client](https://github.com/prometheus/client_rust) | `0.23.1` | `0.24.0` |
| [prost](https://github.com/tokio-rs/prost) | `0.13.5` | `0.14.3` |
| [prost-types](https://github.com/tokio-rs/prost) | `0.13.5` | `0.14.3` |
| [rcgen](https://github.com/rustls/rcgen) | `0.14.3` | `0.14.7` |
| [rustls](https://github.com/rustls/rustls) | `0.23.31` | `0.23.37` |
| [rustls-native-certs](https://github.com/rustls/rustls-native-certs) | `0.8.1` | `0.8.3` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.142` | `1.0.149` |
| [socket2](https://github.com/rust-lang/socket2) | `0.6.0` | `0.6.3` |
| [thiserror](https://github.com/dtolnay/thiserror) | `2.0.14` | `2.0.18` |
| [tls-listener](https://github.com/tmccombs/tls-listener) | `0.11.0` | `0.11.2` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.47.1` | `1.50.0` |
| [tokio-rustls](https://github.com/rustls/tokio-rustls) | `0.26.2` | `0.26.4` |
| [tokio-stream](https://github.com/tokio-rs/tokio) | `0.1.17` | `0.1.18` |
| [tower](https://github.com/tower-rs/tower) | `0.5.2` | `0.5.3` |
| [tracing](https://github.com/tokio-rs/tracing) | `0.1.41` | `0.1.44` |
| [tracing-subscriber](https://github.com/tokio-rs/tracing) | `0.3.19` | `0.3.23` |
| [x509-parser](https://github.com/rusticata/x509-parser) | `0.17.0` | `0.18.1` |
| [pin-project-lite](https://github.com/taiki-e/pin-project-lite) | `0.2.16` | `0.2.17` |
| [pingora-pool](https://github.com/cloudflare/pingora) | `0.4.0` | `0.8.0` |
| [h2](https://github.com/hyperium/h2) | `0.4.12` | `0.4.13` |
| [http](https://github.com/hyperium/http) | `1.3.1` | `1.4.0` |
| [tracing-appender](https://github.com/tokio-rs/tracing) | `0.2.3` | `0.2.4` |
| [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.16` | `0.7.18` |
| [netns-rs](https://github.com/wllenyj/netns-rs) | `0.1.0` | `0.2.0` |
| [criterion](https://github.com/criterion-rs/criterion.rs) | `0.5.1` | `0.7.0` |
| [local-ip-address](https://github.com/LeoBorai/local-ip-address) | `0.6.5` | `0.6.10` |
| [ctor](https://github.com/mmastrac/rust-ctor) | `0.5.0` | `0.6.3` |
| [prost-build](https://github.com/tokio-rs/prost) | `0.13.5` | `0.14.3` |



Updates `boring-rustls-provider` from `aa6e1c3` to `490340a`
- [Commits](janrueth/boring-rustls-provider@aa6e1c3...490340a)

Updates `boring` from 4.17.0 to 4.21.2
- [Release notes](https://github.com/cloudflare/boring/releases)
- [Changelog](https://github.com/cloudflare/boring/blob/master/RELEASE_NOTES)
- [Commits](cloudflare/boring@v4.17.0...v4.21.2)

Updates `boring-sys` from 4.17.0 to 4.21.2
- [Release notes](https://github.com/cloudflare/boring/releases)
- [Changelog](https://github.com/cloudflare/boring/blob/master/RELEASE_NOTES)
- [Commits](cloudflare/boring@v4.17.0...v4.21.2)

Updates `openssl` from 0.10.73 to 0.10.76
- [Release notes](https://github.com/rust-openssl/rust-openssl/releases)
- [Commits](rust-openssl/rust-openssl@openssl-v0.10.73...openssl-v0.10.76)

Updates `anyhow` from 1.0.99 to 1.0.102
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.99...1.0.102)

Updates `async-trait` from 0.1.88 to 0.1.89
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.88...0.1.89)

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

Updates `chrono` from 0.4.41 to 0.4.44
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.41...v0.4.44)

Updates `duration-str` from 0.17.0 to 0.21.0
- [Release notes](https://github.com/baoyachi/duration-str/releases)
- [Commits](baoyachi/duration-str@v0.17.0...v0.21.0)

Updates `futures` from 0.3.31 to 0.3.32
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.31...0.3.32)

Updates `futures-core` from 0.3.31 to 0.3.32
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.31...0.3.32)

Updates `futures-util` from 0.3.31 to 0.3.32
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/futures-rs@0.3.31...0.3.32)

Updates `jemalloc_pprof` from 0.8.1 to 0.8.2
- [Commits](https://github.com/polarsignals/rust-jemalloc-pprof/commits)

Updates `tikv-jemallocator` from 0.6.0 to 0.6.1
- [Release notes](https://github.com/tikv/jemallocator/releases)
- [Changelog](https://github.com/tikv/jemallocator/blob/main/CHANGELOG.md)
- [Commits](tikv/jemallocator@0.6.0...0.6.1)

Updates `hashbrown` from 0.15.5 to 0.16.1
- [Release notes](https://github.com/rust-lang/hashbrown/releases)
- [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md)
- [Commits](rust-lang/hashbrown@v0.15.5...v0.16.1)

Updates `hyper` from 1.6.0 to 1.8.1
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md)
- [Commits](hyperium/hyper@v1.6.0...v1.8.1)

Updates `hyper-util` from 0.1.16 to 0.1.20
- [Release notes](https://github.com/hyperium/hyper-util/releases)
- [Changelog](https://github.com/hyperium/hyper-util/blob/master/CHANGELOG.md)
- [Commits](hyperium/hyper-util@v0.1.16...v0.1.20)

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 `libc` from 0.2.175 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.175...0.2.183)

Updates `log` from 0.4.27 to 0.4.29
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](rust-lang/log@0.4.27...0.4.29)

Updates `nix` from 0.29.0 to 0.31.2
- [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md)
- [Commits](nix-rust/nix@v0.29.0...v0.31.2)

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 `prometheus-client` from 0.23.1 to 0.24.0
- [Release notes](https://github.com/prometheus/client_rust/releases)
- [Changelog](https://github.com/prometheus/client_rust/blob/master/CHANGELOG.md)
- [Commits](prometheus/client_rust@v0.23.1...v0.24.0)

Updates `prost` from 0.13.5 to 0.14.3
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/prost@v0.13.5...v0.14.3)

Updates `prost-types` from 0.13.5 to 0.14.3
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/prost@v0.13.5...v0.14.3)

Updates `rcgen` from 0.14.3 to 0.14.7
- [Release notes](https://github.com/rustls/rcgen/releases)
- [Commits](rustls/rcgen@v0.14.3...v0.14.7)

Updates `rustls` from 0.23.31 to 0.23.37
- [Release notes](https://github.com/rustls/rustls/releases)
- [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md)
- [Commits](rustls/rustls@v/0.23.31...v/0.23.37)

Updates `rustls-native-certs` from 0.8.1 to 0.8.3
- [Release notes](https://github.com/rustls/rustls-native-certs/releases)
- [Commits](rustls/rustls-native-certs@v/0.8.1...v/0.8.3)

Updates `serde` from 1.0.219 to 1.0.228
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.219...v1.0.228)

Updates `serde_json` from 1.0.142 to 1.0.149
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.142...v1.0.149)

Updates `socket2` from 0.6.0 to 0.6.3
- [Release notes](https://github.com/rust-lang/socket2/releases)
- [Changelog](https://github.com/rust-lang/socket2/blob/master/CHANGELOG.md)
- [Commits](rust-lang/socket2@v0.6.0...v0.6.3)

Updates `thiserror` from 2.0.14 to 2.0.18
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.14...2.0.18)

Updates `tls-listener` from 0.11.0 to 0.11.2
- [Release notes](https://github.com/tmccombs/tls-listener/releases)
- [Changelog](https://github.com/tmccombs/tls-listener/blob/main/CHANGELOG.md)
- [Commits](tmccombs/tls-listener@v0.11.0...v0.11.2)

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

Updates `tokio-rustls` from 0.26.2 to 0.26.4
- [Release notes](https://github.com/rustls/tokio-rustls/releases)
- [Commits](rustls/tokio-rustls@v/0.26.2...v/0.26.4)

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

Updates `tower` from 0.5.2 to 0.5.3
- [Release notes](https://github.com/tower-rs/tower/releases)
- [Commits](tower-rs/tower@tower-0.5.2...tower-0.5.3)

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

Updates `tracing-subscriber` from 0.3.19 to 0.3.23
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-subscriber-0.3.19...tracing-subscriber-0.3.23)

Updates `x509-parser` from 0.17.0 to 0.18.1
- [Changelog](https://github.com/rusticata/x509-parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rusticata/x509-parser/commits)

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 `pingora-pool` from 0.4.0 to 0.8.0
- [Release notes](https://github.com/cloudflare/pingora/releases)
- [Changelog](https://github.com/cloudflare/pingora/blob/main/CHANGELOG.md)
- [Commits](cloudflare/pingora@0.4.0...0.8.0)

Updates `h2` from 0.4.12 to 0.4.13
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md)
- [Commits](hyperium/h2@v0.4.12...v0.4.13)

Updates `http` from 1.3.1 to 1.4.0
- [Release notes](https://github.com/hyperium/http/releases)
- [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md)
- [Commits](hyperium/http@v1.3.1...v1.4.0)

Updates `tracing-core` from 0.1.34 to 0.1.36
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-core-0.1.34...tracing-core-0.1.36)

Updates `tracing-appender` from 0.2.3 to 0.2.4
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-appender-0.2.3...tracing-appender-0.2.4)

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

Updates `netns-rs` from 0.1.0 to 0.2.0
- [Release notes](https://github.com/wllenyj/netns-rs/releases)
- [Commits](https://github.com/wllenyj/netns-rs/commits/v0.2.0)

Updates `criterion` from 0.5.1 to 0.7.0
- [Release notes](https://github.com/criterion-rs/criterion.rs/releases)
- [Changelog](https://github.com/criterion-rs/criterion.rs/blob/master/CHANGELOG.md)
- [Commits](criterion-rs/criterion.rs@0.5.1...criterion-plot-v0.7.0)

Updates `local-ip-address` from 0.6.5 to 0.6.10
- [Release notes](https://github.com/LeoBorai/local-ip-address/releases)
- [Changelog](https://github.com/LeoBorai/local-ip-address/blob/main/CHANGELOG.md)
- [Commits](LeoBorai/local-ip-address@v0.6.5...v0.6.10)

Updates `ctor` from 0.5.0 to 0.6.3
- [Commits](https://github.com/mmastrac/rust-ctor/commits)

Updates `prost-build` from 0.13.5 to 0.14.3
- [Release notes](https://github.com/tokio-rs/prost/releases)
- [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/prost@v0.13.5...v0.14.3)

---
updated-dependencies:
- dependency-name: boring-rustls-provider
  dependency-version: 490340afa77e2c08fc45853124f99d49f4f9f8a0
  dependency-type: direct:production
  dependency-group: all-dependencies
- dependency-name: boring
  dependency-version: 4.21.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: boring-sys
  dependency-version: 4.21.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: openssl
  dependency-version: 0.10.76
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: anyhow
  dependency-version: 1.0.102
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: async-trait
  dependency-version: 0.1.89
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: bytes
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: chrono
  dependency-version: 0.4.44
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: duration-str
  dependency-version: 0.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: futures
  dependency-version: 0.3.32
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: futures-core
  dependency-version: 0.3.32
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: futures-util
  dependency-version: 0.3.32
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: jemalloc_pprof
  dependency-version: 0.8.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: tikv-jemallocator
  dependency-version: 0.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: hashbrown
  dependency-version: 0.16.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: hyper
  dependency-version: 1.8.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: hyper-util
  dependency-version: 0.1.20
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: ipnet
  dependency-version: 2.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: libc
  dependency-version: 0.2.183
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: log
  dependency-version: 0.4.29
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: nix
  dependency-version: 0.31.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: once_cell
  dependency-version: 1.21.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: prometheus-client
  dependency-version: 0.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: prost
  dependency-version: 0.14.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: prost-types
  dependency-version: 0.14.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: rcgen
  dependency-version: 0.14.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: rustls
  dependency-version: 0.23.37
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: rustls-native-certs
  dependency-version: 0.8.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: serde
  dependency-version: 1.0.228
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: serde_json
  dependency-version: 1.0.149
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: socket2
  dependency-version: 0.6.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: thiserror
  dependency-version: 2.0.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: tls-listener
  dependency-version: 0.11.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: tokio
  dependency-version: 1.50.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: tokio-rustls
  dependency-version: 0.26.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: tokio-stream
  dependency-version: 0.1.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: tower
  dependency-version: 0.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: tracing
  dependency-version: 0.1.44
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: tracing-subscriber
  dependency-version: 0.3.23
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: x509-parser
  dependency-version: 0.18.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: pin-project-lite
  dependency-version: 0.2.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: pingora-pool
  dependency-version: 0.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: h2
  dependency-version: 0.4.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: http
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: tracing-core
  dependency-version: 0.1.36
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: tracing-appender
  dependency-version: 0.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: tokio-util
  dependency-version: 0.7.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: netns-rs
  dependency-version: 0.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: criterion
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: local-ip-address
  dependency-version: 0.6.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: ctor
  dependency-version: 0.6.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: prost-build
  dependency-version: 0.14.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

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 Mar 25, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 25, 2026 13:46
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Mar 25, 2026
@istio-testing istio-testing added size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. needs-ok-to-test labels Mar 25, 2026
@istio-testing
Copy link
Copy Markdown
Contributor

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a istio member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work.

Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

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 needs-ok-to-test rust Pull requests that update rust code size/XL Denotes a PR that changes 500-999 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant