Skip to content

chore(deps): bump the cargo-production-dependencies group across 1 directory with 65 updates#404

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/src/shipping/cargo-production-dependencies-afe89e79cb
Open

chore(deps): bump the cargo-production-dependencies group across 1 directory with 65 updates#404
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/src/shipping/cargo-production-dependencies-afe89e79cb

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 30, 2026

Copy link
Copy Markdown

Bumps the cargo-production-dependencies group with 41 updates in the /src/shipping directory:

Package From To
actix-web 4.13.0 4.14.0
anyhow 1.0.102 1.0.103
open-feature 0.2.7 0.3.0
open-feature-flagd 0.1.0 0.2.1
uuid 1.23.1 1.23.4
alloc-stdlib 0.2.2 0.2.4
bitflags 2.11.1 2.13.0
block-buffer 0.12.0 0.12.1
brotli 8.0.2 8.0.4
brotli-decompressor 5.0.0 5.0.3
bumpalo 3.20.2 3.20.3
bytes 1.11.1 1.12.0
cc 1.2.61 1.2.65
chacha20 0.10.0 0.10.1
crypto-common 0.2.1 0.2.2
displaydoc 0.2.5 0.2.6
either 1.15.0 1.16.0
hybrid-array 0.4.11 0.4.12
hyper 1.9.0 1.10.1
log 0.4.29 0.4.33
memchr 2.8.0 2.8.2
mio 1.2.0 1.2.1
num-conv 0.2.1 0.2.2
pin-project 1.1.11 1.1.13
prost 0.14.3 0.14.4
prost-types 0.14.3 0.14.4
pulldown-cmark 0.13.3 0.13.4
quote 1.0.45 1.0.46
regex-syntax 0.8.10 0.8.11
serde_json 1.0.149 1.0.150
smallvec 1.15.1 1.15.2
syn 2.0.117 2.0.118
time 0.3.47 0.3.51
tonic-prost 0.14.5 0.14.6
tower-http 0.6.8 0.6.11
typenum 1.20.0 1.20.1
unicode-segmentation 1.13.2 1.13.3
wasip2 1.0.3+wasi-0.2.9 1.0.4+wasi-0.2.12
yoke 0.8.2 0.8.3
zerocopy 0.8.48 0.8.52
zerofrom 0.1.7 0.1.8

Updates actix-web from 4.13.0 to 4.14.0

Release notes

Sourced from actix-web's releases.

actix-web: v4.14.0

4.14.0

  • Add HttpRequest::{cookies_raw,cookie_raw} and ServiceRequest::{cookies_raw,cookie_raw} for reading request cookies without percent-decoding names and values. #3542
  • Enable dual-stack IPv6 sockets on Windows when possible so that Actix-created listeners bound to [::] also accept IPv4 connections.
  • Panic when calling Route::to() or Route::service() after Route::wrap() to prevent silently dropping route middleware. #3944
  • Fix HttpRequest::{match_pattern,match_name} reporting path-only matches when route guards disambiguate overlapping resources. #3346
  • Fix Readlines handling of lines split across payload chunks so combined line limits are enforced and complete lines are yielded.
  • Fix app data being retained after graceful shutdown with in-flight slow request bodies. #3100
  • Update foldhash dependency to 0.2.
  • Update rand dependency to 0.10.
  • Update impl-more dependency to 0.3.
  • Add HttpServer::h1_write_buffer_size().

#3944: actix/actix-web#3944 #3346: actix/actix-web#3346 #3542: actix/actix-web#3542 #3100: actix/actix-web#3100

