Conversation
Contributor
Author
|
✅ Deploy Preview for rspack canceled.
|
41a4250 to
7d560b2
Compare
5da2a10 to
319e4af
Compare
0a3783c to
f10f6fb
Compare
3f828c1 to
2817edc
Compare
3b9385e to
3092f72
Compare
3092f72 to
3082cd4
Compare
74d31b8 to
0b13d54
Compare
e62a9c3 to
9b35685
Compare
ffd66f1 to
5753b04
Compare
8012e61 to
e771cde
Compare
Contributor
Author
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. |
SoonIter
approved these changes
Oct 22, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
1.0.89->1.0.900.1.80->0.1.832.5.0->2.6.01.1.8->1.1.90.3.30->0.3.317.6.0->7.6.12.2.6->2.6.00.23.0->0.26.01.4.0->1.5.02.0.4->2.0.50.4.5->0.4.61.19.0->1.20.20.1.6->0.1.80.2.1->0.2.21.4.0->1.4.11.0.82->1.0.881.0.36->1.0.371.10.6->1.11.00.8.3->0.8.50.10.0->0.10.11.0.204->1.0.2111.0.117->1.0.1320.14.0-rc.2->0.14.10.2.2->0.3.00.1.15->0.1.172.0.63->2.0.821.0.61->1.0.641.37.0->1.41.01.0.96->1.0.1012.7.0->2.8.00.1.11->0.2.02.5.0->2.5.22.5.0->2.5.20.207.0->0.219.00.8.10->0.8.12Release Notes
dtolnay/anyhow (anyhow)
v1.0.90Compare Source
dtolnay/async-trait (async-trait)
v0.1.83Compare Source
v0.1.82Compare Source
v0.1.81Compare Source
syndependency (#272, thanks @klensy)bitflags/bitflags (bitflags)
v2.6.0Compare Source
What's Changed
New Contributors
Full Changelog: bitflags/bitflags@2.5.0...2.6.0
camino-rs/camino (camino)
v1.1.9Compare Source
Added
absolute_utf8wrapsstd::path::absolute, converting paths to UTF-8.Requires Rust 1.79 and above.
rust-lang/futures-rs (futures)
v0.3.31Compare Source
FuturesUnorderedwhen dropped future panics (#2886)task::waker_ref(#2830)This is a breaking change but allowed because it is soundness bug fix.
AsyncBufRead::read_lineandAsyncBufReadExt::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_wakechange (#2865)stream::Iter::{get_ref,get_mut,into_inner}(#2875)future::AlwaysReady(#2825)io::{BufReader,BufWriter}(#2848)yoshuawuyts/futures-concurrency (futures-concurrency)
v7.6.1Compare Source
What's Changed
FutureGroupby @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.0Compare Source
Cloneformap::IntoIterandset::IntoIter.hashbrowndependency to version 0.15.v2.5.0Compare Source
insert_beforemethod toIndexMapandIndexSet, as analternative to
shift_insertwith different behavior on existing entries.first_entryandlast_entrymethods toIndexMap.Fromimplementations betweenIndexedEntryandOccupiedEntry.v2.4.0Compare Source
IndexMap::appendandIndexSet::append, moving all items fromone map or set into another, and leaving the original capacity for reuse.
v2.3.0Compare Source
MutableEntryKeyfor opt-in mutable access to map entry keys.MutableKeys::iter_mut2for opt-in mutable iteration of mapkeys and values.
dprint/jsonc-parser (jsonc-parser)
v0.26.1Compare Source
v0.26.0Compare Source
v0.25.2Compare Source
v0.25.1Compare Source
v0.25.0Compare Source
v0.24.0Compare Source
rust-lang-nursery/lazy-static.rs (lazy_static)
v1.5.0Compare Source
rust-num/num-bigint (num-bigint)
v0.4.6Compare Source
x86_64-unknown-linux-gnux32.Contributors: @cuviper, @ralphtandetzky, @yhx-12243
matklad/once_cell (once_cell)
v1.20.2Compare Source
portable_atomicfrom 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.1Compare Source
racemodule using justportable_atomic, withoutcritical_sectionand providebetter error messages on targets without atomic CAS instruction,
#265.
v1.20.0Compare Source
faern/oneshot (oneshot)
v0.1.8Compare Source
Changed
loomin the dependency treeoneshotpulls 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
loomfeature.DOWNSTREAM USERS ARE NOT SUPPOSED TO EVER ENABLE THIS. No stability or semver
guarantees exist around the
loomfeature.This change ultimately makes no difference for any user of
oneshotin regular usage.v0.1.7Compare Source
Added
is_closedmethod to theSender.rust-pretty-assertions/rust-pretty-assertions (pretty_assertions)
v1.4.1Compare Source
Fixed
Internal
yansiversion to1.x. Thanks to @SergioBenitez for the update, and maintaining this library! (#121)dtolnay/proc-macro2 (proc-macro2)
v1.0.88Compare Source
Span::startandSpan::endinside proc macros on nightly (#472)v1.0.87Compare Source
Punct::new(#470)v1.0.86Compare Source
v1.0.85Compare Source
v1.0.84Compare Source
v1.0.83Compare Source
Ident(#462)dtolnay/quote (quote)
v1.0.37Compare Source
rust-lang/regex (regex)
v1.11.0Compare Source
===================
This is a new minor release of
regexthat brings in an update to theUnicode Character Database. Specifically, this updates the Unicode data
used by
regexinternally to the version 16 release.New features:
Add new
regex::SetMatches::matched_allmethod.Update to Unicode Character Database (UCD) version 16.
rust-lang/regex (regex-syntax)
v0.8.4Compare Source
ridiculousfish/regress (regress)
v0.10.1Compare Source
serde-rs/serde (serde)
v1.0.211Compare Source
v1.0.210Compare Source
IpAddrandSocketAddrin no-std mode on Rust 1.77+ (#2816, thanks @MathiasKoch)serde::ser::StdErrorandserde::de::StdErrorequivalent tocore::error::Erroron Rust 1.81+ (#2818)v1.0.209Compare Source
v1.0.208Compare Source
flattenfield (#2802, thanks @jonhoo)v1.0.207Compare Source
flattenattribute andskip_serializing/skip_deserializing(#2795, thanks @Mingun)v1.0.206Compare Source
flattenattribute inside of enums (#2567, thanks @Mingun)v1.0.205Compare Source
serde-rs/json (serde_json)
v1.0.132Compare Source
v1.0.131Compare Source
Map<String, Value>and&Map<String, Value>(#1135, thanks @swlynch99)v1.0.130Compare Source
Numberfrom i128 and u128 (#1141, thanks @druide)v1.0.129Compare Source
serde_json::Map::sort_keysandserde_json::Value::sort_all_objects(#1199)v1.0.128Compare Source
v1.0.127Compare Source
v1.0.126Compare Source
v1.0.125Compare Source
v1.0.124Compare Source
v1.0.123Compare Source
v1.0.122Compare Source
json!in no-std crates (#1166)v1.0.121Compare Source
v1.0.120Compare Source
indexmapdependency (#1152, thanks @cforycki)v1.0.119Compare Source
serde_json::Map::shift_insert(#1149, thanks @joshka)v1.0.118Compare Source
simd-lite/simd-json (simd-json)
v0.14.1Compare Source
v0.14.0Compare Source
v0.14.0-rc.3Compare Source
rust-analyzer/smol_str (smol_str)
v0.3.1Compare Source
SmolStrBuilderleaking implementation detailsv0.3.0Compare Source
SmolStr::new_inline_from_asciifunctionSmolStr::to_stringin favor ofToString::to_stringimpl AsRef<[u8]> for SmolStrimplimpl AsRef<OsStr> for SmolStrimplimpl AsRef<Path> for SmolStrimplSmolStrBuilderrust-lang/stacker (stacker)
v0.1.17Compare Source
v0.1.16Compare Source
dtolnay/syn (syn)
v2.0.82Compare Source
Parseimpls for PreciseCapture and CapturedParam (#1757, #1758)unsafeattributes (#1759)v2.0.81Compare Source
impl Trait + use<'a, T>(#1752, #1753, #1754)v2.0.80Compare Source
Expr::RawAddr(#1743)v2.0.79Compare Source
useitems containing absolute paths (#1742)v2.0.78Compare Source
v2.0.77Compare Source
Expr::Tuplein non-"full" mode (#1727)v2.0.76Compare Source
becomekeyword is followed by an expression (#1725)v2.0.75Compare Source
v2.0.74Compare Source
Genericsiterator methods (#1719)v2.0.73Compare Source
Fields::membersiterator (#1716, thanks @Fancyflame)v2.0.72Compare Source
use<'a, T>precise capturing bounds (#1707, thanks @compiler-errors)v2.0.71Compare Source
v2.0.70Compare Source
v2.0.69Compare Source
Punctuated::getandget_mut(#1693)v2.0.68Compare Source
parse_quote!parses invalid syntax (#1690, thanks @stepancheg)GroupandLifetime(#1687)v2.0.67Compare Source
LitCStrin ParseStream::peek (#1682)v2.0.66Compare Source
v2.0.65Compare Source
Foldto compile faster (#1666, #1667, #1668)v2.0.64Compare Source
catch_unwind(#1646)breakandreturnin loop headers (#1656)dtolnay/thiserror (thiserror)
v1.0.64Compare Source
v1.0.63Compare Source
v1.0.62Compare 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)Idapis (#6793, #6891)Added (unstable)
LocalRuntime(#6808)Changed
#[must_use]toNotified(#6828)watchcooperative (#6846)broadcast::Receivercooperative (#6870)cfg_fsforwasitarget (#6822)Fixed
Documented
OwnedFdwithAsyncFd(#6821)AsyncFdmethods (#6890)joinandtry_join(#6814, #6841)TcpSocket::set_nodelayandTcpSocket::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_bufwhen possible (#6724)UnwindSafe(#6783)SleepandBatchSemaphoreinstrumentation explicit roots (#6727)NonZeroU64fortask::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
AsyncSeekforEmpty(#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)Defaultforwatch::Sender(#6626)CloneforAbortHandle(#6621)consume_budget(#6622)Changed
ReadBuf::put_slice()(#6629)copy_bidirectionalandcopy(#6532)num_cpuswithavailable_parallelism(#6709)block_on(#6692)IntoFuturewithtimeout(#6666)IntoFuturewithjoin!andselect!(#6710)Fixed
Interval(#6612)Added (unstable)
unhandled_panicbehavior for#[tokio::main]and#[tokio::test](#6593)spawned_tasks_count(#6114)worker_park_unpark_count(#6696)Documented
tokio::io::stdoutdocumentation (#6674)join.rsandtry_join.rs(#6641)unhandled_panic(#6660)JoinSet::try_join_nextwhen 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_upwhile 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])AsyncBufReadforJoin([#6449])CloneforNamedPipeInfo([#6586])Notify::notify_last([#6520])mpsc::Receiver::{capacity,max_capacity}([#6511])splitmethod 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_threadscount ([#6551])RuntimeMetrics::worker_count([#6556])lifo_slotinblock_in_place([#6596])global_queue_intervalis zero ([#6445])Semaphorefor task dumps ([#6499])LocalKey::getwork with Clone types ([#6433])true_whenfield 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.