Skip to content

build(deps): bump the cargo-production-dependencies group across 1 directory with 19 updates #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 12, 2025

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

Package From To
tonic 0.11.0 0.12.3
tonic-health 0.11.0 0.13.1
reqwest 0.11.27 0.12.5
prost 0.12.6 0.13.5
prost-types 0.12.6 0.13.5
tokio 1.38.0 1.45.0
opentelemetry 0.22.0 0.29.1
opentelemetry_sdk 0.22.1 0.29.0
opentelemetry-semantic-conventions 0.15.0 0.29.0
opentelemetry-http 0.11.1 0.29.0
opentelemetry-otlp 0.15.0 0.29.0
log 0.4.21 0.4.27
reqwest-middleware 0.2.5 0.4.2
reqwest-tracing 0.4.8 0.5.7
tracing 0.1.40 0.1.41
tracing-opentelemetry 0.23.0 0.30.0
tracing-subscriber 0.3.18 0.3.19
uuid 1.8.0 1.16.0
tonic-build 0.11.0 0.13.1

Updates tonic from 0.11.0 to 0.12.3

Release notes

Sourced from tonic's releases.

v0.12.3

0.12.3 (2024-08-29)

Features

  • server: Added support for grpc max_connection_age (#1865)
  • build: Add #[deprecated] to deprecated client methods (#1879)
  • build: plumb skip_debug through prost Builder and add test (#1900)

Bug Fixes

  • build: Revert "fix tonic-build cargo build script outputs (#1821)" which accidentally increases MSRV (#1898)
  • server: ignore more error kinds in incoming socket stream (#1885)
  • transport: do not shutdown server on broken connections (#1948)

v0.12.2

0.12.2 (2024-08-23)

Features

  • Move TimeoutExpired out of transport (#1826)
  • Move ConnectError type from transport (#1828)
  • channel: allow setting max_header_list_size (#1835)
  • router: Add RoutesBuilder constructor (#1855)
  • tls: Rename tls-roots feature with tls-native-roots (#1860)
  • router: Rename Routes::into_router with into_axum_router (#1862)
  • router: Implement from axum::Router for Routes (#1863)
  • channel: Re-enable TLS based on Cargo features in generated clients (#1866)
  • server: allow setting max_header_list_size (#1870)
  • build: Expose formatted service name (#1684)
  • reflection: add back support for v1alpha reflection protocol (#1888)

Bug Fixes

  • router: Add missing unimplemented fallback to RoutesBuilder (#1864)
  • server: Prevent server from exiting on ECONNABORTED (#1874)
  • web: fix panic in trailer parsing on multiple trailers (#1880)
  • web: fix empty trailer parsing causing infinite parser loop (#1883)

v0.12.1

0.12.1 (2024-07-17)

Bug Fixes

  • Reduce tokio-stream feature (#1795)

v0.12.0

v0.12.0 (2024-07-08)

This breaking release updates tonic to the hyper 1.0 ecosystem and also updates

... (truncated)

Changelog

Sourced from tonic's changelog.

0.12.3 (2024-08-29)

Features

  • server: Added support for grpc max_connection_age (#1865)
  • build: Add #[deprecated] to deprecated client methods (#1879)
  • build: plumb skip_debug through prost Builder and add test (#1900)

Bug Fixes

  • build: Revert "fix tonic-build cargo build script outputs (#1821)" which accidentally increases MSRV (#1898)
  • server: ignore more error kinds in incoming socket stream (#1885)
  • transport: do not shutdown server on broken connections (#1948)

0.12.2 (2024-08-23)

Features

  • Move TimeoutExpired out of transport (#1826)
  • Move ConnectError type from transport (#1828)
  • channel: allow setting max_header_list_size (#1835)
  • router: Add RoutesBuilder constructor (#1855)
  • tls: Rename tls-roots feature with tls-native-roots (#1860)
  • router: Rename Routes::into_router with into_axum_router (#1862)
  • router: Implement from axum::Router for Routes (#1863)
  • channel: Re-enable TLS based on Cargo features in generated clients (#1866)
  • server: allow setting max_header_list_size (#1870)
  • build: Expose formatted service name (#1684)
  • reflection: add back support for v1alpha reflection protocol (#1888)

Bug Fixes

  • router: Add missing unimplemented fallback to RoutesBuilder (#1864)
  • server: Prevent server from exiting on ECONNABORTED (#1874)
  • web: fix panic in trailer parsing on multiple trailers (#1880)
  • web: fix empty trailer parsing causing infinite parser loop (#1883)

0.12.1 (2024-07-17)

Bug Fixes

  • Reduce tokio-stream feature (#1795)

0.12.0 (2024-07-08)

This breaking release updates tonic to the hyper 1.0 ecosystem and also updates to prost v0.13.0.

Features

... (truncated)

Commits

Updates tonic-health from 0.11.0 to 0.13.1

Release notes

Sourced from tonic-health's releases.

v0.13.1

What's Changed

New Contributors

Full Changelog: hyperium/tonic@v0.13.0...v0.13.1

v0.13.0

This release is a breaking release and thus there are many changes include axum version and a few other crates. There are some additionally exposed APIs. At the moment this release is planned to be a long term release as the project shifts some of its resources to implementing a new transport module and to align itself better with other gPRC projects. More to be announced on this later.

What's Changed

... (truncated)

Changelog

Sourced from tonic-health's changelog.

NOTE: ths changelog is no longer used and from version v0.13.0 onward we will be using github releases and the changes can be found here.

0.12.3 (2024-08-29)

Features

  • server: Added support for grpc max_connection_age (#1865)
  • build: Add #[deprecated] to deprecated client methods (#1879)
  • build: plumb skip_debug through prost Builder and add test (#1900)

Bug Fixes

  • build: Revert "fix tonic-build cargo build script outputs (#1821)" which accidentally increases MSRV (#1898)
  • server: ignore more error kinds in incoming socket stream (#1885)
  • transport: do not shutdown server on broken connections (#1948)

0.12.2 (2024-08-23)

Features

  • Move TimeoutExpired out of transport (#1826)
  • Move ConnectError type from transport (#1828)
  • channel: allow setting max_header_list_size (#1835)
  • router: Add RoutesBuilder constructor (#1855)
  • tls: Rename tls-roots feature with tls-native-roots (#1860)
  • router: Rename Routes::into_router with into_axum_router (#1862)
  • router: Implement from axum::Router for Routes (#1863)
  • channel: Re-enable TLS based on Cargo features in generated clients (#1866)
  • server: allow setting max_header_list_size (#1870)
  • build: Expose formatted service name (#1684)
  • reflection: add back support for v1alpha reflection protocol (#1888)

Bug Fixes

  • router: Add missing unimplemented fallback to RoutesBuilder (#1864)
  • server: Prevent server from exiting on ECONNABORTED (#1874)
  • web: fix panic in trailer parsing on multiple trailers (#1880)
  • web: fix empty trailer parsing causing infinite parser loop (#1883)

0.12.1 (2024-07-17)

Bug Fixes

  • Reduce tokio-stream feature (#1795)

0.12.0 (2024-07-08)

This breaking release updates tonic to the hyper 1.0 ecosystem and also updates to prost v0.13.0.

... (truncated)

Commits

Updates reqwest from 0.11.27 to 0.12.5

Release notes

Sourced from reqwest's releases.

v0.12.5

What's Changed

  • Add http3 feature back, still requiring reqwest_unstable.
  • Add rustls-tls-no-provider Cargo feature to use rustls without a crypto provider.
  • Add blocking::ClientBuilder::dns_resolver() method to change DNS resolver in blocking client.
  • Fix Accept-Encoding header combinations.
  • Fix http3 resolving IPv6 addresses.
  • Internal: upgrade to rustls 0.23.

New Contributors

Full Changelog: seanmonstar/reqwest@v0.12.4...v0.12.5

v0.12.4

What's Changed

  • Add zstd support, enabled with zstd Cargo feature (thanks @​paolobarbolini!)
  • Add ClientBuilder::read_timeout(Duration), which applies the duration for each read operation. The timeout resets after a successful read.

New Contributors

v0.12.3

What's Changed

  • Add FromStr for dns::Name.
  • Add ClientBuilder::built_in_webpki_certs(bool) to enable them separately.
  • Add ClientBuilder::built_in_native_certs(bool) to enable them separately.
  • Fix sending content-length: 0 for GET requests.
  • Fix response body content_length() to return value when timeout is configured.
  • Fix ClientBuilder::resolve() to use lowercase domain names.

New Contributors

Full Changelog: seanmonstar/reqwest@v0.12.2...v0.12.3

v0.12.2

What's Changed

... (truncated)

Changelog

Sourced from reqwest's changelog.

v0.12.5

  • Add blocking::ClientBuilder::dns_resolver() method to change DNS resolver in blocking client.
  • Add http3 feature back, still requiring reqwest_unstable.
  • Add rustls-tls-no-provider Cargo feature to use rustls without a crypto provider.
  • Fix Accept-Encoding header combinations.
  • Fix http3 resolving IPv6 addresses.
  • Internal: upgrade to rustls 0.23.

v0.12.4

  • Add zstd support, enabled with zstd Cargo feature.
  • Add ClientBuilder::read_timeout(Duration), which applies the duration for each read operation. The timeout resets after a successful read.

v0.12.3

  • Add FromStr for dns::Name.
  • Add ClientBuilder::built_in_webpki_certs(bool) to enable them separately.
  • Add ClientBuilder::built_in_native_certs(bool) to enable them separately.
  • Fix sending content-length: 0 for GET requests.
  • Fix response body content_length() to return value when timeout is configured.
  • Fix ClientBuilder::resolve() to use lowercase domain names.

v0.12.2

  • Fix missing ALPN when connecting to socks5 proxy with rustls.
  • Fix TLS version limits with rustls.
  • Fix not detected ALPN h2 from server with native-tls.

v0.12.1

  • Fix ClientBuilder::interface() when no TLS is enabled.
  • Fix TlsInfo::peer_certificate() being truncated with rustls.
  • Fix panic if http2 feature disabled but TLS negotiated h2 in ALPN.
  • Fix Display for Error to not include its source error.

v0.12.0

  • Upgrade to hyper, http, and http-body v1.
  • Add better support for converting to and from http::Request and http::Response.
  • Add http2 optional cargo feature, default on.
  • Add charset optional cargo feature, default on.
  • Add macos-system-configuration cargo feature, default on.
  • Change all optional dependencies to no longer be exposed as implicit features.
  • Add ClientBuilder::interface(str) to specify the local interface to bind to.
  • Experimental: disables the http3 feature temporarily.
Commits
  • 29d4cff v0.12.5
  • a7880d6 tests: fix http3 tests
  • c32d877 tests: enable http3 content-length test
  • ce3b30e http3: send content-length if known
  • 404df59 test: add http3 test server support
  • e5ce0b5 fix: don't enable hyper-rustls/http2 unless http2 is already enabled
  • ccb5e40 Don't compile hyper-tls with native-roots unless rustls-tls-native-roots is e...
  • c56fbae tests: remove a proxy parse error check
  • 8cc7cd4 msrv: pin url
  • 695bc04 fix: http3 resolving ipv6 addresses (#2305)
  • Additional commits viewable in compare view

Updates prost from 0.12.6 to 0.13.5

Changelog

Sourced from prost's changelog.

Prost version 0.13.5

PROST! is a Protocol Buffers implementation for the Rust Language. prost generates simple, idiomatic Rust code from proto2 and proto3 files.

Features

  • prost-types: Derive Arbitrary (#1188)

Documentation

  • Use intra doc links instead of HTML tags (#1219)

Dependencies

  • Update pulldown-cmark-to-cmark requirement from >=16, =16, <=20 (#1206)
  • Update itertools requirement from >=0.10, =0.10, <=0.14 (#1222)
  • Update petgraph requirement to include 0.7 (#1226)
  • Update rand requirement from 0.8 to 0.9 (#1233)
  • Bump clippy to 1.83 (#1220)
  • Update flake.lock (#1216)

Styling

  • Replace unnecessary map_or (#1221)
  • prost-build: Use enum getter (#1238)

Testing

  • default_enum_value: Move tests to separate module (#1198)
  • nesting: Move tests to separate module (#1218)
  • recursive_oneof: Move tests to separate module (#1225)
  • boxed_field: Box an oneof field (#1235)
  • groups: Move tests to separate module (#1234)
  • default_string_escape: Move tests to separate module (#1239)
  • Move DecodeError tests closer to the implementation (#1227)

Prost version 0.13.4

PROST! is a Protocol Buffers implementation for the Rust Language. prost generates simple, idiomatic Rust code from proto2 and proto3 files.

Features

  • Impl Name for Protobuf well-known wrapper types (#1174)

Performance

  • NonZeroU64 to optimize encoded_len_varint (#1192)

Dependencies

... (truncated)

Commits
  • d505b18 chore: Release version 0.13.5 (#1240)
  • 61b4b95 style(prost-build): Use enum getter (#1238)
  • 60abdc9 test(default_string_escape): Move tests to separate module (#1239)
  • 35e3f28 Clean up CodeGenerator by moving compilation-global data and logic to `Cont...
  • 6445907 test(groups): Move tests to separate module (#1234)
  • 3de8526 test(boxed_field): Box an oneof field (#1235)
  • ac98f0f test(recursive_oneof): Move tests to separate module (#1225)
  • a8208f6 test: Move DecodeError tests closer to the implementation (#1227)
  • 0b9af3b build(deps): update rand requirement from 0.8 to 0.9 (#1233)
  • e617832 build(deps): update petgraph requirement to include 0.7 (#1226)
  • Additional commits viewable in compare view

Updates prost-types from 0.12.6 to 0.13.5

Changelog

Sourced from prost-types's changelog.

Prost version 0.13.5

PROST! is a Protocol Buffers implementation for the Rust Language. prost generates simple, idiomatic Rust code from proto2 and proto3 files.

Features

  • prost-types: Derive Arbitrary (#1188)

Documentation

  • Use intra doc links instead of HTML tags (#1219)

Dependencies

  • Update pulldown-cmark-to-cmark requirement from >=16, =16, <=20 (#1206)
  • Update itertools requirement from >=0.10, =0.10, <=0.14 (#1222)
  • Update petgraph requirement to include 0.7 (#1226)
  • Update rand requirement from 0.8 to 0.9 (#1233)
  • Bump clippy to 1.83 (#1220)
  • Update flake.lock (#1216)

Styling

  • Replace unnecessary map_or (#1221)
  • prost-build: Use enum getter (#1238)

Testing

  • default_enum_value: Move tests to separate module (#1198)
  • nesting: Move tests to separate module (#1218)
  • recursive_oneof: Move tests to separate module (#1225)
  • boxed_field: Box an oneof field (#1235)
  • groups: Move tests to separate module (#1234)
  • default_string_escape: Move tests to separate module (#1239)
  • Move DecodeError tests closer to the implementation (#1227)

Prost version 0.13.4

PROST! is a Protocol Buffers implementation for the Rust Language. prost generates simple, idiomatic Rust code from proto2 and proto3 files.

Features

  • Impl Name for Protobuf well-known wrapper types (#1174)

Performance

  • NonZeroU64 to optimize encoded_len_varint (#1192)

Dependencies

... (truncated)

Commits
  • d505b18 chore: Release version 0.13.5 (#1240)
  • 61b4b95 style(prost-build): Use enum getter (#1238)
  • 60abdc9 test(default_string_escape): Move tests to separate module (#1239)
  • 35e3f28 Clean up CodeGenerator by moving compilation-global data and logic to `Cont...
  • 6445907 test(groups): Move tests to separate module (#1234)
  • 3de8526 test(boxed_field): Box an oneof field (#1235)
  • ac98f0f test(recursive_oneof): Move tests to separate module (#1225)
  • a8208f6 test: Move DecodeError tests closer to the implementation (#1227)
  • 0b9af3b build(deps): update rand requirement from 0.8 to 0.9 (#1233)
  • e617832 build(deps): update petgraph requirement to include 0.7 (#1226)
  • Additional commits viewable in compare view

Updates tokio from 1.38.0 to 1.45.0

Release notes

Sourced from tokio's releases.

Tokio v1.45.0

Added

  • metrics: stabilize worker_total_busy_duration, worker_park_count, and worker_unpark_count (#6899, #7276)
  • process: add Command::spawn_with (#7249)

Changed

  • io: do not require Unpin for some trait impls (#7204)
  • rt: mark runtime::Handle as unwind safe (#7230)
  • time: revert internal sharding implementation (#7226)

Unstable

  • rt: remove alt multi-threaded runtime (#7275)

#6899: tokio-rs/tokio#6899 #7276: tokio-rs/tokio#7276 #7249: tokio-rs/tokio#7249 #7204: tokio-rs/tokio#7204 #7230: tokio-rs/tokio#7230 #7226: tokio-rs/tokio#7226 #7275: tokio-rs/tokio#7275

Tokio v1.44.2

This release fixes a soundness issue in the broadcast channel. The channel accepts values that are Send but !Sync. Previously, the channel called clone() on these values without synchronizing. This release fixes the channel by synchronizing calls to .clone() (Thanks Austin Bonander for finding and reporting the issue).

Fixed

  • sync: synchronize clone() call in broadcast channel (#7232)

#7232: tokio-rs/tokio#7232

Tokio v1.44.1

1.44.1 (March 13th, 2025)

Fixed

  • rt: skip defer queue in block_in_place context (#7216)

#7216: tokio-rs/tokio#7216

Tokio v1.44.0

1.44.0 (March 7th, 2025)

This release changes the from_std method on sockets to panic if a blocking socket is provided. We determined this change is not a breaking change as Tokio is not intended to operate using blocking sockets. Doing so results in runtime hangs and should be considered a bug. Accidentally passing a blocking socket to Tokio is one of the most common user mistakes. If this change causes an issue for you, please comment on #7172.

... (truncated)

Commits
  • 00754c8 chore: prepare Tokio v1.45.0 (#7308)
  • 1ae9434 time: revert "use sharding for timer implementation" related changes (#7226)
  • 8895bba ci: Test AArch64 Windows (#7288)
  • 48ca254 time: update sleep documentation to reflect maximum allowed duration (#7302)
  • a0af02a compat: add more documentation to tokio_util::compat (#7279)
  • 0ce3a11 metrics: stabilize worker_park_count and worker_unpark_count (#7276)
  • 1ea9ce1 ci: fix cfg!(miri) declarations in tests (#7286)
  • 4d4d126 chore: prepare tokio-util v0.7.15 (#7283)
  • 5490267 fs: update the mockall dev dependency to 0.13.0 (#7234)
  • 1434b32 examples: improve echo example consistency (#7256)
  • Additional commits viewable in compare view

Updates opentelemetry from 0.22.0 to 0.29.1

Release notes

Sourced from opentelemetry's releases.

0.29.0 Release

See changelog for individual crates to know the exact set of changes. All crates in this repo follows same version (0.29.0 for this release).

This release also upgrades

  • Logs-SDK to stable
  • Logs-Appender-Tracing to stable
  • Baggage to RC

And deprecates

  • Prometheus exporter is - now deprecated in favor of OTLP exporter.

0.28.0 Release

See changelog for individual crates to know the exact set of changes. All crates in this repo follows same version (0.28.0 for this release).

This release also upgrades

  • Logs API to stable
  • Logs-SDK, Logs OTLP exporter, Logs-Appender-Tracing to RC
  • Metrics-API to stable
  • Metrics-SDK, Metrics OTLP exporter to RC.

This release introduces several breaking changes as we progress toward a stable version for logs and metrics. We recommend reviewing the Migration Guide along with the changelogs to ensure a smooth upgrade.

opentelemetry-0.27.1 patch release

This release has improved internal logging to help with troubleshooting.

opentelemetry_sdk-0.27.1 patch release

Refer to opentelemetry-sdk CHANGELOG for the changes.

0.27.0 Release

See changelog for individual crates to know the exact set of changes. All crates in this repo follows same version (0.27.0 for this release).

This release also upgrades

  • Logs API to RC
  • Metrics API to RC
  • Metrics SDK to Beta
  • Metrics OTLP Exporter to Beta.

0.26.0 Release

See changelog for individual crates to know the exact set of changes. As informed during previous release, all crates from this repo follows same version (0.26.0 for this release). This release also upgrades Metric API (part of opentelemetry crate) from alpha to beta.

OpenTelemetry 0.25.0 Release

See changelog for individual crates to know the exact set of changes. This release onwards, all crates from this repo follows same version (0.25.0 for today's release).

opentelemetry-0.24.0

See individual crate changelogs for details.

... (truncated)

Commits

Updates opentelemetry_sdk from 0.22.1 to 0.29.0

Release notes

Sourced from opentelemetry_sdk's releases.

opentelemetry_sdk-0.27.1 patch release

Refer to opentelemetry-sdk CHANGELOG for the changes.

Description has been truncated

…rectory with 19 updates

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

| Package | From | To |
| --- | --- | --- |
| [tonic](https://github.com/hyperium/tonic) | `0.11.0` | `0.12.3` |
| [tonic-health](https://github.com/hyperium/tonic) | `0.11.0` | `0.13.1` |
| [reqwest](https://github.com/seanmonstar/reqwest) | `0.11.27` | `0.12.5` |
| [prost](https://github.com/tokio-rs/prost) | `0.12.6` | `0.13.5` |
| [prost-types](https://github.com/tokio-rs/prost) | `0.12.6` | `0.13.5` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.38.0` | `1.45.0` |
| [opentelemetry](https://github.com/open-telemetry/opentelemetry-rust) | `0.22.0` | `0.29.1` |
| [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust) | `0.22.1` | `0.29.0` |
| [opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-rust) | `0.15.0` | `0.29.0` |
| [opentelemetry-http](https://github.com/open-telemetry/opentelemetry-rust) | `0.11.1` | `0.29.0` |
| [opentelemetry-otlp](https://github.com/open-telemetry/opentelemetry-rust) | `0.15.0` | `0.29.0` |
| [log](https://github.com/rust-lang/log) | `0.4.21` | `0.4.27` |
| [reqwest-middleware](https://github.com/TrueLayer/reqwest-middleware) | `0.2.5` | `0.4.2` |
| [reqwest-tracing](https://github.com/TrueLayer/reqwest-middleware) | `0.4.8` | `0.5.7` |
| [tracing](https://github.com/tokio-rs/tracing) | `0.1.40` | `0.1.41` |
| [tracing-opentelemetry](https://github.com/tokio-rs/tracing-opentelemetry) | `0.23.0` | `0.30.0` |
| [tracing-subscriber](https://github.com/tokio-rs/tracing) | `0.3.18` | `0.3.19` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.8.0` | `1.16.0` |
| [tonic-build](https://github.com/hyperium/tonic) | `0.11.0` | `0.13.1` |



Updates `tonic` from 0.11.0 to 0.12.3
- [Release notes](https://github.com/hyperium/tonic/releases)
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](hyperium/tonic@v0.11.0...v0.12.3)

Updates `tonic-health` from 0.11.0 to 0.13.1
- [Release notes](https://github.com/hyperium/tonic/releases)
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](hyperium/tonic@v0.11.0...v0.13.1)

Updates `reqwest` from 0.11.27 to 0.12.5
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.11.27...v0.12.5)

Updates `prost` from 0.12.6 to 0.13.5
- [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.12.6...v0.13.5)

Updates `prost-types` from 0.12.6 to 0.13.5
- [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.12.6...v0.13.5)

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

Updates `opentelemetry` from 0.22.0 to 0.29.1
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)
- [Commits](open-telemetry/opentelemetry-rust@opentelemetry-0.22.0...opentelemetry-0.29.1)

Updates `opentelemetry_sdk` from 0.22.1 to 0.29.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)
- [Commits](open-telemetry/opentelemetry-rust@v0.22.1...opentelemetry_sdk-0.29.0)

Updates `opentelemetry-semantic-conventions` from 0.15.0 to 0.29.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)
- [Commits](open-telemetry/opentelemetry-rust@opentelemetry-semantic-conventions-0.15.0...opentelemetry-semantic-conventions-0.29.0)

Updates `opentelemetry-http` from 0.11.1 to 0.29.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)
- [Commits](open-telemetry/opentelemetry-rust@opentelemetry-http-0.11.1...opentelemetry-http-0.29.0)

Updates `opentelemetry-otlp` from 0.15.0 to 0.29.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases)
- [Commits](open-telemetry/opentelemetry-rust@opentelemetry-otlp-0.15.0...opentelemetry-otlp-0.29.0)

Updates `log` from 0.4.21 to 0.4.27
- [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.21...0.4.27)

Updates `reqwest-middleware` from 0.2.5 to 0.4.2
- [Release notes](https://github.com/TrueLayer/reqwest-middleware/releases)
- [Commits](https://github.com/TrueLayer/reqwest-middleware/commits/reqwest-middleware-v0.4.2)

Updates `reqwest-tracing` from 0.4.8 to 0.5.7
- [Release notes](https://github.com/TrueLayer/reqwest-middleware/releases)
- [Commits](https://github.com/TrueLayer/reqwest-middleware/commits/reqwest-tracing-v0.5.7)

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

Updates `tracing-opentelemetry` from 0.23.0 to 0.30.0
- [Release notes](https://github.com/tokio-rs/tracing-opentelemetry/releases)
- [Changelog](https://github.com/tokio-rs/tracing-opentelemetry/blob/v0.1.x/CHANGELOG.md)
- [Commits](tokio-rs/tracing-opentelemetry@v0.23.0...v0.30.0)

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

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

Updates `tonic-build` from 0.11.0 to 0.13.1
- [Release notes](https://github.com/hyperium/tonic/releases)
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](hyperium/tonic@v0.11.0...v0.13.1)

---
updated-dependencies:
- dependency-name: tonic
  dependency-version: 0.12.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-production-dependencies
- dependency-name: tonic-health
  dependency-version: 0.13.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-production-dependencies
- dependency-name: reqwest
  dependency-version: 0.12.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-production-dependencies
- dependency-name: prost
  dependency-version: 0.13.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-production-dependencies
- dependency-name: prost-types
  dependency-version: 0.13.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-production-dependencies
- dependency-name: tokio
  dependency-version: 1.45.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-production-dependencies
- dependency-name: opentelemetry
  dependency-version: 0.29.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-production-dependencies
- dependency-name: opentelemetry_sdk
  dependency-version: 0.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-production-dependencies
- dependency-name: opentelemetry-semantic-conventions
  dependency-version: 0.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-production-dependencies
- dependency-name: opentelemetry-http
  dependency-version: 0.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-production-dependencies
- dependency-name: opentelemetry-otlp
  dependency-version: 0.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-production-dependencies
- dependency-name: log
  dependency-version: 0.4.27
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-production-dependencies
- dependency-name: reqwest-middleware
  dependency-version: 0.4.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-production-dependencies
- dependency-name: reqwest-tracing
  dependency-version: 0.5.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-production-dependencies
- dependency-name: tracing
  dependency-version: 0.1.41
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-production-dependencies
- dependency-name: tracing-opentelemetry
  dependency-version: 0.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-production-dependencies
- dependency-name: tracing-subscriber
  dependency-version: 0.3.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-production-dependencies
- dependency-name: uuid
  dependency-version: 1.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-production-dependencies
- dependency-name: tonic-build
  dependency-version: 0.13.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 12, 2025
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