Skip to content

Commit 6680836

Browse files
chore: bump the cargo-production-dependencies group across 1 directory with 19 updates
Bumps the cargo-production-dependencies group with 19 updates in the /src/shippingservice 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.12.3` | | [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.44.0` | | [opentelemetry](https://github.com/open-telemetry/opentelemetry-rust) | `0.22.0` | `0.28.0` | | [opentelemetry_sdk](https://github.com/open-telemetry/opentelemetry-rust) | `0.22.1` | `0.28.0` | | [opentelemetry-semantic-conventions](https://github.com/open-telemetry/opentelemetry-rust) | `0.15.0` | `0.28.0` | | [opentelemetry-http](https://github.com/open-telemetry/opentelemetry-rust) | `0.11.1` | `0.28.0` | | [opentelemetry-otlp](https://github.com/open-telemetry/opentelemetry-rust) | `0.15.0` | `0.28.0` | | [log](https://github.com/rust-lang/log) | `0.4.21` | `0.4.26` | | [reqwest-middleware](https://github.com/TrueLayer/reqwest-middleware) | `0.2.5` | `0.4.1` | | [reqwest-tracing](https://github.com/TrueLayer/reqwest-middleware) | `0.4.8` | `0.5.6` | | [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.29.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.15.1` | | [tonic-build](https://github.com/hyperium/tonic) | `0.11.0` | `0.12.3` | 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.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 `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.44.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.38.0...tokio-1.44.0) Updates `opentelemetry` from 0.22.0 to 0.28.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases) - [Commits](open-telemetry/opentelemetry-rust@opentelemetry-0.22.0...opentelemetry-0.28.0) Updates `opentelemetry_sdk` from 0.22.1 to 0.28.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases) - [Commits](open-telemetry/opentelemetry-rust@v0.22.1...opentelemetry_sdk-0.28.0) Updates `opentelemetry-semantic-conventions` from 0.15.0 to 0.28.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.28.0) Updates `opentelemetry-http` from 0.11.1 to 0.28.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases) - [Commits](open-telemetry/opentelemetry-rust@opentelemetry-http-0.11.1...opentelemetry-http-0.28.0) Updates `opentelemetry-otlp` from 0.15.0 to 0.28.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-rust/releases) - [Commits](open-telemetry/opentelemetry-rust@opentelemetry-otlp-0.15.0...opentelemetry-otlp-0.28.0) Updates `log` from 0.4.21 to 0.4.26 - [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.26) Updates `reqwest-middleware` from 0.2.5 to 0.4.1 - [Release notes](https://github.com/TrueLayer/reqwest-middleware/releases) - [Commits](https://github.com/TrueLayer/reqwest-middleware/commits) Updates `reqwest-tracing` from 0.4.8 to 0.5.6 - [Release notes](https://github.com/TrueLayer/reqwest-middleware/releases) - [Commits](https://github.com/TrueLayer/reqwest-middleware/commits) 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.29.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.29.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.15.1 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@1.8.0...v1.15.1) Updates `tonic-build` 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) --- updated-dependencies: - dependency-name: tonic dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-production-dependencies - dependency-name: tonic-health dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-production-dependencies - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-production-dependencies - dependency-name: prost dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-production-dependencies - dependency-name: prost-types dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-production-dependencies - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-production-dependencies - dependency-name: opentelemetry dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-production-dependencies - dependency-name: opentelemetry_sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-production-dependencies - dependency-name: opentelemetry-semantic-conventions dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-production-dependencies - dependency-name: opentelemetry-http dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-production-dependencies - dependency-name: opentelemetry-otlp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-production-dependencies - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-production-dependencies - dependency-name: reqwest-middleware dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-production-dependencies - dependency-name: reqwest-tracing dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-production-dependencies - dependency-name: tracing dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-production-dependencies - dependency-name: tracing-opentelemetry dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-production-dependencies - dependency-name: tracing-subscriber dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-production-dependencies - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-production-dependencies - dependency-name: tonic-build dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0135ace commit 6680836

File tree

2 files changed

+358
-269
lines changed

2 files changed

+358
-269
lines changed

0 commit comments

Comments
 (0)