-
-
Notifications
You must be signed in to change notification settings - Fork 577
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 #6596
Conversation
|
✅ Deploy Preview for rspack canceled.
|
41a4250
to
7d560b2
Compare
5da2a10
to
319e4af
Compare
0a3783c
to
f10f6fb
Compare
3f828c1
to
2817edc
Compare
28d096d
to
f953fbd
Compare
207a83b
to
cc835dd
Compare
cc835dd
to
5bb82f5
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. |
This PR contains the following updates:
1.0.89
->1.0.90
0.1.80
->0.1.83
2.5.0
->2.6.0
1.1.8
->1.1.9
0.3.30
->0.3.31
7.6.0
->7.6.1
2.2.6
->2.6.0
0.23.0
->0.26.0
1.4.0
->1.5.0
2.0.4
->2.0.5
0.4.5
->0.4.6
1.19.0
->1.20.2
0.1.6
->0.1.8
0.2.1
->0.2.2
1.4.0
->1.4.1
1.0.82
->1.0.88
1.0.36
->1.0.37
1.10.6
->1.11.0
0.8.3
->0.8.5
0.10.0
->0.10.1
1.0.204
->1.0.211
1.0.117
->1.0.132
0.14.0-rc.2
->0.14.1
0.2.2
->0.3.0
0.1.15
->0.1.17
2.0.63
->2.0.82
1.0.61
->1.0.64
1.37.0
->1.41.0
1.0.96
->1.0.101
2.7.0
->2.8.0
0.1.11
->0.2.0
2.5.0
->2.5.2
2.5.0
->2.5.2
0.207.0
->0.219.0
0.8.10
->0.8.12
Release Notes
dtolnay/anyhow (anyhow)
v1.0.90
Compare Source
dtolnay/async-trait (async-trait)
v0.1.83
Compare Source
v0.1.82
Compare Source
v0.1.81
Compare Source
syn
dependency (#272, thanks @klensy)bitflags/bitflags (bitflags)
v2.6.0
Compare Source
What's Changed
New Contributors
Full Changelog: bitflags/bitflags@2.5.0...2.6.0
camino-rs/camino (camino)
v1.1.9
Compare Source
Added
absolute_utf8
wrapsstd::path::absolute
, converting paths to UTF-8.Requires Rust 1.79 and above.
rust-lang/futures-rs (futures)
v0.3.31
Compare Source
FuturesUnordered
when dropped future panics (#2886)task::waker_ref
(#2830)This is a breaking change but allowed because it is soundness bug fix.
AsyncBufRead::read_line
andAsyncBufReadExt::lines
(#2884)select!
/select_biased!
(#2832)This is technically a breaking change as it will now reject a very odd undocumented syntax that was previously accidentally accepted.
Waker::will_wake
change (#2865)stream::Iter::{get_ref,get_mut,into_inner}
(#2875)future::AlwaysReady
(#2825)io::{BufReader,BufWriter}
(#2848)yoshuawuyts/futures-concurrency (futures-concurrency)
v7.6.1
Compare Source
What's Changed
FutureGroup
by @soooch in https://github.com/yoshuawuyts/futures-concurrency/pull/179New Contributors
Full Changelog: yoshuawuyts/futures-concurrency@v7.6.0...v7.6.1
indexmap-rs/indexmap (indexmap)
v2.6.0
Compare Source
Clone
formap::IntoIter
andset::IntoIter
.hashbrown
dependency to version 0.15.v2.5.0
Compare Source
insert_before
method toIndexMap
andIndexSet
, as analternative to
shift_insert
with different behavior on existing entries.first_entry
andlast_entry
methods toIndexMap
.From
implementations betweenIndexedEntry
andOccupiedEntry
.v2.4.0
Compare Source
IndexMap::append
andIndexSet::append
, moving all items fromone map or set into another, and leaving the original capacity for reuse.
v2.3.0
Compare Source
MutableEntryKey
for opt-in mutable access to map entry keys.MutableKeys::iter_mut2
for opt-in mutable iteration of mapkeys and values.
dprint/jsonc-parser (jsonc-parser)
v0.26.1
Compare Source
v0.26.0
Compare Source
v0.25.2
Compare Source
v0.25.1
Compare Source
v0.25.0
Compare Source
v0.24.0
Compare Source
rust-lang-nursery/lazy-static.rs (lazy_static)
v1.5.0
Compare Source
rust-num/num-bigint (num-bigint)
v0.4.6
Compare Source
x86_64-unknown-linux-gnux32
.Contributors: @cuviper, @ralphtandetzky, @yhx-12243
matklad/once_cell (once_cell)
v1.20.2
Compare Source
portable_atomic
from Cargo.lock if it is not, in fact, used: #267This is a work-around for this cargo bhttps://github.com/rust-lang/cargo/issues/108010801.
v1.20.1
Compare Source
race
module using justportable_atomic
, withoutcritical_section
and providebetter error messages on targets without atomic CAS instruction,
#265.
v1.20.0
Compare Source
faern/oneshot (oneshot)
v0.1.8
Compare Source
Changed
loom
in the dependency treeoneshot
pulls in, it has in addition to being gated behindcfg(oneshot_loom)
also been madean optional dependency. This makes this library way smaller for downstream consumers.
This has the downside that the crate now exposes a
loom
feature.DOWNSTREAM USERS ARE NOT SUPPOSED TO EVER ENABLE THIS. No stability or semver
guarantees exist around the
loom
feature.This change ultimately makes no difference for any user of
oneshot
in regular usage.v0.1.7
Compare Source
Added
is_closed
method to theSender
.rust-pretty-assertions/rust-pretty-assertions (pretty_assertions)
v1.4.1
Compare Source
Fixed
Internal
yansi
version to1.x
. Thanks to @SergioBenitez for the update, and maintaining this library! (#121)dtolnay/proc-macro2 (proc-macro2)
v1.0.88
Compare Source
Span::start
andSpan::end
inside proc macros on nightly (#472)v1.0.87
Compare Source
Punct::new
(#470)v1.0.86
Compare Source
v1.0.85
Compare Source
v1.0.84
Compare Source
v1.0.83
Compare Source
Ident
(#462)dtolnay/quote (quote)
v1.0.37
Compare Source
rust-lang/regex (regex)
v1.11.0
Compare Source
===================
This is a new minor release of
regex
that brings in an update to theUnicode Character Database. Specifically, this updates the Unicode data
used by
regex
internally to the version 16 release.New features:
Add new
regex::SetMatches::matched_all
method.Update to Unicode Character Database (UCD) version 16.
rust-lang/regex (regex-syntax)
v0.8.4
Compare Source
ridiculousfish/regress (regress)
v0.10.1
Compare Source
serde-rs/serde (serde)
v1.0.211
Compare Source
v1.0.210
Compare Source
IpAddr
andSocketAddr
in no-std mode on Rust 1.77+ (#2816, thanks @MathiasKoch)serde::ser::StdError
andserde::de::StdError
equivalent tocore::error::Error
on Rust 1.81+ (#2818)v1.0.209
Compare Source
v1.0.208
Compare Source
flatten
field (#2802, thanks @jonhoo)v1.0.207
Compare Source
flatten
attribute andskip_serializing
/skip_deserializing
(#2795, thanks @Mingun)v1.0.206
Compare Source
flatten
attribute inside of enums (#2567, thanks @Mingun)v1.0.205
Compare Source
serde-rs/json (serde_json)
v1.0.132
Compare Source
v1.0.131
Compare Source
Map<String, Value>
and&Map<String, Value>
(#1135, thanks @swlynch99)v1.0.130
Compare Source
Number
from i128 and u128 (#1141, thanks @druide)v1.0.129
Compare Source
serde_json::Map::sort_keys
andserde_json::Value::sort_all_objects
(#1199)v1.0.128
Compare Source
v1.0.127
Compare Source
v1.0.126
Compare Source
v1.0.125
Compare Source
v1.0.124
Compare Source
v1.0.123
Compare Source
v1.0.122
Compare Source
json!
in no-std crates (#1166)v1.0.121
Compare Source
v1.0.120
Compare Source
indexmap
dependency (#1152, thanks @cforycki)v1.0.119
Compare Source
serde_json::Map::shift_insert
(#1149, thanks @joshka)v1.0.118
Compare Source
simd-lite/simd-json (simd-json)
v0.14.1
Compare Source
v0.14.0
Compare Source
v0.14.0-rc.3
Compare Source
rust-analyzer/smol_str (smol_str)
v0.3.1
Compare Source
SmolStrBuilder
leaking implementation detailsv0.3.0
Compare Source
SmolStr::new_inline_from_ascii
functionSmolStr::to_string
in favor ofToString::to_string
impl AsRef<[u8]> for SmolStr
implimpl AsRef<OsStr> for SmolStr
implimpl AsRef<Path> for SmolStr
implSmolStrBuilder
rust-lang/stacker (stacker)
v0.1.17
Compare Source
v0.1.16
Compare Source
dtolnay/syn (syn)
v2.0.82
Compare Source
Parse
impls for PreciseCapture and CapturedParam (#1757, #1758)unsafe
attributes (#1759)v2.0.81
Compare Source
impl Trait + use<'a, T>
(#1752, #1753, #1754)v2.0.80
Compare Source
Expr::RawAddr
(#1743)v2.0.79
Compare Source
use
items containing absolute paths (#1742)v2.0.78
Compare Source
v2.0.77
Compare Source
Expr::Tuple
in non-"full" mode (#1727)v2.0.76
Compare Source
become
keyword is followed by an expression (#1725)v2.0.75
Compare Source
v2.0.74
Compare Source
Generics
iterator methods (#1719)v2.0.73
Compare Source
Fields::members
iterator (#1716, thanks @Fancyflame)v2.0.72
Compare Source
use<'a, T>
precise capturing bounds (#1707, thanks @compiler-errors)v2.0.71
Compare Source
v2.0.70
Compare Source
v2.0.69
Compare Source
Punctuated::get
andget_mut
(#1693)v2.0.68
Compare Source
parse_quote!
parses invalid syntax (#1690, thanks @stepancheg)Group
andLifetime
(#1687)v2.0.67
Compare Source
LitCStr
in ParseStream::peek (#1682)v2.0.66
Compare Source
v2.0.65
Compare Source
Fold
to compile faster (#1666, #1667, #1668)v2.0.64
Compare Source
catch_unwind
(#1646)break
andreturn
in loop headers (#1656)dtolnay/thiserror (thiserror)
v1.0.64
Compare Source
v1.0.63
Compare Source
v1.0.62
Compare Source
#[error("…", …)]
attribute (#309)tokio-rs/tokio (tokio)
v1.41.0
: Tokio v1.41.0Compare Source
1.41.0 (Oct 22th, 2024)
Added
global_queue_depth
(#6854, #6918)SocketAddr
(#6868)watch::Sender::sender_count
(#6836)mpsc::Receiver::blocking_recv_many
(#6867)Id
apis (#6793, #6891)Added (unstable)
LocalRuntime
(#6808)Changed
#[must_use]
toNotified
(#6828)watch
cooperative (#6846)broadcast::Receiver
cooperative (#6870)cfg_fs
forwasi
target (#6822)Fixed
Documented
OwnedFd
withAsyncFd
(#6821)AsyncFd
methods (#6890)join
andtry_join
(#6814, #6841)TcpSocket::set_nodelay
andTcpSocket::nodelay
(#6840)v1.40.0
: Tokio v1.40.0Compare Source
1.40.0 (August 30th, 2024)
Added
util::SimplexStream
(#6589)Command::process_group
(#6731){TrySendError,SendTimeoutError}::into_inner
(#6755)JoinSet::join_all
(#6784)Added (unstable)
Builder::{on_task_spawn, on_task_terminate}
(#6742)Changed
write_all_buf
when possible (#6724)UnwindSafe
(#6783)Sleep
andBatchSemaphore
instrumentation explicit roots (#6727)NonZeroU64
fortask::Id
(#6733)JoinError
(#6753)#[must_use]
toJoinHandle::abort_handle
(#6762)Documented
[build]
section doesn't go in Cargo.toml (#6728)select!
(#6774)v1.39.3
: Tokio v1.39.3Compare Source
1.39.3 (August 17th, 2024)
This release fixes a regression where the unix socket api stopped accepting the abstract socket namespace. (#6772)
v1.39.2
: Tokio v1.39.2Compare Source
1.39.2 (July 27th, 2024)
This release fixes a regression where the
select!
macro stopped accepting expressions that make use of temporary lifetime extension. (#6722)v1.39.1
: Tokio v1.39.1Compare Source
1.39.1 (July 23rd, 2024)
This release reverts "time: avoid traversing entries in the time wheel twice" because it contains a bug. (#6715)
v1.39.0
: Tokio v1.39.0Compare Source
1.39.0 (July 23rd, 2024)
Added
AsyncSeek
forEmpty
(#6663)num_alive_tasks
(#6619, #6667)Command::as_std_mut
(#6608)watch::Sender::same_channel
(#6637){Receiver,UnboundedReceiver}::{sender_strong_count,sender_weak_count}
(#6661)Default
forwatch::Sender
(#6626)Clone
forAbortHandle
(#6621)consume_budget
(#6622)Changed
ReadBuf::put_slice()
(#6629)copy_bidirectional
andcopy
(#6532)num_cpus
withavailable_parallelism
(#6709)block_on
(#6692)IntoFuture
withtimeout
(#6666)IntoFuture
withjoin!
andselect!
(#6710)Fixed
Interval
(#6612)Added (unstable)
unhandled_panic
behavior for#[tokio::main]
and#[tokio::test]
(#6593)spawned_tasks_count
(#6114)worker_park_unpark_count
(#6696)Documented
tokio::io::stdout
documentation (#6674)join.rs
andtry_join.rs
(#6641)unhandled_panic
(#6660)JoinSet::try_join_next
when all tasks are running (#6671)v1.38.1
: Tokio v1.38.1Compare Source
1.38.1 (July 16th, 2024)
This release fixes the bug identified as (#6682), which caused timers not
to fire when they should.
Fixed
wake_up
while holding all the locks of sharded time wheels (#6683)v1.38.0
: Tokio v1.38.0Compare Source
This release marks the beginning of stabilization for runtime metrics. It
stabilizes
RuntimeMetrics::worker_count
. Future releases will continue tostabilize more metrics.
Added
File::create_new
([#6573])copy_bidirectional_with_sizes
([#6500])AsyncBufRead
forJoin
([#6449])Clone
forNamedPipeInfo
([#6586])Notify::notify_last
([#6520])mpsc::Receiver::{capacity,max_capacity}
([#6511])split
method to the semaphore permit ([#6472], [#6478])tokio::task::join_set::Builder::spawn_blocking
([#6578])Changed
#[tokio::test]
append#[test]
at the end of the attribute list ([#6497])blocking_threads
count ([#6551])RuntimeMetrics::worker_count
([#6556])lifo_slot
inblock_in_place
([#6596])global_queue_interval
is zero ([#6445])Semaphore
for task dumps ([#6499])LocalKey::get
work with Clone types ([#6433])true_when
field inTimerShared
([#6563])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.