Skip to content

Commit

Permalink
chore(deps): update rust crates (#74)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [serde_json](https://togithub.com/serde-rs/json) | dependencies |
patch | `1.0.122` -> `1.0.124` |
| [syn](https://togithub.com/dtolnay/syn) | dependencies | patch |
`2.0.72` -> `2.0.74` |

---

### Release Notes

<details>
<summary>serde-rs/json (serde_json)</summary>

###
[`v1.0.124`](https://togithub.com/serde-rs/json/releases/tag/v1.0.124)

[Compare
Source](https://togithub.com/serde-rs/json/compare/v1.0.123...v1.0.124)

- Fix a bug in processing string escapes in big-endian architectures
([#&#8203;1173](https://togithub.com/serde-rs/json/issues/1173), thanks
[@&#8203;purplesyringa](https://togithub.com/purplesyringa))

###
[`v1.0.123`](https://togithub.com/serde-rs/json/releases/tag/v1.0.123)

[Compare
Source](https://togithub.com/serde-rs/json/compare/v1.0.122...v1.0.123)

- Optimize string parsing by applying SIMD-within-a-register: 30.3%
improvement on
[twitter.json](https://togithub.com/miloyip/nativejson-benchmark/blob/v1.0.0/data/twitter.json)
from 613 MB/s to 799 MB/s
([#&#8203;1161](https://togithub.com/serde-rs/json/issues/1161), thanks
[@&#8203;purplesyringa](https://togithub.com/purplesyringa))

</details>

<details>
<summary>dtolnay/syn (syn)</summary>

### [`v2.0.74`](https://togithub.com/dtolnay/syn/releases/tag/2.0.74)

[Compare
Source](https://togithub.com/dtolnay/syn/compare/2.0.73...2.0.74)

- Fix *"temporary is dropped and runs the destructor for type \`impl
Iterator\`"* regression affecting certain use of `Generics` iterator
methods ([#&#8203;1719](https://togithub.com/dtolnay/syn/issues/1719))

### [`v2.0.73`](https://togithub.com/dtolnay/syn/releases/tag/2.0.73)

[Compare
Source](https://togithub.com/dtolnay/syn/compare/2.0.72...2.0.73)

- Support parsing unnamed C varargs within function pointer types
([#&#8203;1711](https://togithub.com/dtolnay/syn/issues/1711))
- Improve synthesized error message on unexpected tokens at the end of
the expected contents of a delimited group
([#&#8203;1713](https://togithub.com/dtolnay/syn/issues/1713))
- Support parsing unstable tail call syntax
([#&#8203;1714](https://togithub.com/dtolnay/syn/issues/1714),
[https://github.com/rust-lang/rust/issues/112788](https://togithub.com/rust-lang/rust/issues/112788))
- Add
[`Fields::members`](https://docs.rs/syn/2.0.73/syn/enum.Fields.html#method.members)
iterator ([#&#8203;1716](https://togithub.com/dtolnay/syn/issues/1716),
thanks [@&#8203;Fancyflame](https://togithub.com/Fancyflame))

</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/Boshen/cargo-shear).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yMC4xIiwidXBkYXRlZEluVmVyIjoiMzguMjAuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 12, 2024
1 parent 5a7038d commit 68573e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 68573e1

Please sign in to comment.