Skip to content

Commit 383332e

Browse files
chore(deps): Update compatible (dev) (#105)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [tracing](https://tokio.rs) ([source](https://togithub.com/tokio-rs/tracing)) | dev-dependencies | patch | `0.1.35` -> `0.1.40` | | [tracing-subscriber](https://tokio.rs) ([source](https://togithub.com/tokio-rs/tracing)) | dev-dependencies | patch | `0.3.11` -> `0.3.18` | --- ### Release Notes <details> <summary>tokio-rs/tracing (tracing)</summary> ### [`v0.1.40`](https://togithub.com/tokio-rs/tracing/releases/tag/tracing-0.1.40): tracing 0.1.40 [Compare Source](https://togithub.com/tokio-rs/tracing/compare/tracing-0.1.39...tracing-0.1.40) This release fixes a potential stack use-after-free in the `Instrument::into_inner` method. Only uses of this method are affected by this bug. ##### Fixed - Use `mem::ManuallyDrop` instead of `mem::forget` in `Instrument::into_inner` ([#&#8203;2765]) [#&#8203;2765]: https://togithub.com/tokio-rs/tracing/pull/2765 Thanks to [@&#8203;cramertj](https://togithub.com/cramertj) and [@&#8203;manishearth](https://togithub.com/manishearth) for finding and fixing this issue! ### [`v0.1.39`](https://togithub.com/tokio-rs/tracing/releases/tag/tracing-0.1.39): tracing 0.1.39 [Compare Source](https://togithub.com/tokio-rs/tracing/compare/tracing-0.1.38...tracing-0.1.39) This release adds several additional features to the `tracing` macros. In addition, it updates the `tracing-core` dependency to [v0.1.32][core-0.1.32] and the `tracing-attributes` dependency to [v0.1.27][attrs-0.1.27]. ##### Added - Allow constant field names in macros ([#&#8203;2617]) - Allow setting event names in macros ([#&#8203;2699]) - **core**: Allow `ValueSet`s of any length ([#&#8203;2508]) ##### Changed - `tracing-attributes`: updated to [0.1.27][attrs-0.1.27] - `tracing-core`: updated to [0.1.32][core-0.1.32] - **attributes**: Bump minimum version of proc-macro2 to 1.0.60 ([#&#8203;2732]) - **attributes**: Generate less dead code for async block return type hint ([#&#8203;2709]) ##### Fixed - Use fully qualified names in macros for items exported from std prelude ([#&#8203;2621], [#&#8203;2757]) - **attributes**: Allow \[`clippy::let_with_type_underscore`] in macro-generated code (\[[#&#8203;2609](https://togithub.com/tokio-rs/tracing/issues/2609)]) - **attributes**: Allow `unknown_lints` in macro-generated code ([#&#8203;2626]) - **attributes**: Fix a compilation error in `#[instrument]` when the `"log"` feature is enabled ([#&#8203;2599]) ##### Documented - Add `axum-insights` to relevant crates. ([#&#8203;2713]) - Fix link to RAI pattern crate documentation (\[[#&#8203;2612](https://togithub.com/tokio-rs/tracing/issues/2612)]) - Fix docs typos and warnings ([#&#8203;2581]) - Add `clippy-tracing` to related crates ([#&#8203;2628]) - Add `tracing-cloudwatch` to related crates ([#&#8203;2667]) - Fix deadlink to `tracing-etw` repo ([#&#8203;2602]) [#&#8203;2617]: https://togithub.com/tokio-rs/tracing/pull/2617 [#&#8203;2699]: https://togithub.com/tokio-rs/tracing/pull/2699 [#&#8203;2508]: https://togithub.com/tokio-rs/tracing/pull/2508 [#&#8203;2621]: https://togithub.com/tokio-rs/tracing/pull/2621 [#&#8203;2713]: https://togithub.com/tokio-rs/tracing/pull/2713 [#&#8203;2581]: https://togithub.com/tokio-rs/tracing/pull/2581 [#&#8203;2628]: https://togithub.com/tokio-rs/tracing/pull/2628 [#&#8203;2667]: https://togithub.com/tokio-rs/tracing/pull/2667 [#&#8203;2602]: https://togithub.com/tokio-rs/tracing/pull/2602 [#&#8203;2626]: https://togithub.com/tokio-rs/tracing/pull/2626 [#&#8203;2757]: https://togithub.com/tokio-rs/tracing/pull/2757 [#&#8203;2732]: https://togithub.com/tokio-rs/tracing/pull/2732 [#&#8203;2709]: https://togithub.com/tokio-rs/tracing/pull/2709 [#&#8203;2599]: https://togithub.com/tokio-rs/tracing/pull/2599 [`let_with_type_underscore`]: http://rust-lang.github.io/rust-clippy/rust-1.70.0/index.html#let_with_type_underscore [attrs-0.1.27]: https://togithub.com/tokio-rs/tracing/releases/tag/tracing-attributes-0.1.27 [core-0.1.32]: https://togithub.com/tokio-rs/tracing/releases/tag/tracing-core-0.1.32 ### [`v0.1.38`](https://togithub.com/tokio-rs/tracing/releases/tag/tracing-0.1.38): tracing 0.1.38 [Compare Source](https://togithub.com/tokio-rs/tracing/compare/tracing-0.1.37...tracing-0.1.38) This `tracing` release changes the `Drop` implementation for `Instrumented` `Future`s so that the attached `Span` is entered when dropping the `Future`. This means that events emitted by the `Future`'s `Drop` implementation will now be recorded within its `Span`. It also adds `#[inline]` hints to methods called in the `event!` macro's expansion, for an improvement in both binary size and performance. Additionally, this release updates the `tracing-attributes` dependency to [v0.1.24][attrs-0.1.24], which updates the [`syn`][syn] dependency to v2.x.x. `tracing-attributes` v0.1.24 also includes improvements to the `#[instrument]` macro; see [the `tracing-attributes` 0.1.24 release notes][attrs-0.1.24] for details. ##### Added - `Instrumented` futures will now enter the attached `Span` in their `Drop` implementation, allowing events emitted when dropping the future to occur within the span ([#&#8203;2562](https://togithub.com/tokio-rs/tracing/issues/2562)) - `#[inline]` attributes for methods called by the `event!` macros, making generated code smaller ([#&#8203;2555](https://togithub.com/tokio-rs/tracing/issues/2555)) - **attributes**: `level` argument to `#[instrument(err)]` and `#[instrument(ret)]` to override the level of the generated return value event ([#&#8203;2335](https://togithub.com/tokio-rs/tracing/issues/2335)) - **attributes**: Improved compiler error message when `#[instrument]` is added to a `const fn` ([#&#8203;2418](https://togithub.com/tokio-rs/tracing/issues/2418)) ##### Changed - `tracing-attributes`: updated to [0.1.24][attrs-0.1.24] - Removed unneeded `cfg-if` dependency ([#&#8203;2553](https://togithub.com/tokio-rs/tracing/issues/2553)) - **attributes**: Updated [`syn`][syn] dependency to 2.0 ([#&#8203;2516](https://togithub.com/tokio-rs/tracing/issues/2516)) ##### Fixed - **attributes**: Fix `clippy::unreachable` warnings in `#[instrument]`-generated code ([#&#8203;2356](https://togithub.com/tokio-rs/tracing/issues/2356)) - **attributes**: Removed unused "visit" feature flag from `syn` dependency ([#&#8203;2530](https://togithub.com/tokio-rs/tracing/issues/2530)) ##### Documented - **attributes**: Documented default level for `#[instrument(err)]` ([#&#8203;2433](https://togithub.com/tokio-rs/tracing/issues/2433)) - **attributes**: Improved documentation for levels in `#[instrument]` ([#&#8203;2350](https://togithub.com/tokio-rs/tracing/issues/2350)) Thanks to [@&#8203;nitnelave](https://togithub.com/nitnelave), [@&#8203;jsgf](https://togithub.com/jsgf), [@&#8203;Abhicodes-crypto](https://togithub.com/Abhicodes-crypto), [@&#8203;LukeMathWalker](https://togithub.com/LukeMathWalker), [@&#8203;andrewpollack](https://togithub.com/andrewpollack), [@&#8203;quad](https://togithub.com/quad), [@&#8203;klensy](https://togithub.com/klensy), [@&#8203;davidpdrsn](https://togithub.com/davidpdrsn), [@&#8203;dbidwell94](https://togithub.com/dbidwell94), [@&#8203;ldm0](https://togithub.com/ldm0), [@&#8203;NobodyXu](https://togithub.com/NobodyXu), [@&#8203;ilsv](https://togithub.com/ilsv), and [@&#8203;daxpedda](https://togithub.com/daxpedda) for contributing to this release! [`syn`]: https://crates.io/crates/syn [attrs-0.1.24]: https://togithub.com/tokio-rs/tracing/releases/tag/tracing-attributes-0.1.24 ### [`v0.1.37`](https://togithub.com/tokio-rs/tracing/releases/tag/tracing-0.1.37): tracing 0.1.37 [Compare Source](https://togithub.com/tokio-rs/tracing/compare/tracing-0.1.36...tracing-0.1.37) This release of `tracing` incorporates changes from `tracing-core` [v0.1.30][core-0.1.30] and `tracing-attributes` [v0.1.23][attrs-0.1.23], including the new `Subscriber::on_register_dispatch` method for performing late initialization after a `Subscriber` is registered as a `Dispatch`, and bugfixes for the `#[instrument]` attribute. Additionally, it fixes instances of the `bare_trait_objects` lint, which is now a warning on `tracing`'s MSRV and will become an error in the next edition. ##### Fixed - **attributes**: Incorrect handling of inner attributes in `#[instrument]`ed functions ([#&#8203;2307]) - **attributes**: Incorrect location of compiler diagnostic spans generated for type errors in `#[instrument]`ed `async fn`s ([#&#8203;2270]) - **attributes**: Updated `syn` dependency to fix compilation with `-Z minimal-versions` ([#&#8203;2246]) - `bare_trait_objects` warning in `valueset!` macro expansion ([#&#8203;2308]) ##### Added - **core**: `Subscriber::on_register_dispatch` method ([#&#8203;2269]) - **core**: `WeakDispatch` type and `Dispatch::downgrade()` function ([#&#8203;2293]) ##### Changed - `tracing-core`: updated to [0.1.30][core-0.1.30] - `tracing-attributes`: updated to [0.1.23][attrs-0.1.23] ##### Documented - Added [`tracing-web`][tracing-web] and [`reqwest-tracing`][reqwest-tracing] to related crates ([#&#8203;2283], [#&#8203;2331]) Thanks to new contributors [@&#8203;compiler-errors](https://togithub.com/compiler-errors), [@&#8203;e-nomem](https://togithub.com/e-nomem), [@&#8203;WorldSEnder](https://togithub.com/WorldSEnder), [@&#8203;Xiami2012](https://togithub.com/Xiami2012), and [@&#8203;tl-rodrigo-gryzinski](https://togithub.com/tl-rodrigo-gryzinski), as well as [@&#8203;jswrenn](https://togithub.com/jswrenn) and [@&#8203;CAD97](https://togithub.com/CAD97), for contributing to this release! [core-0.1.30]: https://togithub.com/tokio-rs/tracing/releases/tag/tracing-core-0.1.30 [attrs-0.1.23]: https://togithub.com/tokio-rs/tracing/releases/tag/tracing-attributes-0.1.23 [`tracing-web`]: https://crates.io/crates/tracing-web/ [`reqwest-tracing`]: https://crates.io/crates/reqwest-tracing/ [#&#8203;2246]: https://togithub.com/tokio-rs/tracing/pull/2246 [#&#8203;2269]: https://togithub.com/tokio-rs/tracing/pull/2269 [#&#8203;2283]: https://togithub.com/tokio-rs/tracing/pull/2283 [#&#8203;2270]: https://togithub.com/tokio-rs/tracing/pull/2270 [#&#8203;2293]: https://togithub.com/tokio-rs/tracing/pull/2293 [#&#8203;2307]: https://togithub.com/tokio-rs/tracing/pull/2307 [#&#8203;2308]: https://togithub.com/tokio-rs/tracing/pull/2308 [#&#8203;2331]: https://togithub.com/tokio-rs/tracing/pull/2331 ### [`v0.1.36`](https://togithub.com/tokio-rs/tracing/releases/tag/tracing-0.1.36): tracing 0.1.36 [Compare Source](https://togithub.com/tokio-rs/tracing/compare/tracing-0.1.35...tracing-0.1.36) This release adds support for owned values and fat pointers as arguments to the `Span::record` method, as well as updating the minimum `tracing-core` version and several documentation improvements. ##### Fixed - Incorrect docs in `dispatcher::set_default` ([#&#8203;2220]) - Compilation with `-Z minimal-versions` ([#&#8203;2246]) ##### Added - Support for owned values and fat pointers in `Span::record` ([#&#8203;2212]) - Documentation improvements ([#&#8203;2208], [#&#8203;2163]) ##### Changed - `tracing-core`: updated to [0.1.29][core-0.1.29] Thanks to [@&#8203;fredr](https://togithub.com/fredr), [@&#8203;cgbur](https://togithub.com/cgbur), [@&#8203;jyn514](https://togithub.com/jyn514), [@&#8203;matklad](https://togithub.com/matklad), and [@&#8203;CAD97](https://togithub.com/CAD97) for contributing to this release! [core-0.1.29]: https://togithub.com/tokio-rs/tracing/releases/tag/tracing-core-0.1.29 [#&#8203;2220]: https://togithub.com/tokio-rs/tracing/pull/2220 [#&#8203;2246]: https://togithub.com/tokio-rs/tracing/pull/2246 [#&#8203;2212]: https://togithub.com/tokio-rs/tracing/pull/2212 [#&#8203;2208]: https://togithub.com/tokio-rs/tracing/pull/2208 [#&#8203;2163]: https://togithub.com/tokio-rs/tracing/pull/2163 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/clap-rs/clap-verbosity-flag). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dbe848c commit 383332e

File tree

1 file changed

+29
-51
lines changed

1 file changed

+29
-51
lines changed

Cargo.lock

+29-51
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)