-
-
Notifications
You must be signed in to change notification settings - Fork 675
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
+31
−31
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
49764a2
to
e32ae4c
Compare
e32ae4c
to
469d51b
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.98
0.1.84
->0.1.88
0.18.1
->0.18.2
1.1.9
->1.1.10
1.0.17
->1.0.19
0.4.4
->0.4.5
6.3.0
->6.3.2
0.17.9
->0.17.11
2.0.5
->2.0.6
1.0.14
->1.0.15
1.0.0-alpha.64
->1.0.0-alpha.66
0.1.8
->0.1.11
0.9.0
->0.9.4
0.9.0
->0.9.4
1.0.92
->1.0.95
0.13
->0.13.5
1.0.38
->1.0.40
0.10.1
->0.10.3
2.1.0
->2.1.1
1.0.217
->1.0.219
1.0.134
->1.0.140
0.10.8
->0.10.9
0.10.8
->0.10.9
0.3.0
->0.3.2
0.1.17
->0.1.21
2.0.95
->2.0.103
0.8.19
->0.8.23
1.0.101
->1.0.105
0.2.0
->0.2.1
2.5.0
->2.5.4
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.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
browserslist/browserslist-rs (browserslist-rs)
v0.18.2
Compare Source
camino-rs/camino (camino)
v1.1.10
Compare Source
Changed
serde_derive
. Thanks to Enselic for initiating the discussion and for your first contribution!dtolnay/dyn-clone (dyn-clone)
v1.0.19
Compare Source
v1.0.18
Compare Source
sunng87/handlebars-rust (handlebars)
v6.3.2
Compare Source
v6.3.1
Compare Source
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/690dtolnay/indoc (indoc)
v2.0.6
Compare Source
dtolnay/itoa (itoa)
v1.0.15
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.dtolnay/proc-macro2 (proc-macro2)
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
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/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.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.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
toml-rs/toml (toml)
v0.8.23
Compare Source
v0.8.22
Compare Source
v0.8.21
Compare Source
v0.8.20
Compare Source
dtolnay/trybuild (trybuild)
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
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.