-
-
Notifications
You must be signed in to change notification settings - Fork 502
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 rust crates #7467
Conversation
Branch automerge failureThis PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.
|
Your org has enabled the Graphite merge queue for merging into mainAdd the label “0-merge” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
50e17d5
to
85f8d00
Compare
CodSpeed Performance ReportMerging #7467 will not alter performanceComparing Summary
|
85f8d00
to
e38d0b1
Compare
e38d0b1
to
b6a00a7
Compare
Waiting for rustls/rustls#2227 (comment) |
303a85f
to
f8b0e15
Compare
f8b0e15
to
86ae939
Compare
f884d7b
to
55296b7
Compare
Merge activity
|
624b580
to
59cb667
Compare
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [allocator-api2](https://redirect.github.com/zakarumych/allocator-api2) | workspace.dependencies | patch | `0.2.18` -> `0.2.20` | | [flate2](https://redirect.github.com/rust-lang/flate2-rs) | workspace.dependencies | patch | `1.0.34` -> `1.0.35` | | [itoa](https://redirect.github.com/dtolnay/itoa) | workspace.dependencies | patch | `1.0.11` -> `1.0.13` | | [oxc_resolver](https://redirect.github.com/oxc-project/oxc-resolver) | workspace.dependencies | minor | `2.0.0` -> `2.1.1` | | [proc-macro2](https://redirect.github.com/dtolnay/proc-macro2) | workspace.dependencies | patch | `1.0.89` -> `1.0.92` | | [serde](https://serde.rs) ([source](https://redirect.github.com/serde-rs/serde)) | workspace.dependencies | patch | `1.0.214` -> `1.0.215` | | [serde_json](https://redirect.github.com/serde-rs/json) | workspace.dependencies | patch | `1.0.132` -> `1.0.133` | | [tempfile](https://stebalien.com/projects/tempfile-rs/) ([source](https://redirect.github.com/Stebalien/tempfile)) | workspace.dependencies | minor | `3.13.0` -> `3.14.0` | | [tokio](https://tokio.rs) ([source](https://redirect.github.com/tokio-rs/tokio)) | workspace.dependencies | patch | `1.41.0` -> `1.41.1` | | [url](https://redirect.github.com/servo/rust-url) | workspace.dependencies | patch | `2.5.3` -> `2.5.4` | --- ### Release Notes <details> <summary>rust-lang/flate2-rs (flate2)</summary> ### [`v1.0.35`](https://redirect.github.com/rust-lang/flate2-rs/releases/tag/1.0.35): - security update to zlib-rs [Compare Source](https://redirect.github.com/rust-lang/flate2-rs/compare/1.0.34...1.0.35) #### What's Changed - Upgrade actions/upload-artifact by [@​jdno](https://redirect.github.com/jdno) in [https://github.com/rust-lang/flate2-rs/pull/438](https://redirect.github.com/rust-lang/flate2-rs/pull/438) - upgrade zlib-rs to version `0.4.0` by [@​folkertdev](https://redirect.github.com/folkertdev) in [https://github.com/rust-lang/flate2-rs/pull/439](https://redirect.github.com/rust-lang/flate2-rs/pull/439) #### New Contributors - [@​jdno](https://redirect.github.com/jdno) made their first contribution in [https://github.com/rust-lang/flate2-rs/pull/438](https://redirect.github.com/rust-lang/flate2-rs/pull/438) **Full Changelog**: rust-lang/flate2-rs@1.0.34...1.0.35 </details> <details> <summary>dtolnay/itoa (itoa)</summary> ### [`v1.0.13`](https://redirect.github.com/dtolnay/itoa/releases/tag/1.0.13) [Compare Source](https://redirect.github.com/dtolnay/itoa/compare/1.0.12...1.0.13) - Code cleanup ([#​48](https://redirect.github.com/dtolnay/itoa/issues/48), [#​49](https://redirect.github.com/dtolnay/itoa/issues/49), [#​50](https://redirect.github.com/dtolnay/itoa/issues/50), [#​51](https://redirect.github.com/dtolnay/itoa/issues/51), [#​52](https://redirect.github.com/dtolnay/itoa/issues/52), [#​53](https://redirect.github.com/dtolnay/itoa/issues/53), [#​54](https://redirect.github.com/dtolnay/itoa/issues/54), [#​55](https://redirect.github.com/dtolnay/itoa/issues/55)) ### [`v1.0.12`](https://redirect.github.com/dtolnay/itoa/releases/tag/1.0.12) [Compare Source](https://redirect.github.com/dtolnay/itoa/compare/1.0.11...1.0.12) - Add itoa::Integer::MAX_STR_LEN associated constant ([#​45](https://redirect.github.com/dtolnay/itoa/issues/45), thanks [@​SUPERCILEX](https://redirect.github.com/SUPERCILEX)) </details> <details> <summary>oxc-project/oxc-resolver (oxc_resolver)</summary> ### [`v2.1.1`](https://redirect.github.com/oxc-project/oxc-resolver/blob/HEAD/CHANGELOG.md#211---2024-11-22) [Compare Source](https://redirect.github.com/oxc-project/oxc-resolver/compare/oxc_resolver-v2.1.0...oxc_resolver-v2.1.1) ##### Performance - reduce hash while resolving package.json ([#​319](https://redirect.github.com/oxc-project/oxc-resolver/pull/319)) - reduce memory allocation while normalizing package path ([#​318](https://redirect.github.com/oxc-project/oxc-resolver/pull/318)) - reduce memory allocation while resolving package.json ([#​317](https://redirect.github.com/oxc-project/oxc-resolver/pull/317)) - use `path.as_os_str().hash()` instead of `path.hash()` ([#​316](https://redirect.github.com/oxc-project/oxc-resolver/pull/316)) - reduce memory allocation by using a thread_local path for path methods ([#​315](https://redirect.github.com/oxc-project/oxc-resolver/pull/315)) ##### Other - remove the deprecated simdutf8 aarch64\_neon feature - mention extension must start with a `.` in `with_extension` ([#​313](https://redirect.github.com/oxc-project/oxc-resolver/pull/313)) ### [`v2.1.0`](https://redirect.github.com/oxc-project/oxc-resolver/blob/HEAD/CHANGELOG.md#210---2024-11-20) [Compare Source](https://redirect.github.com/oxc-project/oxc-resolver/compare/oxc_resolver-v2.0.1...oxc_resolver-v2.1.0) ##### Added - add `Resolver::resolve_tsconfig` API ([#​312](https://redirect.github.com/oxc-project/oxc-resolver/pull/312)) ##### Fixed - don't panic when resolving `/` with `roots` ([#​310](https://redirect.github.com/oxc-project/oxc-resolver/pull/310)) - use same UNC path normalization logic with libuv ([#​306](https://redirect.github.com/oxc-project/oxc-resolver/pull/306)) ##### Other - *(deps)* update rust crates to v1.0.215 - fix symlink test init on windows ([#​307](https://redirect.github.com/oxc-project/oxc-resolver/pull/307)) ### [`v2.0.1`](https://redirect.github.com/oxc-project/oxc-resolver/blob/HEAD/CHANGELOG.md#201---2024-11-08) [Compare Source](https://redirect.github.com/oxc-project/oxc-resolver/compare/oxc_resolver-v2.0.0...oxc_resolver-v2.0.1) ##### Other - `cargo upgrade` && `pnpm upgrade` - bring back the symlink optimization ([#​298](https://redirect.github.com/oxc-project/oxc-resolver/pull/298)) - *(deps)* update rust crate criterion2 to v2 </details> <details> <summary>dtolnay/proc-macro2 (proc-macro2)</summary> ### [`v1.0.92`](https://redirect.github.com/dtolnay/proc-macro2/releases/tag/1.0.92) [Compare Source](https://redirect.github.com/dtolnay/proc-macro2/compare/1.0.91...1.0.92) - Improve compiler/fallback mismatch panic message ([#​487](https://redirect.github.com/dtolnay/proc-macro2/issues/487)) ### [`v1.0.91`](https://redirect.github.com/dtolnay/proc-macro2/releases/tag/1.0.91) [Compare Source](https://redirect.github.com/dtolnay/proc-macro2/compare/1.0.90...1.0.91) - Fix panic *"compiler/fallback mismatch 949"* when using TokenStream::from_str from inside a proc macro to parse a string containing doc comment ([#​484](https://redirect.github.com/dtolnay/proc-macro2/issues/484)) ### [`v1.0.90`](https://redirect.github.com/dtolnay/proc-macro2/releases/tag/1.0.90) [Compare Source](https://redirect.github.com/dtolnay/proc-macro2/compare/1.0.89...1.0.90) - Improve error recovery in TokenStream's and Literal's FromStr implementations to work around [https://github.com/rust-lang/rust/issues/58736](https://redirect.github.com/rust-lang/rust/issues/58736) such that rustc does not poison compilation on codepaths that should be recoverable errors ([#​477](https://redirect.github.com/dtolnay/proc-macro2/issues/477), [#​478](https://redirect.github.com/dtolnay/proc-macro2/issues/478), [#​479](https://redirect.github.com/dtolnay/proc-macro2/issues/479), [#​480](https://redirect.github.com/dtolnay/proc-macro2/issues/480), [#​481](https://redirect.github.com/dtolnay/proc-macro2/issues/481), [#​482](https://redirect.github.com/dtolnay/proc-macro2/issues/482)) </details> <details> <summary>serde-rs/serde (serde)</summary> ### [`v1.0.215`](https://redirect.github.com/serde-rs/serde/releases/tag/v1.0.215) [Compare Source](https://redirect.github.com/serde-rs/serde/compare/v1.0.214...v1.0.215) - Produce warning when multiple fields or variants have the same deserialization name ([#​2855](https://redirect.github.com/serde-rs/serde/issues/2855), [#​2856](https://redirect.github.com/serde-rs/serde/issues/2856), [#​2857](https://redirect.github.com/serde-rs/serde/issues/2857)) </details> <details> <summary>serde-rs/json (serde_json)</summary> ### [`v1.0.133`](https://redirect.github.com/serde-rs/json/releases/tag/v1.0.133) [Compare Source](https://redirect.github.com/serde-rs/json/compare/v1.0.132...v1.0.133) - Implement From<\[T; N]> for serde_json::Value ([#​1215](https://redirect.github.com/serde-rs/json/issues/1215)) </details> <details> <summary>Stebalien/tempfile (tempfile)</summary> ### [`v3.14.0`](https://redirect.github.com/Stebalien/tempfile/blob/HEAD/CHANGELOG.md#3140) [Compare Source](https://redirect.github.com/Stebalien/tempfile/compare/v3.13.0...v3.14.0) - Make the wasip2 target work (requires tempfile's "nightly" feature to be enabled). [#​305](https://redirect.github.com/Stebalien/tempfile/pull/305). - Allow older windows-sys versions [#​304](https://redirect.github.com/Stebalien/tempfile/pull/304). </details> <details> <summary>tokio-rs/tokio (tokio)</summary> ### [`v1.41.1`](https://redirect.github.com/tokio-rs/tokio/releases/tag/tokio-1.41.1): Tokio v1.41.1 [Compare Source](https://redirect.github.com/tokio-rs/tokio/compare/tokio-1.41.0...tokio-1.41.1) ### 1.41.1 (Nov 7th, 2024) ##### Fixed - metrics: fix bug with wrong number of buckets for the histogram ([#​6957]) - net: display `net` requirement for `net::UdpSocket` in docs ([#​6938]) - net: fix typo in `TcpStream` internal comment ([#​6944]) [#​6957]: https://redirect.github.com/tokio-rs/tokio/pull/6957 [#​6938]: https://redirect.github.com/tokio-rs/tokio/pull/6938 [#​6944]: https://redirect.github.com/tokio-rs/tokio/pull/6944 </details> <details> <summary>servo/rust-url (url)</summary> ### [`v2.5.4`](https://redirect.github.com/servo/rust-url/releases/tag/v2.5.4) [Compare Source](https://redirect.github.com/servo/rust-url/compare/v2.5.3...v2.5.4) ##### What's Changed - Revert "Normalize URL paths: convert /.//p, /..//p, and //p to p ([#​943](https://redirect.github.com/servo/rust-url/issues/943))" by [@​valenting](https://redirect.github.com/valenting) in [https://github.com/servo/rust-url/pull/999](https://redirect.github.com/servo/rust-url/pull/999) - Updates the MSRV to 1.63 required though the libc v0.2.164 dependency **Full Changelog**: servo/rust-url@v2.5.3...v2.5.4 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 10am on monday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/oxc-project/oxc). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
517f341
to
17fb7e5
Compare
This PR contains the following updates:
0.2.18
->0.2.20
1.0.34
->1.0.35
1.0.11
->1.0.13
2.0.0
->2.1.1
1.0.89
->1.0.92
1.0.214
->1.0.215
1.0.132
->1.0.133
3.13.0
->3.14.0
1.41.0
->1.41.1
2.5.3
->2.5.4
Release Notes
rust-lang/flate2-rs (flate2)
v1.0.35
: - security update to zlib-rsCompare Source
What's Changed
0.4.0
by @folkertdev in https://github.com/rust-lang/flate2-rs/pull/439New Contributors
Full Changelog: rust-lang/flate2-rs@1.0.34...1.0.35
dtolnay/itoa (itoa)
v1.0.13
Compare Source
v1.0.12
Compare Source
oxc-project/oxc-resolver (oxc_resolver)
v2.1.1
Compare Source
Performance
path.as_os_str().hash()
instead ofpath.hash()
(#316)Other
.
inwith_extension
(#313)v2.1.0
Compare Source
Added
Resolver::resolve_tsconfig
API (#312)Fixed
/
withroots
(#310)Other
v2.0.1
Compare Source
Other
cargo upgrade
&&pnpm upgrade
dtolnay/proc-macro2 (proc-macro2)
v1.0.92
Compare Source
v1.0.91
Compare Source
v1.0.90
Compare Source
serde-rs/serde (serde)
v1.0.215
Compare Source
serde-rs/json (serde_json)
v1.0.133
Compare Source
Stebalien/tempfile (tempfile)
v3.14.0
Compare Source
tokio-rs/tokio (tokio)
v1.41.1
: Tokio v1.41.1Compare Source
1.41.1 (Nov 7th, 2024)
Fixed
net
requirement fornet::UdpSocket
in docs (#6938)TcpStream
internal comment (#6944)servo/rust-url (url)
v2.5.4
Compare Source
What's Changed
Full Changelog: servo/rust-url@v2.5.3...v2.5.4
Configuration
📅 Schedule: Branch creation - "before 10am on monday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.