chore(deps): update compatible #12905
                
     Merged
            
            
          
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
This PR contains the following updates:
0.21.4->0.21.50.18.0->0.18.14.4.6->4.4.71.0.27->1.0.280.1.26->0.1.270.2.148->0.2.1491.0.188->1.0.1901.0.107->1.0.1080.4.13->0.4.142.0.37->2.0.383.8.0->3.8.11.0.49->1.0.500.8.2->0.8.60.1.37->0.1.40Release Notes
marshallpierce/rust-base64 (base64)
v0.21.5Compare Source
DebugandCloneimpls for the general purpose Engineoli-obk/cargo_metadata (cargo_metadata)
v0.18.1Compare Source
clap-rs/clap (clap)
v4.4.7Compare Source
Performance
rust-lang/flate2-rs (flate2)
v1.0.28Compare Source
What's Changed
bufreadandreadtypes. by @georeth in https://github.com/rust-lang/flate2-rs/pull/375New Contributors
Full Changelog: rust-lang/flate2-rs@1.0.27...1.0.28
rust-lang/libc (libc)
v0.2.149Compare Source
What's Changed
pthread_attr_setguardsizeandpthread_attr_getstacksize. by @sunfishcode in https://github.com/rust-lang/libc/pull/3330armv7-apple-iostarget support by @JohnTitor in https://github.com/rust-lang/libc/pull/3362New Contributors
Full Changelog: rust-lang/libc@0.2.148...0.2.149
serde-rs/serde (serde)
v1.0.190Compare Source
v1.0.189Compare Source
serde-rs/json (serde_json)
v1.0.108Compare Source
assert-rs/trycmd (snapbox)
v0.4.14Compare Source
dtolnay/syn (syn)
v2.0.38Compare Source
boolas a custom keyword (#1518, thanks @Vanille-N)Stebalien/tempfile (tempfile)
v3.8.1persist_noclobberon android.dtolnay/thiserror (thiserror)
v1.0.50Compare Source
toml-rs/toml (toml)
v0.8.6Compare Source
v0.8.5Compare Source
v0.8.4Compare Source
v0.8.3Compare Source
tokio-rs/tracing (tracing)
v0.1.40: tracing 0.1.40Compare Source
This release fixes a potential stack use-after-free in the
Instrument::into_innermethod. Only uses of this method are affected by thisbug.
Fixed
mem::ManuallyDropinstead ofmem::forgetinInstrument::into_inner(#2765)
Thanks to @cramertj and @manishearth for finding and fixing this issue!
v0.1.39: tracing 0.1.39Compare Source
This release adds several additional features to the
tracingmacros. Inaddition, it updates the
tracing-coredependency to v0.1.32 andthe
tracing-attributesdependency to v0.1.27.Added
ValueSets of any length (#2508)Changed
tracing-attributes: updated to 0.1.27tracing-core: updated to 0.1.32Fixed
(#2621, #2757)
clippy::let_with_type_underscore] in macro-generatedcode ([#2609])
unknown_lintsin macro-generated code (#2626)#[instrument]when the"log"feature is enabled (#2599)
Documented
axum-insightsto relevant crates. (#2713)clippy-tracingto related crates (#2628)tracing-cloudwatchto related crates (#2667)tracing-etwrepo (#2602)v0.1.38: tracing 0.1.38Compare Source
This
tracingrelease changes theDropimplementation forInstrumentedFutures so that the attachedSpanis entered when dropping theFuture. Thismeans that events emitted by the
Future'sDropimplementation will now berecorded within its
Span. It also adds#[inline]hints to methods called inthe
event!macro's expansion, for an improvement in both binary size andperformance.
Additionally, this release updates the
tracing-attributesdependency tov0.1.24, which updates the [
syn][syn] dependency to v2.x.x.tracing-attributesv0.1.24 also includes improvements to the#[instrument]macro; see the
tracing-attributes0.1.24 release notes fordetails.
Added
Instrumentedfutures will now enter the attachedSpanin theirDropimplementation, allowing events emitted when dropping the future to occur
within the span (#2562)
#[inline]attributes for methods called by theevent!macros, makinggenerated code smaller (#2555)
levelargument to#[instrument(err)]and#[instrument(ret)]to override the level ofthe generated return value event (#2335)
#[instrument]is added to aconst fn(#2418)
Changed
tracing-attributes: updated to 0.1.24cfg-ifdependency (#2553)syn][syn] dependency to 2.0 (#2516)Fixed
clippy::unreachablewarnings in#[instrument]-generated code (#2356)syndependency (#2530)Documented
#[instrument(err)](#2433)#[instrument](#2350)Thanks to @nitnelave, @jsgf, @Abhicodes-crypto, @LukeMathWalker, @andrewpollack,
@quad, @klensy, @davidpdrsn, @dbidwell94, @ldm0, @NobodyXu, @ilsv, and @daxpedda
for contributing to this release!
Configuration
📅 Schedule: Branch creation - "before 5am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.