-
-
Notifications
You must be signed in to change notification settings - Fork 571
Commit 04c5ca2
authored
chore(deps): update rust crates (#5208)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [flate2](https://togithub.com/rust-lang/flate2-rs) |
workspace.dependencies | patch | `1.0.31` -> `1.0.33` |
| [prettyplease](https://togithub.com/dtolnay/prettyplease) |
workspace.dependencies | patch | `0.2.20` -> `0.2.22` |
| [quote](https://togithub.com/dtolnay/quote) | workspace.dependencies |
patch | `1.0.36` -> `1.0.37` |
| [serde](https://serde.rs)
([source](https://togithub.com/serde-rs/serde)) | workspace.dependencies
| patch | `1.0.208` -> `1.0.209` |
| [serde_json](https://togithub.com/serde-rs/json) |
workspace.dependencies | patch | `1.0.125` -> `1.0.127` |
---
### Release Notes
<details>
<summary>rust-lang/flate2-rs (flate2)</summary>
###
[`v1.0.33`](https://togithub.com/rust-lang/flate2-rs/releases/tag/1.0.33):
- fix minimal manifest versions
[Compare
Source](https://togithub.com/rust-lang/flate2-rs/compare/1.0.32...1.0.33)
#### What's Changed
- Fix msrv: Run msrv checks with minimal versions by
[@​NobodyXu](https://togithub.com/NobodyXu) in
[https://github.com/rust-lang/flate2-rs/pull/425](https://togithub.com/rust-lang/flate2-rs/pull/425)
#### New Contributors
- [@​NobodyXu](https://togithub.com/NobodyXu) made their first
contribution in
[https://github.com/rust-lang/flate2-rs/pull/425](https://togithub.com/rust-lang/flate2-rs/pull/425)
**Full Changelog**:
rust-lang/flate2-rs@1.0.32...1.0.33
###
[`v1.0.32`](https://togithub.com/rust-lang/flate2-rs/releases/tag/1.0.32):
- turn panic into error
[Compare
Source](https://togithub.com/rust-lang/flate2-rs/compare/1.0.31...1.0.32)
#### What's Changed
##### Fix
- Return error instead of packing on Z_MEM_ERROR by
[@​crazymerlyn](https://togithub.com/crazymerlyn) in
[https://github.com/rust-lang/flate2-rs/pull/423](https://togithub.com/rust-lang/flate2-rs/pull/423)
##### Other
- prepare new release by [@​Byron](https://togithub.com/Byron) in
[https://github.com/rust-lang/flate2-rs/pull/416](https://togithub.com/rust-lang/flate2-rs/pull/416)
- update miniz_oxide dependency to 0.8.x by
[@​oyvindln](https://togithub.com/oyvindln) in
[https://github.com/rust-lang/flate2-rs/pull/420](https://togithub.com/rust-lang/flate2-rs/pull/420)
- update maintenance guide with recent news by
[@​Byron](https://togithub.com/Byron) in
[https://github.com/rust-lang/flate2-rs/pull/419](https://togithub.com/rust-lang/flate2-rs/pull/419)
- Check minimal version of Rust that compiles by
[@​jongiddy](https://togithub.com/jongiddy) in
[https://github.com/rust-lang/flate2-rs/pull/421](https://togithub.com/rust-lang/flate2-rs/pull/421)
- Remove non-existent build in CI by
[@​jongiddy](https://togithub.com/jongiddy) in
[https://github.com/rust-lang/flate2-rs/pull/422](https://togithub.com/rust-lang/flate2-rs/pull/422)
#### New Contributors
- [@​crazymerlyn](https://togithub.com/crazymerlyn) made their
first contribution in
[https://github.com/rust-lang/flate2-rs/pull/423](https://togithub.com/rust-lang/flate2-rs/pull/423)
**Full Changelog**:
rust-lang/flate2-rs@1.0.31...1.0.32
</details>
<details>
<summary>dtolnay/prettyplease (prettyplease)</summary>
###
[`v0.2.22`](https://togithub.com/dtolnay/prettyplease/releases/tag/0.2.22)
[Compare
Source](https://togithub.com/dtolnay/prettyplease/compare/0.2.21...0.2.22)
- Support formatting precise capture `use<>` syntax
([#​80](https://togithub.com/dtolnay/prettyplease/issues/80))
###
[`v0.2.21`](https://togithub.com/dtolnay/prettyplease/releases/tag/0.2.21)
[Compare
Source](https://togithub.com/dtolnay/prettyplease/compare/0.2.20...0.2.21)
- Support formatting tail-call `become` expressions
([#​79](https://togithub.com/dtolnay/prettyplease/issues/79))
</details>
<details>
<summary>dtolnay/quote (quote)</summary>
### [`v1.0.37`](https://togithub.com/dtolnay/quote/releases/tag/1.0.37)
[Compare
Source](https://togithub.com/dtolnay/quote/compare/1.0.36...1.0.37)
- Implement ToTokens for CStr and CString
([#​283](https://togithub.com/dtolnay/quote/issues/283))
</details>
<details>
<summary>serde-rs/serde (serde)</summary>
###
[`v1.0.209`](https://togithub.com/serde-rs/serde/releases/tag/v1.0.209)
[Compare
Source](https://togithub.com/serde-rs/serde/compare/v1.0.208...v1.0.209)
- Fix deserialization of empty structs and empty tuples inside of
untagged enums
([#​2805](https://togithub.com/serde-rs/serde/issues/2805), thanks
[@​Mingun](https://togithub.com/Mingun))
</details>
<details>
<summary>serde-rs/json (serde_json)</summary>
###
[`v1.0.127`](https://togithub.com/serde-rs/json/releases/tag/1.0.127)
[Compare
Source](https://togithub.com/serde-rs/json/compare/1.0.126...1.0.127)
- Add more removal methods to OccupiedEntry
([#​1179](https://togithub.com/serde-rs/json/issues/1179), thanks
[@​GREsau](https://togithub.com/GREsau))
###
[`v1.0.126`](https://togithub.com/serde-rs/json/releases/tag/1.0.126)
[Compare
Source](https://togithub.com/serde-rs/json/compare/1.0.125...1.0.126)
- Improve string parsing on targets that use 32-bit pointers but also
have fast 64-bit integer arithmetic, such as
aarch64-unknown-linux-gnu_ilp32 and x86\_64-unknown-linux-gnux32
([#​1182](https://togithub.com/serde-rs/json/issues/1182), thanks
[@​CryZe](https://togithub.com/CryZe))
</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 becomes conflicted, or you tick the
rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.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://www.mend.io/free-developer-tools/renovate/). View the
[repository job log](https://developer.mend.io/github/oxc-project/oxc).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 004ffa0 commit 04c5ca2Copy full SHA for 04c5ca2
1 file changed
+31
-16
lines changed+31-16Lines changed: 31 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments