-
Notifications
You must be signed in to change notification settings - Fork 273
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
fix(deps): update all non-major packages >= 1.0 #3194
Conversation
@renovate[bot], please consider creating a changeset entry in |
CI performance tests
|
cd02ce5
to
b59e71c
Compare
8a96c8e
to
99cd296
Compare
⚠ Artifact update problemRenovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: Cargo.lock
File name: Cargo.lock
|
680fd84
to
187febd
Compare
6ce7a27
to
98f89b5
Compare
5cdeec4
to
7db6322
Compare
7db6322
to
6e2407a
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. ⚠ Warning: custom changes will be lost. |
This PR contains the following updates:
4.3.0
->4.3.3
3.21.0
->3.22.1
1.0.24
->1.0.26
1.17.2
->1.18.0
1.17.2
->1.18.0
1.8.3
->1.8.4
6.6.1
->6.7.0
1.0.163
->1.0.164
3.5.0
->3.6.0
5.0.4
->5.1.3
2.3.1
->2.4.0
Release Notes
clap-rs/clap
v4.3.3
Compare Source
Features
Command::defer
for delayed initialization of subcommands to reduce startup times of large applications like denov4.3.2
Compare Source
Fixes
unused_equalifications
warnings when someone brings a clap type into scopev4.3.1
Compare Source
Performance
DataDog/dd-trace-js
v3.22.1
Compare Source
Bug Fixes
Improvements
v3.22.0
: 3.22.0Compare Source
Features
Improvements
Bug Fixes
rust-lang/flate2-rs
v1.0.26
Compare Source
What's Changed
extern crate
s by @JohnTitor in https://github.com/rust-lang/flate2-rs/pull/331New Contributors
Full Changelog: rust-lang/flate2-rs@1.0.25...1.0.26
v1.0.25
Compare Source
What's Changed
New Contributors
Full Changelog: rust-lang/flate2-rs@1.0.24...1.0.25
matklad/once_cell
v1.18.0
Compare Source
MSRV
is updated to 1.60.0 to take advantage ofdep:
syntax for cargo features,removing "implementation details" from publicly visible surface.
rust-lang/regex
v1.8.4
Compare Source
==================
This is a patch release that fixes a bug where
(?-u:\B)
was allowed inUnicode regexes, despite the fact that the current matching engines can report
match offsets between the code units of a single UTF-8 encoded codepoint. That
in turn means that match offsets that split a codepoint could be reported,
which in turn results in panicking when one uses them to slice a
&str
.This bug occurred in the transition to
regex 1.8
because the underlyingsyntactical error that prevented this regex from compiling was intentionally
removed. That's because
(?-u:\B)
will be permitted in Unicode regexes inregex 1.9
, but the matching engines will guarantee to never report matchoffsets that split a codepoint. When the underlying syntactical error was
removed, no code was added to ensure that
(?-u:\B)
didn't compile in theregex 1.8
transition release. This release,regex 1.8.4
, adds that codesuch that
Regex::new(r"(?-u:\B)")
returns to theregex <1.8
behavior ofnot compiling. (A
bytes::Regex
can still of course compile it.)Bug fixes:
Fix a bug where
(?-u:\B)
was allowed in Unicode regexes, and in turn couldlead to match offsets that split a codepoint in
&str
.pyros2097/rust-embed
v6.7.0
syn
to v2.0 #211serde-rs/serde
v1.0.164
Compare Source
Stebalien/tempfile
v3.6.0
Compare Source
NamedTempFile
andSpooledTempFile
methods to the underlyingFile
object forbetter performance (especially vectorized writes, etc.).
AsFd
andAsHandle
.Microsoft/TypeScript
v5.1.3
: TypeScript 5.1.3Compare Source
For release notes, check out the release announcement.
For the complete list of fixed issues, check out the
Downloads are available on:
servo/rust-url
v2.4.0
Compare Source
Crate version bump
What's Changed
no_std
support forform_urlencoded
,data-url
andidna
by @madsmtm in https://github.com/servo/rust-url/pull/722New Contributors
Full Changelog: servo/rust-url@v2.3.1...v2.4.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 has been generated by Mend Renovate. View repository job log here.