Skip to content

Bump the "src-shipping" group with 2 updates across multiple ecosystems - #500

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/src_shipping-4955530936
Open

Bump the "src-shipping" group with 2 updates across multiple ecosystems#500
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/src_shipping-4955530936

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 26, 2026

Copy link
Copy Markdown
Contributor

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps the src-shipping group with 49 updates in the /src/shipping directory:

Package From To
actix-web 4.14.0 4.15.0
open-feature-flagd 0.2.1 0.2.2
uuid 1.24.0 1.25.0
actix-rt 2.11.0 2.12.0
aho-corasick 1.1.4 1.1.5
async-trait 0.1.91 0.1.92
cc 1.3.0 1.4.4
crc32fast 1.5.0 1.5.1
datalogic-rs 5.1.0 5.2.0
displaydoc 0.2.6 0.2.7
either 1.16.0 1.18.0
fast-float2 0.2.3 0.2.4
futures-channel 0.3.32 0.3.33
futures-core 0.3.33 0.3.34
futures-executor 0.3.32 0.3.33
futures-io 0.3.33 0.3.34
futures-sink 0.3.33 0.3.34
futures-task 0.3.33 0.3.34
futures-util 0.3.33 0.3.34
h2 0.4.15 0.4.18
http 1.4.2 1.5.0
http-body-util 0.1.4 0.1.5
hybrid-array 0.4.13 0.4.14
icu_locale_core 2.2.0 2.3.0
icu_normalizer 2.2.0 2.3.0
impl-more 0.3.1 0.3.5
inotify 0.11.4 0.11.5
ipnet 2.12.0 2.12.1
kqueue 1.2.0 1.2.1
libc 0.2.187 0.2.189
litemap 0.8.2 0.8.3
log 0.4.33 0.4.34
lru 0.18.1 0.18.2
pkg-config 0.3.33 0.3.34
portable-atomic 1.14.0 1.15.0
potential_utf 0.1.5 0.1.6
pulldown-cmark-to-cmark 22.0.0 22.0.1
rand 0.10.1 0.10.2
regex-automata 0.4.16 0.4.18
rustls 0.23.42 0.23.43
rustls-pki-types 1.15.0 1.15.1
rustls-webpki 0.103.13 0.103.15
syn 3.0.2 3.0.3
thiserror 2.0.19 2.0.20
time 0.3.54 0.3.55
tokio-macros 2.7.1 2.7.2
tokio-stream 0.1.18 0.1.19
tokio-util 0.7.18 0.7.19
zerocopy 0.8.55 0.8.56

Updates actix-web from 4.14.0 to 4.15.0

Release notes

Sourced from actix-web's releases.

actix-web: v4.15.0

  • Add Error::add_response_mapper() to allow middleware to modify error-generated responses before they are sent.
  • Remove the experimental experimental-io-uring crate feature.

actix-web: v4.14.1

  • Close idle HTTP/1 keep-alive connections during graceful shutdown and let active connections finish only their current request before closing.
