-
-
Notifications
You must be signed in to change notification settings - Fork 633
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
chore(deps): update crates #9012
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for rspack canceled.
|
d2f5055
to
6495c58
Compare
cc20a4e
to
b74a33c
Compare
d2f9920
to
191f23a
Compare
11e6894
to
9dc4f80
Compare
9dc4f80
to
59d081f
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
CodSpeed Performance ReportMerging #9012 will not alter performanceComparing 🎉 Hooray!
|
This PR contains the following updates:
0.1.84
->0.1.86
2.6.0
->2.8.0
2.6.0
->2.7.0
1.0.17
->1.0.18
7.6.2
->7.6.3
2.7.0
->2.7.1
0.17.9
->0.17.11
1.20.2
->1.20.3
0.1.8
->0.1.10
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
2.1.0
->2.1.1
1.0.134
->1.0.138
2.0.95
->2.0.98
1.42.0
->1.43.0
0.8.19
->0.8.20
0.27.0
->0.28.0
1.0.101
->1.0.103
2.5.0
->2.5.4
0.222.0
->0.225.0
Release Notes
dtolnay/async-trait (async-trait)
v0.1.86
Compare Source
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
dtolnay/dyn-clone (dyn-clone)
v1.0.18
Compare Source
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/690matklad/once_cell (once_cell)
v1.20.3
Compare Source
faern/oneshot (oneshot)
v0.1.10
Compare Source
Added
is_closed
andhas_message
to theReceiver
. Allows polling for the channelstate without modifying the channel or pulling the message from it.
v0.1.9
Compare Source
Added
Sync
forSender
. There is not a whole lot someone can do with a&Sender
,but this allows storing the sender in places that are overly conservative and require
a
Sync
bound on the content.open-telemetry/opentelemetry-rust (opentelemetry)
v0.27.1
: patch releaseCompare Source
This release has improved internal logging to help with troubleshooting.
v0.27.0
: 0.27.0 ReleaseCompare Source
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
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/99rust-lang/rustc-hash (rustc-hash)
v2.1.1
Compare Source
This mitigates a regression with 2.0 in rustc.
See PR#55 for more details on the change (this PR was not merged).
This problem might be improved with changes to hashbrown in the future.
2.1.0
Clone
forFxRandomState
Clone
forFxSeededState
2.0.0
This replaces the previous "fxhash" algorithm originating in Firefox
with a custom hasher designed and implemented by Orson Peters (
@orlp
).It was measured to have slightly better performance for rustc, has better theoretical properties
and also includes a significantly better string hasher.
no_std
builds1.2.0 (YANKED)
Note: This version has been yanked due to issues with the
no_std
feature!FxBuildHasher
unit structFxRandomState
based onrand
(behind therand
feature) for random seedsconst fn
Clone
forFxHasher
structserde-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.98
Compare Source
ParseStream::call
andPunctuated
parsers (#1847)v2.0.97
Compare Source
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)toml-rs/toml (toml)
v0.8.20
Compare Source
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.