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.1.84
->0.1.85
2.6.0
->2.8.0
2.6.0
->2.7.0
7.6.2
->7.6.3
2.7.0
->2.7.1
0.17.9
->0.17.11
0.26.0
->0.27.1
0.26.0
->0.27.0
0.26.0
->0.27.1
1.0.92
->1.0.93
0.10.1
->0.10.3
1.0.134
->1.0.138
2.0.95
->2.0.96
1.42.0
->1.43.0
0.27.0
->0.28.0
1.0.101
->1.0.103
2.5.0
->2.5.4
0.222.0
->0.224.0
Release Notes
dtolnay/async-trait (async-trait)
v0.1.85
Compare Source
Self: 'async_trait
bound in impl when not needed by signature (#284)bitflags/bitflags (bitflags)
v2.8.0
Compare Source
What's Changed
New Contributors
Full Changelog: bitflags/bitflags@2.7.0...2.8.0
v2.7.0
Compare Source
What's Changed
clippy::doc_lazy_continuation
lints by @waywardmonkeys in https://github.com/bitflags/bitflags/pull/414truncate(&mut self)
method to unset unknown bits by @wysiwys in https://github.com/bitflags/bitflags/pull/428New Contributors
Full Changelog: bitflags/bitflags@2.6.0...2.7.0
yoshuawuyts/futures-concurrency (futures-concurrency)
v7.6.3
Compare Source
What's Changed
clippy::needless_lifetimes
warnings by @crepererum in https://github.com/yoshuawuyts/futures-concurrency/pull/200New Contributors
Full Changelog: yoshuawuyts/futures-concurrency@v7.6.2...v7.6.3
indexmap-rs/indexmap (indexmap)
v2.7.1
Compare Source
#[track_caller]
to functions that may panic.insert_entry
.console-rs/indicatif (indicatif)
v0.17.11
Compare Source
What's Changed
OnceCell
toOnceLock
inTabExpandedString
by @tgross35 in https://github.com/console-rs/indicatif/pull/694v0.17.10
Compare Source
What's Changed
With some great performance improvements from @jaheba.
ProgressBar:set_tab_with
take&self
by @jaheba in https://github.com/console-rs/indicatif/pull/685dec
anddec_length
toProgressBar
by @jaheba in https://github.com/console-rs/indicatif/pull/690open-telemetry/opentelemetry-rust (opentelemetry)
v0.27.1
: patch releaseCompare Source
Refer to opentelemetry-sdk CHANGELOG for the changes.
v0.27.0
Compare Source
open-telemetry/opentelemetry-rust (opentelemetry-otlp)
v0.27.0
Compare Source
Released 2024-Nov-11
Update
opentelemetry
dependency version to 0.27Update
opentelemetry_sdk
dependency version to 0.27Update
opentelemetry-http
dependency version to 0.27Update
opentelemetry-proto
dependency version to 0.27BREAKING:
(#2217) Replaced: The
MetricsExporterBuilder
interface is modified fromwith_temporality_selector
towith_temporality
example can be seen below:Previous Signature:
Updated Signature:
(#2221) Replaced:
opentelemetry_otlp::new_pipeline().{trace,logging,metrics}()
interface is now replaced with{TracerProvider,SdkMeterProvider,LoggerProvider}::builder()
.opentelemetry_otlp::new_exporter()
interface is now replaced with{SpanExporter,MetricsExporter,LogExporter}::builder()
.Pull request #2221 has a detailed migration guide in the description. See example below,
and basic-otlp for more details:
Previous Signature:
Updated Signature:
Renamed
MetricsExporter
->MetricExporter
MetricsExporterBuilder
->MetricExporterBuilder
#2263
Support
hyper
client for opentelemetry-otlp. This can be enabled using flaghyper-client
.Refer example: https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-otlp/examples/basic-otlp-http
dtolnay/proc-macro2 (proc-macro2)
v1.0.93
Compare Source
ridiculousfish/regress (regress)
v0.10.3
Compare Source
What's changed
v0.10.2
Compare Source
What's Changed
/[]*/
in https://github.com/ridiculousfish/regress/issues/99serde-rs/json (serde_json)
v1.0.138
Compare Source
v1.0.137
Compare Source
v1.0.136
Compare Source
v1.0.135
Compare Source
dtolnay/syn (syn)
v2.0.96
Compare Source
tokio-rs/tokio (tokio)
v1.43.0
: Tokio v1.43.0Compare Source
1.43.0 (Jan 8th, 2025)
Added
UdpSocket::peek
methods (#7068)Command::into_std()
(#7014)SignalKind::info
on illumos (#6995)Fixed
set_len
before initializing vector inBlocking
(#7054)clippy::needless_return
in#[tokio::main]
(#6874)Changes
unsync_load
(#7073)Buf::put_bytes
inRepeat
read impl (#7055)Changes to unstable APIs
Documented
ReadBuf::uninit
allows initialized buffers as well (#7053)TcpStream::try_write_vectored
docs (#7067)LocalRuntime
doc links (#7074)watch::Receiver::wait_for
(#7038)OnceCell
docs (#7047)tokio-rs/tracing-opentelemetry (tracing-opentelemetry)
v0.28.0
: 0.28.0Compare Source
What's Changed
Layer::on_close
by @mzabaluev in https://github.com/tokio-rs/tracing-opentelemetry/pull/173dtolnay/trybuild (trybuild)
v1.0.103
Compare Source
v1.0.102
Compare Source
..
(#300)Configuration
📅 Schedule: Branch creation - "before 8am on wednesday" in timezone Asia/Shanghai, 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 was generated by Mend Renovate. View the repository job log.