Commits
  • 696b1fe chore(web): prepare 4.14.0 release (#4114)
  • 6c65c46 chore(http): prepare 3.13.0 release (#4112)
  • afd2df2 test(multipart,derive): move trybuild tests (#4028)
  • 7ded7ee build(deps): bump memchr from 2.8.1 to 2.8.2 (#4107)
  • 55cf2e0 build(deps): bump bytesize from 2.3.1 to 2.4.0 (#4104)
  • 565b179 build(deps): bump smallvec from 1.15.1 to 1.15.2 (#4106)
  • 1605dd0 build(deps): bump taiki-e/install-action from 2.81.7 to 2.81.10 (#4105)
  • 5c79f55 build(deps): bump regex from 1.12.3 to 1.12.4 (#4103)
  • 2ffbee0 build(deps): bump time from 0.3.47 to 0.3.49 (#4102)
  • 4748b2a build(deps): bump actions/checkout from 6.0.2 to 6.0.3 (#4092)
  • Additional commits viewable in compare view

Updates anyhow from 1.0.102 to 1.0.103

Release notes

Sourced from anyhow's releases.

1.0.103

  • Fix Stacked Borrows violation (UB) in Error::downcast_mut (#451, #452)
Commits
  • 5bdb0e2 Release 1.0.103
  • e621bd3 Merge pull request #452 from dtolnay/downcast
  • 6e8c000 Eliminate pointer->reference->pointer during downcast
  • 67c4abd Add regression test for issue 451
  • 917a169 Update actions/upload-artifact@v6 -> v7
  • d9dc3fa Update actions/checkout@v6 -> v7
  • 841522b Raise minimum tested compiler to rust 1.85
  • See full diff in compare view

Updates open-feature from 0.2.7 to 0.3.0

Release notes

Sourced from open-feature's releases.

open-feature: v0.3.0

0.3.0 (2026-02-24)

⚠ BREAKING CHANGES

  • replace lazy_static with std::sync::OnceLock (#127)

🐛 Bug Fixes

  • deps: update rust crate darling to 0.23.0 (#119) (596daa8)
  • deps: update rust crate mockall to 0.14.0 (#118) (aa3a6fb)

🧹 Chore

  • Bump min rust version (#125) (7f74461)
  • deps: replace google-github-actions/release-please-action action with googleapis/release-please-action v4 (#112) (44d20fb)
  • deps: update actions/checkout action to v6 (#117) (58461b8)
  • update license copyright and add .cursor to gitignore (#115) (7b975f1)

📚 Documentation

  • update rust sdk release link in README (#121) (4efe245)

🔄 Refactoring

  • replace lazy_static with std::sync::OnceLock (#127) (8d9182a)
Changelog

Sourced from open-feature's changelog.

0.3.0 (2026-02-24)

⚠ BREAKING CHANGES

  • replace lazy_static with std::sync::OnceLock (#127)

🐛 Bug Fixes

  • deps: update rust crate darling to 0.23.0 (#119) (596daa8)
  • deps: update rust crate mockall to 0.14.0 (#118) (aa3a6fb)

🧹 Chore

  • Bump min rust version (#125) (7f74461)
  • deps: replace google-github-actions/release-please-action action with googleapis/release-please-action v4 (#112) (44d20fb)
  • deps: update actions/checkout action to v6 (#117) (58461b8)
  • update license copyright and add .cursor to gitignore (#115) (7b975f1)

📚 Documentation

  • update rust sdk release link in README (#121) (4efe245)

🔄 Refactoring

  • replace lazy_static with std::sync::OnceLock (#127) (8d9182a)
Commits
  • 3086cb7 chore(main): release open-feature 0.3.0 (#116)
  • 8d9182a refactor!: replace lazy_static with std::sync::OnceLock (#127)
  • 7f74461 chore: Bump min rust version (#125)
  • aa3a6fb fix(deps): update rust crate mockall to 0.14.0 (#118)
  • 596daa8 fix(deps): update rust crate darling to 0.23.0 (#119)
  • 4efe245 docs: update rust sdk release link in README (#121)
  • 44d20fb chore(deps): replace google-github-actions/release-please-action action with ...
  • 58461b8 chore(deps): update actions/checkout action to v6 (#117)
  • 7b975f1 chore: update license copyright and add .cursor to gitignore (#115)
  • See full diff in compare view

Updates open-feature-flagd from 0.1.0 to 0.2.1

Release notes

Sourced from open-feature-flagd's releases.

open-feature-flagd: v0.2.1

0.2.1 (2026-06-24)

🧹 Chore

  • deps: upgrade Rust workspace dependencies (#144) (863cd71)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • flagd-evaluation-engine bumped from 0.0.2 to 0.0.3
      • open-feature-ofrep bumped from 0.1.0 to 0.1.1

open-feature-flagd: v0.2.0

0.2.0 (2026-06-23)

⚠ BREAKING CHANGES

  • flagd, wire up TLS support for gRPC connections (#95)

🐛 Bug Fixes

  • flagd, wire up TLS support for gRPC connections (#95) (38bf6d0)

✨ New Features

  • flagd: integrate OFREP provider for REST mode (#117) (c54bc6d)

🧹 Chore

  • deps: update rust crate testcontainers to 0.27.0 (#100) (ada60a0)
  • enable release-please for flagd-evaluation-engine (#111) (c1ea70f)
  • restructure cargo workspace (#118) (867b37b)

🔄 Refactoring

  • chore: define shared dependencies in workspace Cargo.toml (#106) (f2758c5)
  • extract flagd evaluation engine to its own crate (#105) (f6fc25e)

Dependencies

  • The following workspace dependencies were updated

... (truncated)

Commits
  • 79177fc chore(main): release flagd family (#145)
  • 863cd71 chore(deps): upgrade Rust workspace dependencies (#144)
  • 8d124d5 ci: fix publish for flagd family (#143)
  • f735810 chore: release flagd family (#139)
  • ebbeb5b ci: disable separate-pull-requests (#138)
  • a9ae53a ci: split release-please lanes by crate dependency group (#130)
  • 867b37b chore: restructure cargo workspace (#118)
  • c54bc6d feat(flagd): integrate OFREP provider for REST mode (#117)
  • a98153d ci: scope release-please PR checks to changed crate only (#115)
  • 0dcab3c ci: upgrade release-please to v4 and add cargo-workspace plugin (#113)
  • Additional commits viewable in compare view

Updates uuid from 1.23.1 to 1.23.4

Release notes

Sourced from uuid's releases.

v1.23.4

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.23.3...v1.23.4

v1.23.3

What's Changed

Full Changelog: uuid-rs/uuid@v1.23.2...v1.23.3

v1.23.2

What's Changed

Full Changelog: uuid-rs/uuid@v1.23.1...v1.23.2

Commits
  • 3296d64 Merge pull request #890 from uuid-rs/cargo/v1.23.4
  • cba53d0 prepare for 1.23.4 release
  • e347af4 Merge pull request #889 from frostyplanet/main
  • e9bf55c doc: Fix broken link warnings
  • 5351af4 doc: Enable feature flag label for docs.rs
  • 1e6a966 Merge pull request #888 from uuid-rs/KodrAus-patch-1
  • c9619f6 fix up name of fuzz script in readme
  • 20da78b Merge pull request #887 from uuid-rs/cargo/v1.23.3
  • 62232ca prepare for 1.23.3 release
  • 2320c6a Merge pull request #886 from uuid-rs/fix/parser-panics
  • Additional commits viewable in compare view

Updates actix-http from 3.12.1 to 3.13.1

Release notes

Sourced from actix-http's releases.

actix-http: v3.13.1

3.13.1

  • Fix HTTP/1 WebSocket upgrade responses being overwritten with Connection: close when the upgraded request payload remains open. #4115

#4115: actix/actix-web#4115

actix-http: v3.13.0

3.13.0

  • When configured, gracefully close HTTP/1 connections after early responses to unread request bodies. #3967
  • Wake HTTP/1 payload receivers with an incomplete-payload error when the sender is dropped before EOF. #3100
  • Update foldhash dependency to 0.2.

#3967: actix/actix-web#3967 #3100: actix/actix-web#3100

Commits

Updates alloc-stdlib from 0.2.2 to 0.2.4

Commits

Updates bitflags from 2.11.1 to 2.13.0

Release notes

Sourced from bitflags's releases.

2.13.0

What's Changed

Full Changelog: bitflags/bitflags@2.12.1...2.13.0

2.12.1

What's Changed

Full Changelog: bitflags/bitflags@2.12.0...2.12.1

2.12.0

Yanked

This release has been yanked because the #[flag_name] processing noticeably increases macro recursion, hitting the default limit in cases that are already close to it.

What's Changed

Full Changelog: bitflags/bitflags@2.11.1...2.12.0

Changelog

Sourced from bitflags's changelog.

2.13.0

What's Changed

Full Changelog: bitflags/bitflags@2.12.1...2.13.0

2.12.1

What's Changed

Full Changelog: bitflags/bitflags@2.12.0...2.12.1

2.12.0

Yanked

This release has been yanked because the #[flag_name] processing noticeably increases macro recursion, hitting the default limit in cases that are already close to it.

What's Changed

Full Changelog: bitflags/bitflags@2.11.1...2.12.0

Commits
  • 9253889 prepare for 2.13.0 release
  • fbbbfac Merge pull request #489 from ssrlive/main
  • 8c498c7 Change visibility of new function to crate scope
  • 3cbddab move iter_equal_names to trait Flags
  • 80f2193 add MyFlags::Abc::iter_equal_names() method
  • 9196a3a Merge pull request #488 from bitflags/cargo/2.12.1
  • 5626df4 prepare for 2.12.1 release
  • a5d3d5e Merge pull request #487 from bitflags/fix/macro-expansion
  • 241a8e0 add a few docs for tt-munchers
  • 1d21383 namaespace #[flag_name] under #[bitflags()]
  • Additional commits viewable in compare view

Updates block-buffer from 0.12.0 to 0.12.1

Commits

Updates brotli from 8.0.2 to 8.0.4

Commits
  • 9651aa3 Fix version bump
  • 577dc18 fix: guard BroCatli header byte-source underflow
  • 4f447c3 fix: handle null custom allocator returns
  • e50a4ff fix: catch panics in Broccoli FFI exports
  • b8dcac7 fix: validate BroCatli deserialized state fields
  • 9cbed81 Allow newer alloc-no-stdlib which enforce no-unsafe in their lib.rs
  • c195782 Handle NULL returns from custom encoder allocators
  • 21de815 publish to crates
  • 6bba7be better testing for edge cases
  • cf75fa6 Fix CompressMulti worker joins on errors
  • Additional commits viewable in compare view

Updates brotli-decompressor from 5.0.0 to 5.0.3

Commits
  • 8dd9ab9 readme
  • 1726498 Support both the 2.x and 3.x generations of alloc-no-stdlib
  • b2020f6 Fix seccomp build: thread custom dictionary through decompress and flush output
  • 6bf9215 Forbid unsafe
  • 273d1b9 new version 5.0.1
  • cab6098 Make --no-default-features test suite run while having a nostd dict test
  • 8ed0d7d Fix PADDING_2 error being silently dropped at end of stream
  • See full diff in compare view

Updates bumpalo from 3.20.2 to 3.20.3

Changelog

Sourced from bumpalo's changelog.

3.20.3

Released 2026-05-22.

Fixed

  • Fixed the try_alloc_slice_fill_with, alloc_slice_try_fill_with, alloc_slice_fill_with methods to properly rewind the bump pointer on allocation, initialization, and panic failure and avoid wasting bump capacity.
  • Fixed a drop bug in bumpalo::collections::vec::DrainFilter (used by retain and retain_mut) when the predicate panics.

Commits

Updates bytes from 1.11.1 to 1.12.0

Release notes

Sourced from bytes's releases.

Bytes v1.12.0

1.12.0 (June 18th, 2026)

Added

  • Add BytesMut::extend_from_within() (#818)
  • Add BytesMut::try_unsplit() (#746)

Fixed

  • Fix panic in get_int if nbytes is zero (#806)

Changed

  • Pass vtable data by value (#826)
  • Exclude development scripts from published package (#810)

Documented

  • Document that BytesMut::{reserve,try_reserve} doesn't preserve unused capacity (#808)
Changelog

Sourced from bytes's changelog.

1.12.0 (June 18th, 2026)

Added

  • Add BytesMut::extend_from_within() (#818)
  • Add BytesMut::try_unsplit() (#746)

Fixed

  • Fix panic in get_int if nbytes is zero (#806)

Changed

  • Pass vtable data by value (#826)
  • Exclude development scripts from published package (#810)

Documented

  • Document that BytesMut::{reserve,try_reserve} doesn't preserve unused capacity (#808)
Commits

Updates cc from 1.2.61 to 1.2.65

Release notes

Sourced from cc's releases.

cc-v1.2.65

Other

  • Regenerate target info (#1763)

cc-v1.2.64

Other

  • Add more bare-metal 32-bit Arm support (#1753)
  • Remove unnecessary clone (#1748)
  • Add default compiler prefixes for thumbv7a/thumbv7r/thumbv8r bare-metal targets (#1742)

cc-v1.2.63

Other

  • Update shlex requirement from 1.3.0 to 2.0.1 (#1736)

cc-v1.2.62

Other

  • Regenerate target info (#1721)
  • Allow exceptions on wasm platforms (#1714)
  • Add relibc env (#1710)
  • recognize sh4 architecture in parse_arch() (#1712)
Changelog

Sourced from cc's changelog.

1.2.65 - 2026-06-19

Other

  • Regenerate target info (#1763)

1.2.64 - 2026-06-12

Other

  • Add more bare-metal 32-bit Arm support (#1753)
  • Remove unnecessary clone (#1748)
  • Add default compiler prefixes for thumbv7a/thumbv7r/thumbv8r bare-metal targets (#1742)

1.2.63 - 2026-05-29

Other

  • Update shlex requirement from 1.3.0 to 2.0.1 (#1736)

1.2.62 - 2026-05-08

Other

  • Regenerate target info (#1721)
  • Allow exceptions on wasm platforms (#1714)
  • Add relibc env (#1710)
  • recognize sh4 architecture in parse_arch() (#1712)
Commits

Updates chacha20 from 0.10.0 to 0.10.1

Commits
  • 5f3430b Release chacha20 v0.10.1 (#574)
  • 5e2e7b3 build(deps): bump actions/checkout from 6 to 7 (#573)
  • 7edb728 chacha20: use intel-sde-install action for AVX-512 CI (#572)
  • 2aa613e Update Cargo.lock (#571)
  • 57cb130 chacha20: apply unreachable_pub lint (#570)
  • 637e168 build(deps): bump hybrid-array from 0.4.11 to 0.4.12 in the all-deps group (#...
  • 51bb585 chacha20: widen NEON bulk path to 8 parallel blocks (#564)
  • 269a7b9 Update Cargo.lock (#563)
  • 315fe6c build(deps): bump the all-deps group with 2 updates (#561)
  • 3248a87 Fix header level of example sections (#560)
  • Additional commits viewable in compare view

Updates crypto-common from 0.2.1 to 0.2.2

Commits

…rectory with 65 updates

Bumps the cargo-production-dependencies group with 41 updates in the /src/shipping directory:

| Package | From | To |
| --- | --- | --- |
| [actix-web](https://github.com/actix/actix-web) | `4.13.0` | `4.14.0` |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.102` | `1.0.103` |
| [open-feature](https://github.com/open-feature/rust-sdk) | `0.2.7` | `0.3.0` |
| [open-feature-flagd](https://github.com/open-feature/rust-sdk-contrib) | `0.1.0` | `0.2.1` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.23.1` | `1.23.4` |
| [alloc-stdlib](https://github.com/dropbox/rust-alloc-no-stdlib) | `0.2.2` | `0.2.4` |
| [bitflags](https://github.com/bitflags/bitflags) | `2.11.1` | `2.13.0` |
| [block-buffer](https://github.com/RustCrypto/utils) | `0.12.0` | `0.12.1` |
| [brotli](https://github.com/dropbox/rust-brotli) | `8.0.2` | `8.0.4` |
| [brotli-decompressor](https://github.com/dropbox/rust-brotli-decompressor) | `5.0.0` | `5.0.3` |
| [bumpalo](https://github.com/fitzgen/bumpalo) | `3.20.2` | `3.20.3` |
| [bytes](https://github.com/tokio-rs/bytes) | `1.11.1` | `1.12.0` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.61` | `1.2.65` |
| [chacha20](https://github.com/RustCrypto/stream-ciphers) | `0.10.0` | `0.10.1` |
| [crypto-common](https://github.com/RustCrypto/traits) | `0.2.1` | `0.2.2` |
| [displaydoc](https://github.com/yaahc/displaydoc) | `0.2.5` | `0.2.6` |
| [either](https://github.com/rayon-rs/either) | `1.15.0` | `1.16.0` |
| [hybrid-array](https://github.com/RustCrypto/hybrid-array) | `0.4.11` | `0.4.12` |
| [hyper](https://github.com/hyperium/hyper) | `1.9.0` | `1.10.1` |
| [log](https://github.com/rust-lang/log) | `0.4.29` | `0.4.33` |
| [memchr](https://github.com/BurntSushi/memchr) | `2.8.0` | `2.8.2` |
| [mio](https://github.com/tokio-rs/mio) | `1.2.0` | `1.2.1` |
| [num-conv](https://github.com/jhpratt/num-conv) | `0.2.1` | `0.2.2` |
| [pin-project](https://github.com/taiki-e/pin-project) | `1.1.11` | `1.1.13` |
| [prost](https://github.com/tokio-rs/prost) | `0.14.3` | `0.14.4` |
| [prost-types](https://github.com/tokio-rs/prost) | `0.14.3` | `0.14.4` |
| [pulldown-cmark](https://github.com/raphlinus/pulldown-cmark) | `0.13.3` | `0.13.4` |
| [quote](https://github.com/dtolnay/quote) | `1.0.45` | `1.0.46` |
| [regex-syntax](https://github.com/rust-lang/regex) | `0.8.10` | `0.8.11` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.149` | `1.0.150` |
| [smallvec](https://github.com/servo/rust-smallvec) | `1.15.1` | `1.15.2` |
| [syn](https://github.com/dtolnay/syn) | `2.0.117` | `2.0.118` |
| [time](https://github.com/time-rs/time) | `0.3.47` | `0.3.51` |
| [tonic-prost](https://github.com/hyperium/tonic) | `0.14.5` | `0.14.6` |
| [tower-http](https://github.com/tower-rs/tower-http) | `0.6.8` | `0.6.11` |
| [typenum](https://github.com/paholg/typenum) | `1.20.0` | `1.20.1` |
| [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) | `1.13.2` | `1.13.3` |
| [wasip2](https://github.com/bytecodealliance/wasi-rs) | `1.0.3+wasi-0.2.9` | `1.0.4+wasi-0.2.12` |
| [yoke](https://github.com/unicode-org/icu4x) | `0.8.2` | `0.8.3` |
| [zerocopy](https://github.com/google/zerocopy) | `0.8.48` | `0.8.52` |
| [zerofrom](https://github.com/unicode-org/icu4x) | `0.1.7` | `0.1.8` |



Updates `actix-web` from 4.13.0 to 4.14.0
- [Release notes](https://github.com/actix/actix-web/releases)
- [Changelog](https://github.com/actix/actix-web/blob/main/CHANGES.md)
- [Commits](actix/actix-web@web-v4.13.0...web-v4.14.0)

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

Updates `open-feature` from 0.2.7 to 0.3.0
- [Release notes](https://github.com/open-feature/rust-sdk/releases)
- [Changelog](https://github.com/open-feature/rust-sdk/blob/main/CHANGELOG.md)
- [Commits](open-feature/rust-sdk@open-feature-v0.2.7...open-feature-v0.3.0)

Updates `open-feature-flagd` from 0.1.0 to 0.2.1
- [Release notes](https://github.com/open-feature/rust-sdk-contrib/releases)
- [Commits](open-feature/rust-sdk-contrib@open-feature-flagd-v0.1.0...open-feature-flagd-v0.2.1)

Updates `uuid` from 1.23.1 to 1.23.4
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@v1.23.1...v1.23.4)

Updates `actix-http` from 3.12.1 to 3.13.1
- [Release notes](https://github.com/actix/actix-web/releases)
- [Changelog](https://github.com/actix/actix-web/blob/main/CHANGES.md)
- [Commits](actix/actix-web@http-v3.12.1...http-v3.13.1)

Updates `alloc-stdlib` from 0.2.2 to 0.2.4
- [Commits](https://github.com/dropbox/rust-alloc-no-stdlib/commits/0.2.4)

Updates `bitflags` from 2.11.1 to 2.13.0
- [Release notes](https://github.com/bitflags/bitflags/releases)
- [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md)
- [Commits](bitflags/bitflags@2.11.1...2.13.0)

Updates `block-buffer` from 0.12.0 to 0.12.1
- [Commits](RustCrypto/utils@block-buffer-v0.12.0...block-buffer-v0.12.1)

Updates `brotli` from 8.0.2 to 8.0.4
- [Release notes](https://github.com/dropbox/rust-brotli/releases)
- [Commits](dropbox/rust-brotli@8.0.2...8.0.4)

Updates `brotli-decompressor` from 5.0.0 to 5.0.3
- [Commits](dropbox/rust-brotli-decompressor@5.0.0...5.0.3)

Updates `bumpalo` from 3.20.2 to 3.20.3
- [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md)
- [Commits](fitzgen/bumpalo@v3.20.2...v3.20.3)

Updates `bytes` from 1.11.1 to 1.12.0
- [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.11.1...v1.12.0)

Updates `cc` from 1.2.61 to 1.2.65
- [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.61...cc-v1.2.65)

Updates `chacha20` from 0.10.0 to 0.10.1
- [Commits](RustCrypto/stream-ciphers@chacha20-v0.10.0...chacha20-v0.10.1)

Updates `crypto-common` from 0.2.1 to 0.2.2
- [Commits](RustCrypto/traits@crypto-common-v0.2.1...crypto-common-v0.2.2)

Updates `displaydoc` from 0.2.5 to 0.2.6
- [Changelog](https://github.com/yaahc/displaydoc/blob/master/CHANGELOG.md)
- [Commits](yaahc/displaydoc@v0.2.5...v0.2.6)

Updates `either` from 1.15.0 to 1.16.0
- [Commits](rayon-rs/either@1.15.0...1.16.0)

Updates `getrandom` from 0.3.4 to 0.2.17
- [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md)
- [Commits](rust-random/getrandom@v0.3.4...v0.2.17)

Updates `hybrid-array` from 0.4.11 to 0.4.12
- [Changelog](https://github.com/RustCrypto/hybrid-array/blob/master/CHANGELOG.md)
- [Commits](RustCrypto/hybrid-array@v0.4.11...v0.4.12)

Updates `hyper` from 1.9.0 to 1.10.1
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md)
- [Commits](hyperium/hyper@v1.9.0...v1.10.1)

Updates `log` from 0.4.29 to 0.4.33
- [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.29...0.4.33)

Updates `lru` from 0.16.4 to 0.18.0
- [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md)
- [Commits](jeromefroe/lru-rs@0.16.4...0.18.0)

Updates `memchr` from 2.8.0 to 2.8.2
- [Commits](BurntSushi/memchr@2.8.0...2.8.2)

Updates `mio` from 1.2.0 to 1.2.1
- [Release notes](https://github.com/tokio-rs/mio/releases)
- [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/mio/commits)

Updates `mockall` from 0.13.1 to 0.14.0
- [Changelog](https://github.com/asomers/mockall/blob/master/CHANGELOG.md)
- [Commits](asomers/mockall@v0.13.1...v0.14.0)

Updates `mockall_derive` from 0.13.1 to 0.14.0
- [Changelog](https://github.com/asomers/mockall/blob/master/CHANGELOG.md)
- [Commits](asomers/mockall@v0.13.1...v0.14.0)

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

Updates `opentelemetry` from 0.31.0 to 0.32.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-rust/blob/main/docs/release_0.32.md)
- [Commits](open-telemetry/opentelemetry-rust@opentelemetry-prometheus-0.31.0...opentelemetry-0.32.0)

Updates `opentelemetry-appender-tracing` from 0.31.1 to 0.32.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-rust/blob/main/docs/release_0.32.md)
- [Commits](open-telemetry/opentelemetry-rust@opentelemetry-otlp-0.31.1...opentelemetry-appender-tracing-0.32.0)

Updates `opentelemetry-http` from 0.31.0 to 0.32.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-rust/blob/main/docs/release_0.32.md)
- [Commits](open-telemetry/opentelemetry-rust@v0.31.0...opentelemetry-http-0.32.0)

Updates `opentelemetry-instrumentation-actix-web` from 0.23.0 to 0.24.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust-contrib/releases)
- [Commits](open-telemetry/opentelemetry-rust-contrib@opentelemetry-stackdriver-0.23.0...opentelemetry-instrumentation-actix-web-0.24.0)

Updates `opentelemetry-otlp` from 0.31.1 to 0.32.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-rust/blob/main/docs/release_0.32.md)
- [Commits](open-telemetry/opentelemetry-rust@opentelemetry-otlp-0.31.1...opentelemetry-otlp-0.32.0)

Updates `opentelemetry-proto` from 0.31.0 to 0.32.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-rust/blob/main/docs/release_0.32.md)
- [Commits](open-telemetry/opentelemetry-rust@v0.31.0...opentelemetry-proto-0.32.0)

Updates `opentelemetry-resource-detectors` from 0.10.0 to 0.11.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust-contrib/releases)
- [Commits](open-telemetry/opentelemetry-rust-contrib@opentelemetry-aws-0.10.0...opentelemetry-resource-detectors-0.11.0)

Updates `opentelemetry-semantic-conventions` from 0.31.0 to 0.32.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-rust/blob/main/docs/release_0.32.md)
- [Commits](open-telemetry/opentelemetry-rust@v0.31.0...opentelemetry-semantic-conventions-0.32.1)

Updates `opentelemetry_sdk` from 0.31.0 to 0.32.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-rust/blob/main/docs/release_0.32.md)
- [Commits](open-telemetry/opentelemetry-rust@v0.31.0...opentelemetry-semantic-conventions-0.32.1)

Updates `pin-project` from 1.1.11 to 1.1.13
- [Release notes](https://github.com/taiki-e/pin-project/releases)
- [Changelog](https://github.com/taiki-e/pin-project/blob/main/CHANGELOG.md)
- [Commits](taiki-e/pin-project@v1.1.11...v1.1.13)

Updates `pin-project-internal` from 1.1.11 to 1.1.13
- [Release notes](https://github.com/taiki-e/pin-project/releases)
- [Changelog](https://github.com/taiki-e/pin-project/blob/main/CHANGELOG.md)
- [Commits](taiki-e/pin-project@v1.1.11...v1.1.13)

Updates `prost` from 0.14.3 to 0.14.4
- [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.14.3...v0.14.4)

Updates `prost-derive` from 0.14.3 to 0.14.4
- [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.14.3...v0.14.4)

Updates `prost-types` from 0.14.3 to 0.14.4
- [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.14.3...v0.14.4)

Updates `pulldown-cmark` from 0.13.3 to 0.13.4
- [Release notes](https://github.com/raphlinus/pulldown-cmark/releases)
- [Commits](pulldown-cmark/pulldown-cmark@v0.13.3...v0.13.4)

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

Updates `regex-syntax` from 0.8.10 to 0.8.11
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@regex-syntax-0.8.10...regex-syntax-0.8.11)

Updates `reqwest` from 0.12.28 to 0.13.4
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.12.28...v0.13.4)

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

Updates `shlex` from 1.3.0 to 2.0.1
- [Changelog](https://github.com/comex/rust-shlex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/comex/rust-shlex/commits)

Updates `smallvec` from 1.15.1 to 1.15.2
- [Release notes](https://github.com/servo/rust-smallvec/releases)
- [Commits](servo/rust-smallvec@v1.15.1...v1.15.2)

Updates `syn` from 2.0.117 to 2.0.118
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.117...2.0.118)

Updates `time` from 0.3.47 to 0.3.51
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](time-rs/time@v0.3.47...v0.3.51)

Updates `time-core` from 0.1.8 to 0.1.9
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](https://github.com/time-rs/time/commits)

Updates `time-macros` from 0.2.27 to 0.2.30
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](https://github.com/time-rs/time/commits)

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

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

Updates `tonic` from 0.14.5 to 0.14.6
- [Release notes](https://github.com/hyperium/tonic/releases)
- [Changelog](https://github.com/grpc/grpc-rust/blob/master/CHANGELOG.md)
- [Commits](grpc/grpc-rust@v0.14.5...tonic-v0.14.6)

Updates `tonic-prost` from 0.14.5 to 0.14.6
- [Release notes](https://github.com/hyperium/tonic/releases)
- [Changelog](https://github.com/grpc/grpc-rust/blob/master/CHANGELOG.md)
- [Commits](grpc/grpc-rust@v0.14.5...tonic-prost-v0.14.6)

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

Updates `typenum` from 1.20.0 to 1.20.1
- [Release notes](https://github.com/paholg/typenum/releases)
- [Changelog](https://github.com/paholg/typenum/blob/main/CHANGELOG.md)
- [Commits](paholg/typenum@v1.20.0...v1.20.1)

Updates `unicode-segmentation` from 1.13.2 to 1.13.3
- [Commits](https://github.com/unicode-rs/unicode-segmentation/commits)

Updates `wasip2` from 1.0.3+wasi-0.2.9 to 1.0.4+wasi-0.2.12
- [Commits](bytecodealliance/wasi-rs@wasip2-1.0.3...wasip2-1.0.4)

Updates `yoke` from 0.8.2 to 0.8.3
- [Release notes](https://github.com/unicode-org/icu4x/releases)
- [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unicode-org/icu4x/commits/ind/yoke@0.8.3)

Updates `zerocopy` from 0.8.48 to 0.8.52
- [Release notes](https://github.com/google/zerocopy/releases)
- [Commits](google/zerocopy@v0.8.48...v0.8.52)

Updates `zerocopy-derive` from 0.8.48 to 0.8.52
- [Release notes](https://github.com/google/zerocopy/releases)
- [Commits](google/zerocopy@v0.8.48...v0.8.52)

Updates `zerofrom` from 0.1.7 to 0.1.8
- [Release notes](https://github.com/unicode-org/icu4x/releases)
- [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unicode-org/icu4x/commits)

---
updated-dependencies:
- dependency-name: actix-web
  dependency-version: 4.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-production-dependencies
- dependency-name: anyhow
  dependency-version: 1.0.103
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-production-dependencies
- dependency-name: open-feature
  dependency-version: 0.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-production-dependencies
- dependency-name: open-feature-flagd
  dependency-version: 0.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-production-dependencies
- dependency-name: uuid
  dependency-version: 1.23.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-production-dependencies
- dependency-name: actix-http
  dependency-version: 3.13.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-production-dependencies
- dependency-name: alloc-stdlib
  dependency-version: 0.2.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-production-dependencies
- dependency-name: bitflags
  dependency-version: 2.13.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-production-dependencies
- dependency-name: block-buffer
  dependency-version: 0.12.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-production-dependencies
- dependency-name: brotli
  dependency-version: 8.0.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-production-dependencies
- dependency-name: brotli-decompressor
  dependency-version: 5.0.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-production-dependencies
- dependency-name: bumpalo
  dependency-version: 3.20.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-production-dependencies
- dependency-name: bytes
  dependency-version: 1.12.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-production-dependencies
- dependency-name: cc
  dependency-version: 1.2.65
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-production-dependencies
- dependency-name: chacha20
  dependency-version: 0.10.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-production-dependencies
- dependency-name: crypto-common
  dependency-version: 0.2.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-production-dependencies
- dependency-name: displaydoc
  dependency-version: 0.2.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-production-dependencies
- dependency-name: either
  dependency-version: 1.16.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-production-dependencies
- dependency-name: getrandom
  dependency-version: 0.2.17
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-production-dependencies
- dependency-name: hybrid-array
  dependency-version: 0.4.12
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-production-dependencies
- dependency-name: hyper
  dependency-version: 1.10.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-production-dependencies
- dependency-name: log
  dependency-version: 0.4.33
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-production-dependencies
- dependency-name: lru
  dependency-version: 0.18.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-production-dependencies
- dependency-name: memchr
  dependency-version: 2.8.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-production-dependencies
- dependency-name: mio
  dependency-version: 1.2.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-production-dependencies
- dependency-name: mockall
  dependency-version: 0.14.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-production-dependencies
- dependency-name: mockall_derive
  dependency-version: 0.14.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-production-dependencies
- dependency-name: num-conv
  dependency-version: 0.2.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-production-dependencies
- dependency-name: opentelemetry
  dependency-version: 0.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-production-dependencies
- dependency-name: opentelemetry-appender-tracing
  dependency-version: 0.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-production-dependencies
- dependency-name: opentelemetry-http
  dependency-version: 0.32.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-production-dependencies
- dependency-name: opentelemetry-instrumentation-actix-web
  dependency-version: 0.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-production-dependencies
- dependency-name: opentelemetry-otlp
  dependency-version: 0.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-production-dependencies
- dependency-name: opentelemetry-proto
  dependency-version: 0.32.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-production-dependencies
- dependency-name: opentelemetry-resource-detectors
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-production-dependencies
- dependency-name: opentelemetry-semantic-conventions
  dependency-version: 0.32.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-production-dependencies
- dependency-name: opentelemetry_sdk
  dependency-version: 0.32.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-production-dependencies
- dependency-name: pin-project
  dependency-version: 1.1.13
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-production-dependencies
- dependency-name: pin-project-internal
  dependency-version: 1.1.13
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-production-dependencies
- dependency-name: prost
  dependency-version: 0.14.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-production-dependencies
- dependency-name: prost-derive
  dependency-version: 0.14.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-production-dependencies
- dependency-name: prost-types
  dependency-version: 0.14.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-production-dependencies
- dependency-name: pulldown-cmark
  dependency-version: 0.13.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-production-dependencies
- dependency-name: quote
  dependency-version: 1.0.46
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-production-dependencies
- dependency-name: regex-syntax
  dependency-version: 0.8.11
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-production-dependencies
- dependency-name: reqwest
  dependency-version: 0.13.4
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-production-dependencies
- dependency-name: serde_json
  dependency-version: 1.0.150
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-production-dependencies
- dependency-name: shlex
  dependency-version: 2.0.1
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: cargo-production-dependencies
- dependency-name: smallvec
  dependency-version: 1.15.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-production-dependencies
- dependency-name: syn
  dependency-version: 2.0.118
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-production-dependencies
- dependency-name: time
  dependency-version: 0.3.51
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-production-dependencies
- dependency-name: time-core
  dependency-version: 0.1.9
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-production-dependencies
- dependency-name: time-macros
  dependency-version: 0.2.30
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-production-dependencies
- dependency-name: tokio
  dependency-version: 1.52.3
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-production-dependencies
- dependency-name: tokio-macros
  dependency-version: 2.7.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: cargo-production-dependencies
- dependency-name: tonic
  dependency-version: 0.14.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-production-dependencies
- dependency-name: tonic-prost
  dependency-version: 0.14.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-production-dependencies
- dependency-name: tower-http
  dependency-version: 0.6.11
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-production-dependencies
- dependency-name: typenum
  dependency-version: 1.20.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-production-dependencies
- dependency-name: unicode-segmentation
  dependency-version: 1.13.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-production-dependencies
- dependency-name: wasip2
  dependency-version: 1.0.4+wasi-0.2.12
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-production-dependencies
- dependency-name: yoke
  dependency-version: 0.8.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-production-dependencies
- dependency-name: zerocopy
  dependency-version: 0.8.52
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-production-dependencies
- dependency-name: zerocopy-derive
  dependency-version: 0.8.52
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-production-dependencies
- dependency-name: zerofrom
  dependency-version: 0.1.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-production-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 Jun 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants