Skip to content
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

build(deps): bump the all group across 1 directory with 16 updates #654

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the all group with 16 updates in the / directory:

Package From To
async-trait 0.1.83 0.1.85
axum-extra 0.9.6 0.10.0
axum-tracing-opentelemetry 0.21.1 0.25.0
clap 4.5.23 4.5.26
config 0.15.4 0.15.5
init-tracing-opentelemetry 0.22.0 0.25.1
opentelemetry-otlp 0.25.0 0.27.0
reqwest 0.12.11 0.12.12
rustls 0.23.20 0.23.21
serde_json 1.0.134 1.0.135
thiserror 2.0.9 2.0.11
tokio 1.38.1 1.43.0
utoipa 5.3.0 5.3.1
utoipa-swagger-ui 8.1.0 8.1.1
syn 2.0.93 2.0.96
proc-macro2 1.0.92 1.0.93

Updates async-trait from 0.1.83 to 0.1.85

Release notes

Sourced from async-trait's releases.

0.1.85

  • Omit Self: 'async_trait bound in impl when not needed by signature (#284)

0.1.84

  • Support impl Trait in return type (#282)
Commits
  • fee923d Release 0.1.85
  • 0c2e108 Merge pull request #284 from dtolnay/selfinblock
  • 9456e54 Omit Self: 'async_trait bound in impl when not needed by signature
  • b77d0d5 Add regression test for issue 283
  • 4c8406d Release 0.1.84
  • 1cab7e4 Merge pull request #282 from dtolnay/impltrait
  • 3af8236 Require Rust 1.75+ for RPITIT (return position impl trait in trait)
  • 85b572c Support impl Trait in return type
  • aff365f Add regression test for issue 281
  • 7d8519d Update ui test suite to nightly-2024-12-09
  • Additional commits viewable in compare view

Updates axum-extra from 0.9.6 to 0.10.0

Release notes

Sourced from axum-extra's releases.

axum-extra v0.10.0

since rc.1

  • breaking: Remove OptionalFromRequestParts impl for Query (#3088)
  • changed: Query/Form: Use serde_path_to_error to report fields that failed to parse (#3081)

#3088: tokio-rs/axum#3088

full changelog

  • breaking: Update to prost 0.13. Used for the Protobuf extractor (#2829)
  • changed: Update minimum rust version to 1.75 (#2943)
  • changed: Deprecated OptionalPath<T> (#2475)
  • changed: Query/Form: Use serde_path_to_error to report fields that failed to parse (#3081)
  • changed: The multipart feature is no longer on by default (#3058)
  • fixed: Host extractor includes port number when parsing authority (#2242)
  • added: Add RouterExt::typed_connect (#2961)
  • added: Add json! for easy construction of JSON responses (#2962)
  • added: Add InternalServerError response for logging an internal error and returning HTTP 500 in a convenient way. (#3010)
  • added: Add FileStream for easy construction of file stream responses (#3047)
  • added: Add Scheme extractor (#2507)

#3081: tokio-rs/axum#3081 #2242: tokio-rs/axum#2242 #2475: tokio-rs/axum#2475 #3058: tokio-rs/axum#3058 #2961: tokio-rs/axum#2961 #2962: tokio-rs/axum#2962 #3010: tokio-rs/axum#3010 #3047: tokio-rs/axum#3047 #2507: tokio-rs/axum#2507 #2829: tokio-rs/axum#2829 #2943: tokio-rs/axum#2943

axum-extra v0.10.0-rc.1

Since v0.10.0-alpha.1:

  • breaking: Option<Query<T>> no longer swallows all error conditions, instead rejecting the request in many cases; see its documentation for details (#2475)
  • changed: Deprecated OptionalPath<T> and OptionalQuery<T> (#2475)
  • fixed: Host extractor includes port number when parsing authority (#2242)
  • changed: The multipart feature is no longer on by default (#3058)
  • added: Add RouterExt::typed_connect (#2961)
  • added: Add json! for easy construction of JSON responses (#2962)
  • added: Add InternalServerError response for logging an internal error and returning HTTP 500 in a convenient way. (#3010)

... (truncated)

Commits
  • 926543f Release axum v0.8.0
  • c8259dc CI: Remove obsolete prefix-key attributes for rust-cache action (#3130)
  • f8f3a03 Update more hardcoded docs.rs URLs (#3125)
  • bb5cf4c axum-extra/protobuf: Use rejection macros for ProtobufRejection (#3124)
  • e58b166 axum-extra/multipart: Use rejection macros for MultipartRejection (#3123)
  • 5f82540 axum-extra/query: Use rejection macros for QueryRejection (#3122)
  • 28d8d9b Refactor TestClient usage (#3121)
  • 3497e5d Update TLS examples to use better HTTP->HTTPS redirect (#2792)
  • 33b353d Update docs.rs links to 0.8 (#3120)
  • 09841ff axum-extra/form: Add FailedToDeserializeFormBody rejection variant (#3119)
  • Additional commits viewable in compare view

Updates axum-tracing-opentelemetry from 0.21.1 to 0.25.0

Release notes

Sourced from axum-tracing-opentelemetry's releases.

axum-tracing-opentelemetry-v0.25.0

Added

  • (deps) update rust crate axum to 0.8 (#197)

axum-tracing-opentelemetry-v0.24.2

Fixed

  • Use guard pattern to allow consumers to ensure final trace is sent (#185)

axum-tracing-opentelemetry-v0.24.1

Fixed

  • Use guard pattern to allow consumers to ensure final trace is sent (#185)

axum-tracing-opentelemetry-v0.24.0

Fixed

  • 🐛 workaround for a delay, batch,... behavior in otlp exporter and test with fake-opentelemetry-collector (closed too early)
  • 🐛 fix build of contributions (upgrade of opentelemetry, fake collector for logs,...)
  • 🐛 Re-export tracing_level_info feature from axum to sdk (#147)

Changed

  • 💄 update deprecated syntax "default_features" in Cargo.toml
  • ⬆️ upgrade to rstest 0.22

axum-tracing-opentelemetry-v0.23.0

Fixed

  • 🐛 workaround for a delay, batch,... behavior in otlp exporter and test with fake-opentelemetry-collector (closed too early)
  • 🐛 fix build of contributions (upgrade of opentelemetry, fake collector for logs,...)
  • 🐛 Re-export tracing_level_info feature from axum to sdk (#147)

Changed

  • 💄 update deprecated syntax "default_features" in Cargo.toml
  • ⬆️ upgrade to rstest 0.22
Commits
  • b0ead85 chore: release (#199)
  • 5027201 feat(deps): update rust crate axum to 0.8 (#197)
  • 389b84b chore: release (#195)
  • 45e75a5 chore(deps): update rust crate rstest to 0.24 (#198)
  • 2e5a09a chore(deps): update dependency protoc to v29.2 (#196)
  • 1205ba7 build: pre-release of init-tracing-opentelemetry
  • 972a97e feat!(init-tracing-opentelemetry): no longer default configuration, delegate ...
  • c2bae4b docs: mention otel-desktop-viewer as alternative to jaeger
  • dba0bc7 feat!(init-tracing-opentelemetry): no longer enable otel=debug in log
  • 0c57a9f chore(init-tracing-opentelemetry): release v0.24.2 (#193)
  • Additional commits viewable in compare view

Updates clap from 4.5.23 to 4.5.26

Release notes

Sourced from clap's releases.

v4.5.26

[4.5.26] - 2025-01-09

Fixes

  • (error) Reduce binary size with the suggestions feature

v4.5.25

[4.5.25] - 2025-01-09

Fixes

  • (help) Reduce binary size

v4.5.24

[4.5.24] - 2025-01-07

Fixes

  • (parser) Correctly handle defaults with ignore_errors(true) and when a suggestion is provided for an unknown argument
Changelog

Sourced from clap's changelog.

[4.5.26] - 2025-01-09

Fixes

  • (error) Reduce binary size with the suggestions feature

[4.5.25] - 2025-01-09

Fixes

  • (help) Reduce binary size

[4.5.24] - 2025-01-07

Fixes

  • (parser) Correctly handle defaults with ignore_errors(true) and when a suggestion is provided for an unknown argument
Commits
  • df1efca chore: Release
  • d48bef6 docs: Update changelog
  • 6b7aa3d Merge pull request #5628 from mart-mihkel/complete_hyphen
  • 57b6cb8 refactor(complete): Simplify engine::complete
  • fbec05e refactor(complete): Fix typo in hyhpen
  • b7cfbdc feat(complete): Native support for hyphen values
  • 1d97c29 test(complete): Test cases for allow_hyphen_values
  • 64e3790 chore: Release
  • 1cf50c7 docs: Update changelog
  • 085143d Merge pull request #5722 from epage/sort
  • Additional commits viewable in compare view

Updates config from 0.15.4 to 0.15.5

Changelog

Sourced from config's changelog.

[0.15.5] - 2025-01-10

Fixes

  • Include the key on all serde errors

Performance

  • Don't clone when merging sources
Commits
  • 9a0c1a1 chore: Release config version 0.15.5
  • f763f6b docs: Update changelog
  • d9e0197 Merge pull request #635 from epage/key
  • cc1ba8b Merge pull request #634 from epage/perf
  • 051628a perf: Don't clone when merging
  • 7496699 fix: Future-proof for eventual origin tracking
  • da066d2 test(error): Show lack of origin
  • fd55144 fix: Add key tracking for all error types
  • 5852262 test: add test to show the error is without path info
  • f239510 test(error): Organize tests
  • Additional commits viewable in compare view

Updates init-tracing-opentelemetry from 0.22.0 to 0.25.1

Release notes

Sourced from init-tracing-opentelemetry's releases.

init-tracing-opentelemetry-v0.25.1

Fixed

  • inference of OTEL_EXPORTER_OTLP_TRACES_ENDPOINT for protocol http/protobuf

init-tracing-opentelemetry-v0.25.0

Fixed

  • inference of OTEL_EXPORTER_OTLP_TRACES_ENDPOINT for protocol http/protobuf

init-tracing-opentelemetry-v0.24.2

Fixed

  • inference of OTEL_EXPORTER_OTLP_TRACES_ENDPOINT for protocol http/protobuf

init-tracing-opentelemetry-v0.24.1

Fixed

  • Use guard pattern to allow consumers to ensure final trace is sent (#185)

init-tracing-opentelemetry-v0.24.0

Added

  • [breaking] remove trace_id and span_id from logfmt (to avoid link with old version)

init-tracing-opentelemetry-v0.23.0

Added

  • [breaking] remove trace_id and span_id from logfmt (to avoid link with old version)
Commits
  • 389b84b chore: release (#195)
  • 45e75a5 chore(deps): update rust crate rstest to 0.24 (#198)
  • 2e5a09a chore(deps): update dependency protoc to v29.2 (#196)
  • 1205ba7 build: pre-release of init-tracing-opentelemetry
  • 972a97e feat!(init-tracing-opentelemetry): no longer default configuration, delegate ...
  • c2bae4b docs: mention otel-desktop-viewer as alternative to jaeger
  • dba0bc7 feat!(init-tracing-opentelemetry): no longer enable otel=debug in log
  • 0c57a9f chore(init-tracing-opentelemetry): release v0.24.2 (#193)
  • 916b1fe build: update the configuration of mise
  • cb21a59 build: update the configuration of cargo-deny
  • Additional commits viewable in compare view

Updates opentelemetry-otlp from 0.25.0 to 0.27.0

Release notes

Sourced from opentelemetry-otlp's releases.

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.

opentelemetry-proto v0.26.1 patch release

Refer to opentelemetry-proto CHANGELOG for the changes.

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.

Commits
  • ade08cb Prepare for v0.27.0 - update Metrics API and Log(bridge) API to RC, Metrics S...
  • 648710e Move Views under feature flag (#2298)
  • 47d5016 Add PeriodicReaderWithOwnThread (#2292)
  • b833118 Rename logs_level_enabled flag to spec_unstable_logs_enabled (#2291)
  • 0cc2cd5 Add usage doc comment for AnyValue type (#2293)
  • 845cf21 Move Temporality enum opentelemetry_sdk::metrics::data:: to opentelemetry_sdk...
  • a707bb9 Update code documentation for Metric instruments (#2281)
  • c322a50 Histogram implementation cleanup (#2283)
  • 540c6f1 Few fixes to changelog for breaking changes (#2287)
  • 52f6d92 Remove Counter/Add benchmark for delta temporality (#2285)
  • Additional commits viewable in compare view

Updates reqwest from 0.12.11 to 0.12.12

Changelog

Sourced from reqwest's changelog.

v0.12.12

  • (wasm) Fix compilation by not compiler tokio/time on WASM.
Commits

Updates rustls from 0.23.20 to 0.23.21

Commits
  • d1bd2c8 Prepare v0.23.21
  • 1338caa Update Cargo.lock
  • 12b2276 Update RELEASING.md with instructions about fuzz/Cargo.lock
  • fe6a0d1 docs: update @​cpu maintainer status
  • 49b5edc chore(deps): lock file maintenance
  • 3751e24 cleanup: use more parens when calculating ECH seed
  • dc1f92c chore(deps): update rust crate itertools to 0.14
  • 16a0726 fuzzers/server: cover post-Accepted connections
  • b873e4c fuzzers/server: fix reachable unwrap
  • f98484b chore(deps): lock file maintenance
  • Additional commits viewable in compare view

Updates serde_json from 1.0.134 to 1.0.135

Release notes

Sourced from serde_json's releases.

v1.0.135

Commits

Updates thiserror from 2.0.9 to 2.0.11

Release notes

Sourced from thiserror's releases.

2.0.11

2.0.10

  • Support errors containing a generic type parameter's associated type in a field (#408)
Commits
  • 0f532e3 Release 2.0.11
  • 3d15543 Merge pull request #410 from dtolnay/testnostd
  • 1a226ae Disable two more integration tests in no-std mode
  • 8b5f2d7 Fix unused import in test when built without std
  • eecd247 Add CI step to test with "std" disabled
  • 8f2a76b Merge pull request #409 from Maytha8/std-tests
  • 693a6cd Add feature gate to tests that use std
  • 349f696 Release 2.0.10
  • 6cd87bc Merge pull request #408 from dtolnay/assoctype
  • 6b3e1e5 Generate trait bounds on associated types
  • Additional commits viewable in compare view

Updates tokio from 1.38.1 to 1.43.0

Release notes

Sourced from tokio's releases.

Tokio v1.43.0

1.43.0 (Jan 8th, 2025)

Added

  • net: add UdpSocket::peek methods (#7068)
  • net: add support for Haiku OS (#7042)
  • process: add Command::into_std() (#7014)
  • signal: add SignalKind::info on illumos (#6995)
  • signal: add support for realtime signals on illumos (#7029)

Fixed

  • io: don't call set_len before initializing vector in Blocking (#7054)
  • macros: suppress clippy::needless_return in #[tokio::main] (#6874)
  • runtime: fix thread parking on WebAssembly (#7041)

Changes

  • chore: use unsync loads for unsync_load (#7073)
  • io: use Buf::put_bytes in Repeat read impl (#7055)
  • task: drop the join waker of a task eagerly (#6986)

Changes to unstable APIs

  • metrics: improve flexibility of H2Histogram Configuration (#6963)
  • taskdump: add accessor methods for backtrace (#6975)

Documented

  • io: clarify ReadBuf::uninit allows initialized buffers as well (#7053)
  • net: fix ambiguity in TcpStream::try_write_vectored docs (#7067)
  • runtime: fix LocalRuntime doc links (#7074)
  • sync: extend documentation for watch::Receiver::wait_for (#7038)
  • sync: fix typos in OnceCell docs (#7047)

#6874: tokio-rs/tokio#6874 #6963: tokio-rs/tokio#6963 #6975: tokio-rs/tokio#6975 #6986: tokio-rs/tokio#6986 #6995: tokio-rs/tokio#6995 #7014: tokio-rs/tokio#7014 #7029: tokio-rs/tokio#7029 #7038: tokio-rs/tokio#7038 #7041: tokio-rs/tokio#7041 #7042: tokio-rs/tokio#7042 #7047: tokio-rs/tokio#7047 #7053: tokio-rs/tokio#7053 #7054: tokio-rs/tokio#7054 #7055: tokio-rs/tokio#7055

... (truncated)

Commits
  • 5f3296d chore: prepare Tokio v1.43.0 (#7079)
  • cc974a6 chore: prepare tokio-macros v2.5.0 (#7078)
  • 15495fd metrics: improve flexibility of H2Histogram Configuration (#6963)
  • ad41834 io: don't call set_len before initializing vector in Blocking (#7054)
  • bd3e857 runtime: move is_join_waker_set assertion in unset_waker (#7072)
  • 15f7366 runtime: fix LocalRuntime doc links (#7074)
  • fd2048d ci: split miri jobs into unit and integration tests (#7071)
  • e8f3915 chore: use unsync loads for unsync_load (#7073)
  • 67f1277 net: fix ambiguity in TcpStream::try_write_vectored docs (#7067)
  • 463502c io: clarify ReadBuf::uninit allows initialized buffers as well (#7053)
  • Additional commits viewable in compare view

Updates utoipa from 5.3.0 to 5.3.1

Release notes

Sourced from utoipa's releases.

utoipa-5.3.1

What's New 💎 🆕 🎉

Full change log

utoipa-gen-5.3.1

What's New 💎 🆕 🎉

Full change log

Commits

Updates utoipa-swagger-ui from 8.1.0 to 8.1.1

Release notes

Sourced from utoipa-swagger-ui's releases.

utoipa-swagger-ui-8.1.1

What's New 💎 🆕 🎉

Full change log

Commits

Updates syn from 2.0.93 to 2.0.96

Release notes

Sourced from syn's releases.

2.0.96

2.0.95

  • Fix parenthesization of struct literals in let-chains (#1832)

2.0.94

Commits
  • d1cbce8 Release 2.0.96
  • 80d8d12 Merge pull request #1840 from dtolnay/letchain
  • 96175be Integrate Expr::Let into precedence fixups
  • 1f096d3 Merge pull request #1839 from dtolnay/chainedcompare
  • 4944362 Fix parenthesization of chained comparisons containing bailout
  • fd198d9 Generalize Expr::Range bailout to any operator that can begin expr
  • d3f2879 Add regression test for chained comparisons with bailout
  • 9872bef Merge pull request #1838 from dtolnay/prevoperator
  • 00a125e Short-circuit precedence scan for high-precedence expressions
  • 83195c0 Merge pull request #1837 from dtolnay/rangebailout
  • Additional commits viewable in compare view

Updates proc-macro2 from 1.0.92 to 1.0.93

Release notes

Sourced from proc-macro2's releases.

1.0.93

Commits
  • 83519e8 Release 1.0.93
  • 87e04d2 Merge pull request #490 from dtolnay/fastdrop
  • 029360d Drop tokens in order instead of reversed order
  • 172907a Non-recursively drop TokenStream relocating only streams, not tokens
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all group with 16 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [async-trait](https://github.com/dtolnay/async-trait) | `0.1.83` | `0.1.85` |
| [axum-extra](https://github.com/tokio-rs/axum) | `0.9.6` | `0.10.0` |
| [axum-tracing-opentelemetry](https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk) | `0.21.1` | `0.25.0` |
| [clap](https://github.com/clap-rs/clap) | `4.5.23` | `4.5.26` |
| [config](https://github.com/rust-cli/config-rs) | `0.15.4` | `0.15.5` |
| [init-tracing-opentelemetry](https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk) | `0.22.0` | `0.25.1` |
| [opentelemetry-otlp](https://github.com/open-telemetry/opentelemetry-rust) | `0.25.0` | `0.27.0` |
| [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.11` | `0.12.12` |
| [rustls](https://github.com/rustls/rustls) | `0.23.20` | `0.23.21` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.134` | `1.0.135` |
| [thiserror](https://github.com/dtolnay/thiserror) | `2.0.9` | `2.0.11` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.38.1` | `1.43.0` |
| [utoipa](https://github.com/juhaku/utoipa) | `5.3.0` | `5.3.1` |
| [utoipa-swagger-ui](https://github.com/juhaku/utoipa) | `8.1.0` | `8.1.1` |
| [syn](https://github.com/dtolnay/syn) | `2.0.93` | `2.0.96` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.92` | `1.0.93` |



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

Updates `axum-extra` from 0.9.6 to 0.10.0
- [Release notes](https://github.com/tokio-rs/axum/releases)
- [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md)
- [Commits](tokio-rs/axum@axum-extra-v0.9.6...axum-extra-v0.10.0)

Updates `axum-tracing-opentelemetry` from 0.21.1 to 0.25.0
- [Release notes](https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/releases)
- [Changelog](https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/blob/main/CHANGELOG.md)
- [Commits](davidB/tracing-opentelemetry-instrumentation-sdk@axum-tracing-opentelemetry-v0.21.1...axum-tracing-opentelemetry-v0.25.0)

Updates `clap` from 4.5.23 to 4.5.26
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.23...clap_complete-v4.5.26)

Updates `config` from 0.15.4 to 0.15.5
- [Changelog](https://github.com/rust-cli/config-rs/blob/main/CHANGELOG.md)
- [Commits](rust-cli/config-rs@v0.15.4...v0.15.5)

Updates `init-tracing-opentelemetry` from 0.22.0 to 0.25.1
- [Release notes](https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/releases)
- [Changelog](https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk/blob/main/CHANGELOG.md)
- [Commits](davidB/tracing-opentelemetry-instrumentation-sdk@init-tracing-opentelemetry-v0.22.0...init-tracing-opentelemetry-v0.25.1)

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

Updates `reqwest` from 0.12.11 to 0.12.12
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.12.11...v0.12.12)

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

Updates `serde_json` from 1.0.134 to 1.0.135
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.134...v1.0.135)

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

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

Updates `utoipa` from 5.3.0 to 5.3.1
- [Release notes](https://github.com/juhaku/utoipa/releases)
- [Changelog](https://github.com/juhaku/utoipa/blob/master/utoipa-rapidoc/CHANGELOG.md)
- [Commits](juhaku/utoipa@utoipa-5.3.0...utoipa-5.3.1)

Updates `utoipa-swagger-ui` from 8.1.0 to 8.1.1
- [Release notes](https://github.com/juhaku/utoipa/releases)
- [Changelog](https://github.com/juhaku/utoipa/blob/master/utoipa-rapidoc/CHANGELOG.md)
- [Commits](juhaku/utoipa@utoipa-swagger-ui-8.1.0...utoipa-swagger-ui-8.1.1)

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

Updates `proc-macro2` from 1.0.92 to 1.0.93
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](dtolnay/proc-macro2@1.0.92...1.0.93)

---
updated-dependencies:
- dependency-name: async-trait
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: axum-extra
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: axum-tracing-opentelemetry
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: config
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: init-tracing-opentelemetry
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: opentelemetry-otlp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: rustls
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: utoipa
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: utoipa-swagger-ui
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: syn
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: proc-macro2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from yaleman as a code owner January 12, 2025 11:34
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jan 12, 2025
@yaleman yaleman closed this Jan 12, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 12, 2025

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/cargo/all-f6606083f5 branch January 12, 2025 12:36
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.

1 participant