Commit 288cbf4
authored
fix(deps): Update module github.com/bytedance/sonic to v1.10.2 (#147)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/bytedance/sonic](https://togithub.com/bytedance/sonic) | indirect | patch | `v1.10.1` -> `v1.10.2` |
---
### Release Notes
<details>
<summary>bytedance/sonic (github.com/bytedance/sonic)</summary>
### [`v1.10.2`](https://togithub.com/bytedance/sonic/releases/tag/v1.10.2)
[Compare Source](https://togithub.com/bytedance/sonic/compare/v1.10.1...v1.10.2)
#### Bugfix
- \[[#​521](https://togithub.com/bytedance/sonic/issues/521)] use int64 for MaxInt48 to compile in x86 arch
- \[[#​530](https://togithub.com/bytedance/sonic/issues/530)] unnecessary ptr check `json.Unmarshaler`
- \[[#​531](https://togithub.com/bytedance/sonic/issues/531)] missing write-barrier when truncate empty slice
- \[[#​533](https://togithub.com/bytedance/sonic/issues/533)] not use rbp in JIT
#### New Contributors
- [@​ancientmodern](https://togithub.com/ancientmodern) made their first contribution in [https://github.com/bytedance/sonic/pull/528](https://togithub.com/bytedance/sonic/pull/528)
- [@​CrazyHarb](https://togithub.com/CrazyHarb) made their first contribution in [https://github.com/bytedance/sonic/pull/521](https://togithub.com/bytedance/sonic/pull/521)
**Full Changelog**: bytedance/sonic@v1.10.1...v1.10.2
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), 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.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDkuNCIsInVwZGF0ZWRJblZlciI6IjM2LjEwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->1 parent c04cde4 commit 288cbf4
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
| 31 | + | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments