-
-
Notifications
You must be signed in to change notification settings - Fork 773
chore(deps): update patch crates #10563
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/patch-crates
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+258
−209
Conversation
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
✅ Deploy Preview for rspack canceled.
|
3a3c0a1
to
49764a2
Compare
c54bc12
to
0688bb6
Compare
8a94622
to
b1c23da
Compare
90201bd
to
fabb664
Compare
fabb664
to
082fc19
Compare
6dd1d01
to
9341e10
Compare
9341e10
to
df6df16
Compare
📦 Binary Size-limit
❌ Size increased by 63.63KB from 47.55MB to 47.61MB (⬆️0.13%) |
CodSpeed Performance ReportMerging #10563 will not alter performanceComparing Summary
Footnotes |
6e0694d
to
c489517
Compare
c489517
to
7dd6a92
Compare
7dd6a92
to
24003d8
Compare
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.95
->1.0.99
0.1.84
->0.1.89
2.9.1
->2.9.3
1.10.0
->1.10.1
1.1.9
->1.1.12
1.0.1
->1.0.3
4.5.41
->4.5.46
1.0.17
->1.0.20
0.4.4
->0.4.5
0.3.2
->0.3.3
6.3.0
->6.3.2
2.0.5
->2.0.6
1.0.14
->1.0.15
0.26.2
->0.26.3
1.20.2
->1.21.3
0.1.8
->0.1.11
=0.12.3
->=0.12.4
0.12.1
->0.12.2
1.0.92
->1.0.101
1.0.38
->1.0.40
1.11.1
->1.11.2
0.8.5
->0.8.6
2.1.0
->2.1.1
1.0.217
->1.0.219
1.0.134
->1.0.143
0.1.0
->0.1.2
0.10.8
->0.10.9
0.3.0
->0.3.2
0.1.17
->0.1.21
2.0.95
->2.0.106
1.0.101
->1.0.110
0.2.0
->0.2.1
2.5.4
->2.5.7
0.7.12
->0.7.13
0.8.14
->0.8.15
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
dtolnay/anyhow (anyhow)
v1.0.99
Compare Source
v1.0.98
Compare Source
self.into_boxed_dyn_error()
andself.reallocate_into_boxed_dyn_error_without_backtrace()
methods for anyhow::Error (#415)v1.0.97
Compare Source
v1.0.96
Compare Source
dtolnay/async-trait (async-trait)
v0.1.89
Compare Source
bitflags/bitflags (bitflags)
v2.9.3
Compare Source
What's Changed
New Contributors
Full Changelog: bitflags/bitflags@2.9.2...2.9.3
v2.9.2
Compare Source
What's Changed
Full Changelog: bitflags/bitflags@2.9.1...2.9.2
camino-rs/camino (camino)
v1.1.12
Compare Source
Added
Utf8PathBuf::from_os_string
andUtf8Path::from_os_str
conversions.TryFrom<OsString> for Utf8PathBuf
andTryFrom<&OsStr> for &Utf8Path
conversions.Thanks to BenjaminBrienen for your first contribution!
v1.1.11
Compare Source
Added
Utf8PathBuf::leak
on Rust 1.89 and above.v1.1.10
Compare Source
Changed
serde_derive
. Thanks to Enselic for initiating the discussion and for your first contribution!rust-lang/cfg-if (cfg-if)
v1.0.3
Compare Source
@__identity
rule."v1.0.2
Compare Source
@__identity
rule.clap-rs/clap (clap)
v4.5.46
Compare Source
Features
StyledStr::push_str
v4.5.45
Compare Source
Fixes
ValueEnum
variants now use the full doc comment, not summary, forPossibleValue::help
v4.5.44
Compare Source
Features
Command::mut_subcommands
v4.5.43
Compare Source
Fixes
v4.5.42
Compare Source
Fixes
--help
dtolnay/dyn-clone (dyn-clone)
v1.0.20
Compare Source
v1.0.19
Compare Source
v1.0.18
Compare Source
rust-lang/glob (glob)
v0.3.3
Compare Source
sunng87/handlebars-rust (handlebars)
v6.3.2
Compare Source
v6.3.1
Compare Source
dtolnay/indoc (indoc)
v2.0.6
Compare Source
dtolnay/itoa (itoa)
v1.0.15
Compare Source
dprint/jsonc-parser (jsonc-parser)
v0.26.3
Compare Source
faern/oneshot (oneshot)
v0.1.11
Compare Source
Fixed
UNPARKING
state correctly inReceiver::drop()
. Fixes a panic that couldoccur if a
Receiver
had been first polled as a future and then was being droppedin parallel with the
Sender
sending a message.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.Amanieu/parking_lot (parking_lot)
v0.12.4
Compare Source
PARKED_WRITER_BIT
after a timeoutyarnpkg/pnp-rs (pnp)
v0.12.2
Compare Source
Other
dtolnay/proc-macro2 (proc-macro2)
v1.0.101
Compare Source
v1.0.100
Compare Source
Span
methods on Rust 1.88+:start
,end
,line
,column
,file
,local_file
(#517, #518)v1.0.99
Compare Source
v1.0.98
Compare Source
'prefix#lifetime
(#514, rust-lang/rust#126452)v1.0.97
Compare Source
v1.0.96
Compare Source
v1.0.95
Compare Source
RUSTFLAGS=--cfg=procmacro2_semver_exempt
to that of nightly-2025-04-16 (#497)v1.0.94
Compare Source
v1.0.93
Compare Source
dtolnay/quote (quote)
v1.0.40
Compare Source
v1.0.39
Compare Source
rust-lang/regex (regex)
v1.11.2
Compare Source
===================
This is a new patch release of
regex
with some minor fixes. A larger numberof typo or lint fix patches were merged. Also, we now finally recommend using
std::sync::LazyLock
.Improvements:
Switch recommendation from
once_cell
tostd::sync::LazyLock
.Add
DFA::set_prefilter
toregex-automata
.Bug fixes:
Remove
std
dependency fromperf-literal-multisubstring
crate feature.Clarify the meaning of
(?R)$
in the documentation.Remove
fuzz/
andrecord/
directories from published crate on crates.io.serde-rs/serde (serde)
v1.0.219
Compare Source
absolute_paths
Clippy restriction being triggered inside macro-generated code (#2906, thanks @davidzeng0)v1.0.218
Compare Source
serde-rs/json (serde_json)
v1.0.143
Compare Source
v1.0.142
Compare Source
v1.0.141
Compare Source
v1.0.140
Compare Source
v1.0.139
Compare Source
v1.0.138
Compare Source
v1.0.137
Compare Source
v1.0.136
Compare Source
v1.0.135
Compare Source
RustCrypto/hashes (sha2)
v0.10.9
Compare Source
rust-lang/stacker (stacker)
v0.1.21
Compare Source
v0.1.20
Compare Source
dtolnay/syn (syn)
v2.0.106
Compare Source
~const
syntax with[const]
conditionally const syntax in trait bounds (#1896, rust-lang/rust#139858)v2.0.105
Compare Source
impl !T {}
(#1881, rust-lang/rust#144386)v2.0.104
Compare Source
v2.0.103
Compare Source
v2.0.102
Compare Source
v2.0.101
Compare Source
v2.0.100
Compare Source
Visit::visit_token_stream
,VisitMut::visit_token_stream_mut
,Fold::fold_token_stream
for processing TokenStream during syntax tree traversals (#1852)v2.0.99
Compare Source
v2.0.98
Compare Source
ParseStream::call
andPunctuated
parsers (#1847)v2.0.97
Compare Source
v2.0.96
Compare Source
dtolnay/trybuild (trybuild)
v1.0.110
Compare Source
v1.0.109
Compare Source
v1.0.108
Compare Source
v1.0.107
Compare Source
v1.0.106
Compare Source
toml
dependency to 0.9 (#306)v1.0.105
Compare Source
-C instrument-coverage
in RUSTFLAGS (#305, thanks @davidhewitt)v1.0.104
Compare Source
v1.0.103
Compare Source
v1.0.102
Compare Source
..
(#300)unicode-rs/unicode-width (unicode-width)
v0.2.1
Compare Source
servo/rust-url (url)
v2.5.7
What's Changed
v.2.5.6
v.2.5.7
New Contributors
Full Changelog: servo/rust-url@v2.5.5...v2.5.7
v2.5.5
Compare Source
What's Changed
Mime
by @mrobinson in #1047cargo clippy --fix -- -Wclippy::use_self
by @mrobinson in #1048Url::domain
docs to show that it includes subdomain by @supercoolspy in #1057New Contributors
Full Changelog: servo/rust-url@v2.5.4...v2.5.5
winnow-rs/winnow (winnow)
v0.7.13
Compare Source
Features
String
intoString
Cow<str>
intoString
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.