Commits
  • 5723cf4 chore(actix-web): prepare release 4.15.0
  • 7ae209e fix(multipart): include inner error in Payload and Parse display strings (#4186)
  • e5e9911 refactor(web): remove experimental io-uring feature (#4204)
  • dab8c5a add methods for mapping error responses (#2979)
  • 525dfb3 test(router): increase actix-router test coverage (#4196)
  • 9bf4fb2 chore(actix-files): prepare release 0.7.0
  • 3bb0007 refactor(files)!: remove experimental io-uring support (#4198)
  • 5b43241 build(deps): bump futures-core from 0.3.33 to 0.3.34 (#4200)
  • db14111 build(deps): bump rcgen from 0.14.8 to 0.14.9 (#4201)
  • 22a0760 chore: ignore RUSTSEC-2026-0258 (#4203)
  • Additional commits viewable in compare view

Updates open-feature-flagd from 0.2.1 to 0.2.2

Release notes

Sourced from open-feature-flagd's releases.

open-feature-flagd: v0.2.2

0.2.2 (2026-07-30)

🐛 Bug Fixes

  • test: Improve flagd in-process evaluation conformance and Gherkin test coverage (#147) (19a9ebb)

✨ New Features

  • flagd: make the tonic rustls backend selectable (tls-ring default, tls-aws-lc opt-in) (#153) (50ee98f)

🧹 Chore

  • deps: update rust crate serial_test to v4 (#152) (d7da834)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • flagd-evaluation-engine bumped from 0.0.3 to 0.0.4
      • open-feature-ofrep bumped from 0.1.1 to 0.1.2
Commits
  • 0755435 chore(main): release flagd family (#148)
  • d7da834 chore(deps): update rust crate serial_test to v4 (#152)
  • 50ee98f feat(flagd): make the tonic rustls backend selectable (tls-ring default, tls-...
  • 0402d68 chore(flipt): bump flipt to 1.4.1 and open-feature to 0.3.0 (#146)
  • ac1d227 fix(deps): update rust crate flagsmith-flag-engine to 0.6 (#98)
  • ca80086 chore(deps): update open-feature to 0.3.0 in env-var provider (#150)
  • 19a9ebb fix(test): Improve flagd in-process evaluation conformance and Gherkin test c...
  • See full diff in compare view

Updates uuid from 1.24.0 to 1.25.0

Release notes

Sourced from uuid's releases.

1.25.0

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.24.1...1.25.0

v1.24.1

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.24.0...v1.24.1

Commits
  • 302e0bf Merge pull request #903 from uuid-rs/cargo/1.25.0
  • b7ccde8 prepare for 1.25.0 release
  • c62dffb Merge pull request #902 from ChrisJr404/serde-bytes-module
  • 8c198b2 Add a serde::bytes module that encodes as a byte string
  • 2ea38af Merge pull request #900 from uuid-rs/cargo/v1.24.1
  • 9dbeb04 prepare for 1.24.1 release
  • e113df8 Merge pull request #899 from questfever/main
  • b017765 Fix non-ASCII character handling in parse diagnostics
  • See full diff in compare view

Updates actix-http from 3.13.1 to 3.13.3

Release notes

Sourced from actix-http's releases.

actix-http: v3.13.3

  • Close idle HTTP/1 keep-alive connections during graceful server shutdown and close active connections after their current request finishes.

actix-http: v3.13.2

  • Fix MessageBody implementation for ByteString to signal completion after yielding its contents. #4177

#4177: actix/actix-web#4177

Commits

Updates actix-rt from 2.11.0 to 2.12.0

Release notes

Sourced from actix-rt's releases.

actix-rt: v2.12.0

  • Add SystemRunner::stop_future and SystemRunner::into_parts for awaiting system stop inside block_on.
  • Allow {System, Arbiter}::with_tokio_rt to accept shared Tokio runtimes (e.g. Arc<tokio::runtime::Runtime> or &'static tokio::runtime::Runtime).
  • Remove experimental io-uring support.
  • Minimum supported Rust version (MSRV) is now 1.88.
Commits
  • 177daef build(deps): bump futures-core from 0.3.33 to 0.3.34 (#939)
  • 30105ed build(deps): bump futures-sink from 0.3.33 to 0.3.34 (#938)
  • 2866431 build(deps): bump taiki-e/install-action from 2.85.11 to 2.86.2 (#940)
  • fb6899b test: remove unused imports (#941)
  • 03ff819 feat: remove experimental io-uring support (#937)
  • a53e64c build(deps): bump futures-util from 0.3.32 to 0.3.33 (#932)
  • 69c18fc build(deps): bump trybuild from 1.0.118 to 1.0.120 (#933)
  • 92805a7 build(deps): bump taiki-e/install-action from 2.84.0 to 2.85.11 (#934)
  • 7083d4e build(deps): bump zizmorcore/zizmor-action from 0.6.0 to 0.6.2 (#935)
  • 1b9979a build(deps): bump taiki-e/cache-cargo-install-action from 3.0.7 to 3.0.8 (#936)
  • Additional commits viewable in compare view

Updates actix-server from 2.6.0 to 2.9.0

Release notes

Sourced from actix-server's releases.

actix-rt: v2.9.0

  • Add actix_rt::System::runtime() method to retrieve the underlying actix_rt::Runtime runtime.
  • Add actix_rt::Runtime::tokio_runtime() method to retrieve the underlying Tokio runtime.
  • Minimum supported Rust version (MSRV) is now 1.65.

actix-server: v2.9.0

  • Use Tokio LocalRuntimes for workers instead of LocalSets.

actix-rt: v2.8.0

  • Add #[track_caller] attribute to spawn functions and methods. #454
  • Update tokio-uring dependency to 0.4. #473
  • Minimum supported Rust version (MSRV) is now 1.59.

#454: actix/actix-net#454 #473: actix/actix-net#473

actix-server: v2.8.0

  • Remove experimental io-uring support.

actix-rt: v2.7.0

  • Update tokio-uring dependency to 0.3.0. #448
  • Minimum supported Rust version (MSRV) is now 1.49.

#448: actix/actix-net#448

actix-server: v2.7.0

  • Add ServerBuilder::graceful_shutdown_signal() to propagate graceful shutdown to services.
  • UDS sockets are no longer removed on pause.
  • Minimum supported Rust version (MSRV) is now 1.88.
Commits
  • 150d2c0 prepare actix-rt release 2.9.0
  • 3b5716c Add getter methods for actix_rt::Runtime and tokio::runtime::Runtime (#484)
  • 0bc310a Rustls v0.21 support (#480)
  • 6ce8307 remove num_cpus dependency (#488)
  • 9cb8a1f remove lint exception
  • 9017de4 ci: fix post-merge tool installs
  • 3eba5b1 prepare actix-macros release 0.2.4
  • 3c4b0c2 ci: rename post-merge workflow
  • 462ab6a ci: try to fix master jobs on windows
  • e539f83 attempt windows CI fix
  • Additional commits viewable in compare view

Updates aho-corasick from 1.1.4 to 1.1.5

Commits
  • 5178060 1.1.5
  • b68c8d5 api: check for overflow in Match::offset too
  • c821786 build(deps): bump actions/checkout in the actions group (#171)
  • 8209bb9 Hash-pin all actions, drop persisted credentials (#170)
  • 0f3f5da api: document a couple panicking preconditions
  • e88e1fc benchmarks: bump dependencies
  • 88e4966 ci: use older version of log on pinned build
  • See full diff in compare view

Updates async-trait from 0.1.91 to 0.1.92

Release notes

Sourced from async-trait's releases.

0.1.92

  • Resolve double_must_use clippy lint in generated code (#303)
Commits

Updates cc from 1.3.0 to 1.4.4

Release notes

Sourced from cc's releases.

cc-v1.4.4

Fixed

  • honour Build::env overrides in Android llvm-ar probe (#1868)
  • honour Build::env overrides in flag support and compiler family detection probes (#1866)

cc-v1.4.3

Other

  • Update MSRV to 1.65 (#1834)
  • Regenerate target info (#1848)

cc-v1.4.2

Fixed

  • Infer NEON, not VFPv4, from neon in the target name (#1843)
  • do not emit -mno-omit-leaf-frame-pointer if unsupported (#1845)

cc-v1.4.1

Fixed

  • Fix -Cforce-frame-pointers's corresponding CFLAGS (#1814)
  • Fix parsing of thumbv7a-vex-v5 (#1840)

Other

  • Regenerate target info (#1839)
  • Add aarch64_be to prefix_for_target (#1835)
  • Use lp64d ABI for Managarm riscv64 (#1829)
  • Make cc work on Motor OS (#1822)
  • Update edition to 2021 (#1811)
  • Update MSRV to 1.64 (#1808)

cc-v1.4.0

Added

  • support trim paths with clang-cl.exe (#1799)
Changelog

Sourced from cc's changelog.

1.4.4 - 2026-08-21

Fixed

  • honour Build::env overrides in Android llvm-ar probe (#1868)
  • honour Build::env overrides in flag support and compiler family detection probes (#1866)

1.4.3 - 2026-08-14

Other

  • Update MSRV to 1.65 (#1834)
  • Regenerate target info (#1848)

1.4.2 - 2026-08-08

Fixed

  • Infer NEON, not VFPv4, from neon in the target name (#1843)
  • do not emit -mno-omit-leaf-frame-pointer if unsupported (#1845)

1.4.1 - 2026-08-07

Fixed

  • Fix -Cforce-frame-pointers's corresponding CFLAGS (#1814)
  • Fix parsing of thumbv7a-vex-v5 (#1840)

Other

  • Regenerate target info (#1839)
  • Add aarch64_be to prefix_for_target (#1835)
  • Use lp64d ABI for Managarm riscv64 (#1829)
  • Make cc work on Motor OS (#1822)
  • Update edition to 2021 (#1811)
  • Update MSRV to 1.64 (#1808)

1.4.0 - 2026-07-24

Added

  • support trim paths with clang-cl.exe (#1799)
Commits
  • 82ee29e chore(cc): release v1.4.4 (#1869)
  • 1301078 fix: run the Android llvm-ar probe in the caller's environment (#1868)
  • c5cc913 fix: honor Build::env overrides in flag support probes (#1866)
  • caf7609 chore(deps): bump dtolnay/rust-toolchain (#1862)
  • 3c4ab88 chore: release (#1858)
  • 951c5f5 cc-test: add loongarch64 assembly shim (#1855)
  • 60e2e00 chore(deps): bump Swatinem/rust-cache from 2.9.1 to 2.9.2 (#1853)
  • cdb4701 ci: replace rustup installation with actions-rust-lang/setup-rust-toolchain (...
  • 3af3b8d cargo: use workspace inheritance (#1850)
  • 6df6471 cargo: convert to workspace lints (#1849)
  • Additional commits viewable in compare view

Updates crc32fast from 1.5.0 to 1.5.1

Commits
  • a150f65 release 1.5.1
  • f066e8d perf(simd): widen x86 folds, add ARM 3-way, and speed up small inputs (#56)
  • d5c123d consolidate dword load in baseline implementation (#55)
  • 50e2046 downgrade msrv ci run to just cargo build
  • See full diff in compare view

Updates datalogic-rs from 5.1.0 to 5.2.0

Release notes

Sourced from datalogic-rs's releases.

v5.2.0

Added

  • group_by and distinct operators (ext-array feature) (#63). {"group_by": [array, key_expr]} collapses an array into {key, items} rows on a per-element key expression, insertion-ordered by first key occurrence; keys keep their evaluated type and group by strict deep equality. {"distinct": [array]} dedups by value, {"distinct": [array, key_expr]} by computed key — first occurrence wins in both forms. group_by and keyed distinct join the iteration class (never constant-folded, key expressions excluded from CSE); unkeyed distinct is pure and fold-eligible.
  • keys / values / entries operators behind a new ext-object feature (#63). The object take-apart family: entries yields [{key, value}] rows the array vocabulary can iterate. null input yields []; other non-object input errors. All four Rust-side bindings (and the C ABI consumers) enable the feature; pure Rust consumers opt in.
  • Optional trailing IANA timezone argument on format_date and parse_date, backed by chrono-tz inside the datetime feature (#63). format_date(ts, fmt, "Asia/Kolkata") renders the instant as wall-clock time in the zone (the "z" token then reports the target zone's offset at that instant); parse_date(s, fmt, zone) reads a naive input as zone wall-clock and resolves it to the UTC instant. DST policy: ambiguous local times resolve to the earlier instant, nonexistent ones (spring-forward gap) error. Zone offsets come from chrono-tz's compiled-in table — no tzdata I/O, so format_date with a literal zone stays fold-eligible, and a literal unknown zone name is rejected at compile time through the operator-specialisation stage. Two-argument behavior is byte-for-byte unchanged.
  • Month- and weekday-name format tokens: MMM → abbreviated month, MMMM → full month, EEE → abbreviated weekday, EEEE → full weekday, alongside the existing yyyy MM dd HH mm ss table and raw chrono % passthrough.

Fixed

  • jsonlogic_to_chrono_format is now a single-pass longest-match scanner instead of sequential String::replace. Previously "MMM" corrupted to "%mM" (rendering as a month number followed by a literal M); token families now disambiguate by length and a replacement can never be re-matched by a later token.

Every binding passes the same conformance battery: 58 suites / 1,636 cases.

... (truncated)

Changelog

Sourced from datalogic-rs's changelog.

[5.2.0] - 2026-08-19

Added

  • group_by and distinct operators (ext-array feature) (#63). {"group_by": [array, key_expr]} collapses an array into {key, items} rows on a per-element key expression, insertion-ordered by first key occurrence; keys keep their evaluated type and group by strict deep equality. {"distinct": [array]} dedups by value, {"distinct": [array, key_expr]} by computed key — first occurrence wins in both forms. group_by and keyed distinct join the iteration class (never constant-folded, key expressions excluded from CSE); unkeyed distinct is pure and fold-eligible.
  • keys / values / entries operators behind a new ext-object feature (#63). The object take-apart family: entries yields [{key, value}] rows the array vocabulary can iterate. null input yields []; other non-object input errors. All four Rust-side bindings (and the C ABI consumers) enable the feature; pure Rust consumers opt in.
  • Optional trailing IANA timezone argument on format_date and parse_date, backed by chrono-tz inside the datetime feature (#63). format_date(ts, fmt, "Asia/Kolkata") renders the instant as wall-clock time in the zone (the "z" token then reports the target zone's offset at that instant); parse_date(s, fmt, zone) reads a naive input as zone wall-clock and resolves it to the UTC instant. DST policy: ambiguous local times resolve to the earlier instant, nonexistent ones (spring-forward gap) error. Zone offsets come from chrono-tz's compiled-in table — no tzdata I/O, so format_date with a literal zone stays fold-eligible, and a literal unknown zone name is rejected at compile time through the operator-specialisation stage. Two-argument behavior is byte-for-byte unchanged.
  • Month- and weekday-name format tokens: MMM → abbreviated month, MMMM → full month, EEE → abbreviated weekday, EEEE → full weekday, alongside the existing yyyy MM dd HH mm ss table and raw chrono % passthrough.

Fixed

  • jsonlogic_to_chrono_format is now a single-pass longest-match scanner instead of sequential String::replace. Previously "MMM" corrupted to "%mM" (rendering as a month number followed by a literal M); token families now disambiguate by length and a replacement can never be re-matched by a later token.

[5.1.2] - 2026-08-10

Added

... (truncated)

Commits
  • 4b81fdb feat(operators): collection operators, ext-object gate, IANA timezones (#63);...
  • ca6be15 chore(release): repo-wide make lint, shared CI lint action, bump to 5.1.2
  • 3a0a375 docs(changelog): record the npm advisories fixed in 5.1.1
  • d6b1cad fix(reduce): fold fast paths through the operators' own arithmetic
  • 30f77b5 fix(ui): patch postcss and brace-expansion advisories
  • 229d83c chore(release): harden workflow supply chain, bump to 5.1.1
  • 2426572 refactor(core): drop helpers shadowing datavalue, fix Python NaN truthiness
  • aba3e66 Merge pull request #59 from GoPlasmatic/dependabot/npm_and_yarn/ui/brace-expa...
  • 778efc4 chore(deps-dev): bump brace-expansion from 5.0.6 to 5.0.7 in /ui
  • e5e62de docs: registry state — all nine registries serve 5.1.0
  • Additional commits viewable in compare view

Updates displaydoc from 0.2.6 to 0.2.7

Changelog

Sourced from displaydoc's changelog.

[0.2.7] - 2026-07-28

Added

  • Updated syn dependency to 3.0

Changed

  • Bumped MSRV to 1.71
Commits

Updates either from 1.16.0 to 1.18.0

Changelog

Sourced from either's changelog.

  • 1.18.0 - 2026-08-20

    • Add trait impls akin to Itertools::partition_map, by @​cuviper (#144)
      • Extend<Either<L, R>> for (A, B)
      • FromIterator<Either<L, R>> for (A, B)
  • 1.17.0 - 2026-07-24

    • Add implementations for all std::fmt traits, by @​msrd0 (#141)
Commits

Updates fast-float2 from 0.2.3 to 0.2.4

Release notes

Sourced from fast-float2's releases.

v0.2.4

What's Changed

New Contributors

Full Changelog: Alexhuszagh/fast-float-rust@0.2.3...v0.2.4

Changelog

Sourced from fast-float2's changelog.

0.2.4

Added

Commits
  • dece2b1 Merge pull request #36 from Alexhuszagh/release-0.2.4
  • 9d0bedb Draft the 0.2.4 release.
  • 2123da9 Merge pull request #35 from Alexhuszagh/move-get
  • 0f0f3ca Migrate GetAt and GetAtMut to index to declutter lib.rs.
  • 916280e Merge pull request #34 from Alexhuszagh/suppress-miri
  • 3233808 Suppress certain tests on Miri.
  • 2d59779 Merge pull request #33 from Alexhuszagh/no-panic-ci
  • c5fbbaf Ensure we test running the no-panic tests.
  • b5decf9 Merge pull request #32 from Alexhuszagh/fmt-clippy
  • 162caf2 Fix clippy and rustfmt lints.
  • Additional commits viewable in compare view

Updates find-msvc-tools from 0.1.9 to 0.1.11

Release notes

Sourced from find-msvc-tools's releases.

find-msvc-tools-v0.1.11

Other

  • Update MSRV to 1.65 (#1834)

find-msvc-tools-v0.1.10

Other

  • Update edition to 2021 (#1811)
  • Update MSRV to 1.64 (#1808)
Commits

Updates flagd-evaluation-engine from 0.0.3 to 0.0.4

Release notes

Sourced from flagd-evaluation-engine's releases.

flagd-evaluation-engine: v0.0.4

0.0.4 (2026-07-30)

🐛 Bug Fixes

  • test: Improve flagd in-process evaluation conformance and Gherkin test coverage (#147) (19a9ebb)
Commits
  • 0755435 chore(main): release flagd family (#148)
  • d7da834 chore(deps): update rust crate serial_test to v4 (#152)
  • 50ee98f feat(flagd): make the tonic rustls backend selectable (tls-ring default, tls-...
  • 0402d68 chore(flipt): bump flipt to 1.4.1 and open-feature to 0.3.0 (#146)
  • ac1d227 fix(deps): update rust crate flagsmith-flag-engine to 0.6 (#98)
  • ca80086 chore(deps): update open-feature to 0.3.0 in env-var provider (#150)
  • 19a9ebb fix(test): Improve flagd in-process evaluation conformance and Gherkin test c...
  • See full diff in compare view

Updates futures-channel from 0.3.32 to 0.3.33

Release notes

Sourced from futures-channel's releases.

0.3.33

  • Fix ReadLine's soundness issue regarding to exception safety. (#3020)
  • Fix unsound Send impl for IterPinRef and Iter. (#3003)
  • Fix stacked borrows violation in compat01as03 implementation. (#3012)
  • Fix memory leak in FuturesUnordered::IntoIter. (#3005)
  • Add portable-atomic-alloc feature and use it in FuturesUnordered. (

…pdates

Bumps the src-shipping group with 49 updates in the /src/shipping directory:

| Package | From | To |
| --- | --- | --- |
| [actix-web](https://github.com/actix/actix-web) | `4.14.0` | `4.15.0` |
| [open-feature-flagd](https://github.com/open-feature/rust-sdk-contrib) | `0.2.1` | `0.2.2` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.24.0` | `1.25.0` |
| [actix-rt](https://github.com/actix/actix-net) | `2.11.0` | `2.12.0` |
| [aho-corasick](https://github.com/BurntSushi/aho-corasick) | `1.1.4` | `1.1.5` |
| [async-trait](https://github.com/dtolnay/async-trait) | `0.1.91` | `0.1.92` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.3.0` | `1.4.4` |
| [crc32fast](https://github.com/srijs/rust-crc32fast) | `1.5.0` | `1.5.1` |
| [datalogic-rs](https://github.com/GoPlasmatic/datalogic-rs) | `5.1.0` | `5.2.0` |
| [displaydoc](https://github.com/yaahc/displaydoc) | `0.2.6` | `0.2.7` |
| [either](https://github.com/rayon-rs/either) | `1.16.0` | `1.18.0` |
| [fast-float2](https://github.com/Alexhuszagh/fast-float-rust) | `0.2.3` | `0.2.4` |
| [futures-channel](https://github.com/rust-lang/futures-rs) | `0.3.32` | `0.3.33` |
| [futures-core](https://github.com/rust-lang/futures-rs) | `0.3.33` | `0.3.34` |
| [futures-executor](https://github.com/rust-lang/futures-rs) | `0.3.32` | `0.3.33` |
| [futures-io](https://github.com/rust-lang/futures-rs) | `0.3.33` | `0.3.34` |
| [futures-sink](https://github.com/rust-lang/futures-rs) | `0.3.33` | `0.3.34` |
| [futures-task](https://github.com/rust-lang/futures-rs) | `0.3.33` | `0.3.34` |
| [futures-util](https://github.com/rust-lang/futures-rs) | `0.3.33` | `0.3.34` |
| [h2](https://github.com/hyperium/h2) | `0.4.15` | `0.4.18` |
| [http](https://github.com/hyperium/http) | `1.4.2` | `1.5.0` |
| [http-body-util](https://github.com/hyperium/http-body) | `0.1.4` | `0.1.5` |
| [hybrid-array](https://github.com/RustCrypto/hybrid-array) | `0.4.13` | `0.4.14` |
| [icu_locale_core](https://github.com/unicode-org/icu4x) | `2.2.0` | `2.3.0` |
| [icu_normalizer](https://github.com/unicode-org/icu4x) | `2.2.0` | `2.3.0` |
| [impl-more](https://github.com/robjtede/impl-more) | `0.3.1` | `0.3.5` |
| [inotify](https://github.com/hannobraun/inotify-rs) | `0.11.4` | `0.11.5` |
| [ipnet](https://github.com/krisprice/ipnet) | `2.12.0` | `2.12.1` |
| [kqueue](https://gitlab.com/rust-kqueue/rust-kqueue) | `1.2.0` | `1.2.1` |
| [libc](https://github.com/rust-lang/libc) | `0.2.187` | `0.2.189` |
| [litemap](https://github.com/unicode-org/icu4x) | `0.8.2` | `0.8.3` |
| [log](https://github.com/rust-lang/log) | `0.4.33` | `0.4.34` |
| [lru](https://github.com/jeromefroe/lru-rs) | `0.18.1` | `0.18.2` |
| [pkg-config](https://github.com/rust-lang/pkg-config-rs) | `0.3.33` | `0.3.34` |
| [portable-atomic](https://github.com/taiki-e/portable-atomic) | `1.14.0` | `1.15.0` |
| [potential_utf](https://github.com/unicode-org/icu4x) | `0.1.5` | `0.1.6` |
| [pulldown-cmark-to-cmark](https://github.com/Byron/pulldown-cmark-to-cmark) | `22.0.0` | `22.0.1` |
| [rand](https://github.com/rust-random/rand) | `0.10.1` | `0.10.2` |
| [regex-automata](https://github.com/rust-lang/regex) | `0.4.16` | `0.4.18` |
| [rustls](https://github.com/rustls/rustls) | `0.23.42` | `0.23.43` |
| [rustls-pki-types](https://github.com/rustls/pki-types) | `1.15.0` | `1.15.1` |
| [rustls-webpki](https://github.com/rustls/webpki) | `0.103.13` | `0.103.15` |
| [syn](https://github.com/dtolnay/syn) | `3.0.2` | `3.0.3` |
| [thiserror](https://github.com/dtolnay/thiserror) | `2.0.19` | `2.0.20` |
| [time](https://github.com/time-rs/time) | `0.3.54` | `0.3.55` |
| [tokio-macros](https://github.com/tokio-rs/tokio) | `2.7.1` | `2.7.2` |
| [tokio-stream](https://github.com/tokio-rs/tokio) | `0.1.18` | `0.1.19` |
| [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.18` | `0.7.19` |
| [zerocopy](https://github.com/google/zerocopy) | `0.8.55` | `0.8.56` |



Updates `actix-web` from 4.14.0 to 4.15.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.14.0...web-v4.15.0)

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

Updates `uuid` from 1.24.0 to 1.25.0
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@v1.24.0...1.25.0)

Updates `actix-http` from 3.13.1 to 3.13.3
- [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.13.1...http-v3.13.3)

Updates `actix-rt` from 2.11.0 to 2.12.0
- [Release notes](https://github.com/actix/actix-net/releases)
- [Commits](actix/actix-net@rt-v2.11.0...rt-v2.12.0)

Updates `actix-server` from 2.6.0 to 2.9.0
- [Release notes](https://github.com/actix/actix-net/releases)
- [Commits](actix/actix-net@rt-v2.6.0...rt-v2.9.0)

Updates `aho-corasick` from 1.1.4 to 1.1.5
- [Commits](BurntSushi/aho-corasick@1.1.4...1.1.5)

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

Updates `cc` from 1.3.0 to 1.4.4
- [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.3.0...cc-v1.4.4)

Updates `crc32fast` from 1.5.0 to 1.5.1
- [Commits](srijs/rust-crc32fast@v1.5.0...v1.5.1)

Updates `datalogic-rs` from 5.1.0 to 5.2.0
- [Release notes](https://github.com/GoPlasmatic/datalogic-rs/releases)
- [Changelog](https://github.com/GoPlasmatic/datalogic-rs/blob/main/CHANGELOG.md)
- [Commits](GoPlasmatic/datalogic-rs@v5.1.0...v5.2.0)

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

Updates `either` from 1.16.0 to 1.18.0
- [Changelog](https://github.com/rayon-rs/either/blob/main/RELEASES.md)
- [Commits](rayon-rs/either@1.16.0...1.18.0)

Updates `fast-float2` from 0.2.3 to 0.2.4
- [Release notes](https://github.com/Alexhuszagh/fast-float-rust/releases)
- [Changelog](https://github.com/Alexhuszagh/fast-float-rust/blob/main/CHANGELOG.md)
- [Commits](Alexhuszagh/fast-float-rust@0.2.3...v0.2.4)

Updates `find-msvc-tools` from 0.1.9 to 0.1.11
- [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@find-msvc-tools-v0.1.9...find-msvc-tools-v0.1.11)

Updates `flagd-evaluation-engine` from 0.0.3 to 0.0.4
- [Release notes](https://github.com/open-feature/rust-sdk-contrib/releases)
- [Commits](open-feature/rust-sdk-contrib@flagd-evaluation-engine-v0.0.3...flagd-evaluation-engine-v0.0.4)

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

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

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

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

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

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

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

Updates `h2` from 0.4.15 to 0.4.18
- [Release notes](https://github.com/hyperium/h2/releases)
- [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md)
- [Commits](hyperium/h2@v0.4.15...v0.4.18)

Updates `http` from 1.4.2 to 1.5.0
- [Release notes](https://github.com/hyperium/http/releases)
- [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md)
- [Commits](hyperium/http@v1.4.2...v1.5.0)

Updates `http-body-util` from 0.1.4 to 0.1.5
- [Release notes](https://github.com/hyperium/http-body/releases)
- [Commits](hyperium/http-body@http-body-util-v0.1.4...http-body-util-v0.1.5)

Updates `hybrid-array` from 0.4.13 to 0.4.14
- [Changelog](https://github.com/RustCrypto/hybrid-array/blob/master/CHANGELOG.md)
- [Commits](RustCrypto/hybrid-array@v0.4.13...v0.4.14)

Updates `icu_locale_core` from 2.2.0 to 2.3.0
- [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/compare/icu@2.2.0...icu@2.3.0)

Updates `icu_normalizer` from 2.2.0 to 2.3.0
- [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/compare/icu@2.2.0...icu@2.3.0)

Updates `icu_normalizer_data` from 2.2.0 to 2.3.0
- [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/compare/icu@2.2.0...icu@2.3.0)

Updates `icu_properties` from 2.2.0 to 2.3.0
- [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/compare/icu@2.2.0...icu@2.3.0)

Updates `icu_properties_data` from 2.2.0 to 2.3.0
- [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/compare/icu@2.2.0...icu@2.3.0)

Updates `icu_provider` from 2.2.0 to 2.3.1
- [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/compare/icu@2.2.0...icu@2.3.1)

Updates `impl-more` from 0.3.1 to 0.3.5
- [Release notes](https://github.com/robjtede/impl-more/releases)
- [Commits](robjtede/impl-more@v0.3.1...v0.3.5)

Updates `inotify` from 0.11.4 to 0.11.5
- [Changelog](https://github.com/hannobraun/inotify-rs/blob/main/CHANGELOG.md)
- [Commits](hannobraun/inotify-rs@v0.11.4...v0.11.5)

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

Updates `kqueue` from 1.2.0 to 1.2.1
- [Changelog](https://gitlab.com/rust-kqueue/rust-kqueue/blob/main/CHANGELOG.md)
- [Commits](https://gitlab.com/rust-kqueue/rust-kqueue/compare/1.2.0...1.2.1)

Updates `libc` from 0.2.187 to 0.2.189
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Changelog](https://github.com/rust-lang/libc/blob/0.2.189/CHANGELOG.md)
- [Commits](rust-lang/libc@0.2.187...0.2.189)

Updates `litemap` 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 `log` from 0.4.33 to 0.4.34
- [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.33...0.4.34)

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

Updates `pkg-config` from 0.3.33 to 0.3.34
- [Changelog](https://github.com/rust-lang/pkg-config-rs/blob/master/CHANGELOG.md)
- [Commits](rust-lang/pkg-config-rs@0.3.33...0.3.34)

Updates `portable-atomic` from 1.14.0 to 1.15.0
- [Release notes](https://github.com/taiki-e/portable-atomic/releases)
- [Changelog](https://github.com/taiki-e/portable-atomic/blob/main/CHANGELOG.md)
- [Commits](taiki-e/portable-atomic@v1.14.0...v1.15.0)

Updates `potential_utf` from 0.1.5 to 0.1.6
- [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)

Updates `pulldown-cmark-to-cmark` from 22.0.0 to 22.0.1
- [Release notes](https://github.com/Byron/pulldown-cmark-to-cmark/releases)
- [Changelog](https://github.com/Byron/pulldown-cmark-to-cmark/blob/main/CHANGELOG.md)
- [Commits](Byron/pulldown-cmark-to-cmark@v22.0.0...v22.0.1)

Updates `rand` from 0.10.1 to 0.10.2
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
- [Commits](rust-random/rand@0.10.1...0.10.2)

Updates `regex-automata` from 0.4.16 to 0.4.18
- [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-automata-0.4.16...regex-automata-0.4.18)

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

Updates `rustls-pki-types` from 1.15.0 to 1.15.1
- [Release notes](https://github.com/rustls/pki-types/releases)
- [Commits](rustls/pki-types@v/1.15.0...v/1.15.1)

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

Updates `socket2` from 0.5.10 to 0.6.4
- [Release notes](https://github.com/rust-lang/socket2/releases)
- [Changelog](https://github.com/rust-lang/socket2/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/socket2/commits)

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

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

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

Updates `time` from 0.3.54 to 0.3.55
- [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.54...v0.3.55)

Updates `tinystr` from 0.8.3 to 0.8.4
- [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)

Updates `tokio-macros` from 2.7.1 to 2.7.2
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/commits)

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

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

Updates `writeable` from 0.6.3 to 0.6.4
- [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)

Updates `zerocopy` from 0.8.55 to 0.8.56
- [Release notes](https://github.com/google/zerocopy/releases)
- [Commits](google/zerocopy@v0.8.55...v0.8.56)

Updates `zerocopy-derive` from 0.8.55 to 0.8.56
- [Release notes](https://github.com/google/zerocopy/releases)
- [Commits](google/zerocopy@v0.8.55...v0.8.56)

Updates `zerotrie` from 0.2.4 to 0.2.5
- [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)

Updates `zerovec` from 0.11.6 to 0.11.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/ind/zerovec@0.11.8)

Updates `zerovec-derive` from 0.11.3 to 0.11.6
- [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)
chore(deps): bump the src-shipping group across 1 directory with 2 updates

Bumps the src-shipping group with 2 updates in the /src/shipping directory: library/rust and distroless/cc-debian13.


Updates `library/rust` from 1.97.0 to 1.97.1

Updates `distroless/cc-debian13` from `d97bc0a` to `a77defd`

---
updated-dependencies:
- dependency-name: actix-web
  dependency-version: 4.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: src-shipping
- dependency-name: open-feature-flagd
  dependency-version: 0.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: src-shipping
- dependency-name: uuid
  dependency-version: 1.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: src-shipping
- dependency-name: actix-http
  dependency-version: 3.13.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: src-shipping
- dependency-name: actix-rt
  dependency-version: 2.12.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: src-shipping
- dependency-name: actix-server
  dependency-version: 2.9.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: src-shipping
- dependency-name: aho-corasick
  dependency-version: 1.1.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: src-shipping
- dependency-name: async-trait
  dependency-version: 0.1.92
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: src-shipping
- dependency-name: cc
  dependency-version: 1.4.4
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: src-shipping
- dependency-name: crc32fast
  dependency-version: 1.5.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: src-shipping
- dependency-name: datalogic-rs
  dependency-version: 5.2.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: src-shipping
- dependency-name: displaydoc
  dependency-version: 0.2.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: src-shipping
- dependency-name: either
  dependency-version: 1.18.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: src-shipping
- dependency-name: fast-float2
  dependency-version: 0.2.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: src-shipping
- dependency-name: find-msvc-tools
  dependency-version: 0.1.11
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: src-shipping
- dependency-name: flagd-evaluation-engine
  dependency-version: 0.0.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: src-shipping
- dependency-name: futures-channel
  dependency-version: 0.3.33
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: src-shipping
- dependency-name: futures-core
  dependency-version: 0.3.34
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: src-shipping
- dependency-name: futures-executor
  dependency-version: 0.3.33
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: src-shipping
- dependency-name: futures-io
  dependency-version: 0.3.34
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: src-shipping
- dependency-name: futures-sink
  dependency-version: 0.3.34
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: src-shipping
- dependency-name: futures-task
  dependency-version: 0.3.34
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: src-shipping
- dependency-name: futures-util
  dependency-version: 0.3.34
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: src-shipping
- dependency-name: h2
  dependency-version: 0.4.18
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: src-shipping
- dependency-name: http
  dependency-version: 1.5.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: src-shipping
- dependency-name: http-body-util
  dependency-version: 0.1.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: src-shipping
- dependency-name: hybrid-array
  dependency-version: 0.4.14
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: src-shipping
- dependency-name: icu_locale_core
  dependency-version: 2.3.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: src-shipping
- dependency-name: icu_normalizer
  dependency-version: 2.3.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: src-shipping
- dependency-name: icu_normalizer_data
  dependency-version: 2.3.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: src-shipping
- dependency-name: icu_properties
  dependency-version: 2.3.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: src-shipping
- dependency-name: icu_properties_data
  dependency-version: 2.3.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: src-shipping
- dependency-name: icu_provider
  dependency-version: 2.3.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: src-shipping
- dependency-name: impl-more
  dependency-version: 0.3.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: src-shipping
- dependency-name: inotify
  dependency-version: 0.11.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: src-shipping
- dependency-name: ipnet
  dependency-version: 2.12.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: src-shipping
- dependency-name: kqueue
  dependency-version: 1.2.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: src-shipping
- dependency-name: libc
  dependency-version: 0.2.189
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: src-shipping
- dependency-name: litemap
  dependency-version: 0.8.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: src-shipping
- dependency-name: log
  dependency-version: 0.4.34
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: src-shipping
- dependency-name: lru
  dependency-version: 0.18.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: src-shipping
- dependency-name: pkg-config
  dependency-version: 0.3.34
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: src-shipping
- dependency-name: portable-atomic
  dependency-version: 1.15.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: src-shipping
- dependency-name: potential_utf
  dependency-version: 0.1.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: src-shipping
- dependency-name: pulldown-cmark-to-cmark
  dependency-version: 22.0.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: src-shipping
- dependency-name: rand
  dependency-version: 0.10.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: src-shipping
- dependency-name: regex-automata
  dependency-version: 0.4.18
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: src-shipping
- dependency-name: rustls
  dependency-version: 0.23.43
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: src-shipping
- dependency-name: rustls-pki-types
  dependency-version: 1.15.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: src-shipping
- dependency-name: rustls-webpki
  dependency-version: 0.103.15
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: src-shipping
- dependency-name: socket2
  dependency-version: 0.6.4
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: src-shipping
- dependency-name: syn
  dependency-version: 3.0.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: src-shipping
- dependency-name: thiserror
  dependency-version: 2.0.20
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: src-shipping
- dependency-name: thiserror-impl
  dependency-version: 2.0.20
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: src-shipping
- dependency-name: time
  dependency-version: 0.3.55
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: src-shipping
- dependency-name: tinystr
  dependency-version: 0.8.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: src-shipping
- dependency-name: tokio-macros
  dependency-version: 2.7.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: src-shipping
- dependency-name: tokio-stream
  dependency-version: 0.1.19
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: src-shipping
- dependency-name: tokio-util
  dependency-version: 0.7.19
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: src-shipping
- dependency-name: writeable
  dependency-version: 0.6.4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: src-shipping
- dependency-name: zerocopy
  dependency-version: 0.8.56
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: src-shipping
- dependency-name: zerocopy-derive
  dependency-version: 0.8.56
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: src-shipping
- dependency-name: zerotrie
  dependency-version: 0.2.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: src-shipping
- dependency-name: zerovec
  dependency-version: 0.11.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: src-shipping
- dependency-name: zerovec-derive
  dependency-version: 0.11.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: src-shipping
- dependency-name: library/rust
  dependency-version: 1.97.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: src-shipping
- dependency-name: distroless/cc-debian13
  dependency-version: nonroot
  dependency-type: direct:production
  dependency-group: src-shipping
...

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 Aug 26, 2026
@nudgebee-dev

nudgebee-dev Bot commented Aug 26, 2026

Copy link
Copy Markdown

Nudgebee Change Gate

Pass

  • No Kubernetes workloads or services were modified in this diff (changes are limited to 'Cargo.lock' dependencies).

Based on Nudgebee rightsizing recommendations and incident investigations from the last 30 days.

View the gate agent investigation

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