Skip to content

Commit 288cbf4

Browse files
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 - \[[#&#8203;521](https://togithub.com/bytedance/sonic/issues/521)] use int64 for MaxInt48 to compile in x86 arch - \[[#&#8203;530](https://togithub.com/bytedance/sonic/issues/530)] unnecessary ptr check `json.Unmarshaler` - \[[#&#8203;531](https://togithub.com/bytedance/sonic/issues/531)] missing write-barrier when truncate empty slice - \[[#&#8203;533](https://togithub.com/bytedance/sonic/issues/533)] not use rbp in JIT #### New Contributors - [@&#8203;ancientmodern](https://togithub.com/ancientmodern) made their first contribution in [https://github.com/bytedance/sonic/pull/528](https://togithub.com/bytedance/sonic/pull/528) - [@&#8203;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

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ require (
3333
github.com/andybalholm/brotli v1.0.6 // indirect
3434
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
3535
github.com/aymerick/douceur v0.2.0 // indirect
36-
github.com/bytedance/sonic v1.10.1 // indirect
36+
github.com/bytedance/sonic v1.10.2 // indirect
3737
github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect
3838
github.com/chenzhuoyu/iasm v0.9.0 // indirect
3939
github.com/deepmap/oapi-codegen v1.15.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ github.com/aymerick/douceur v0.2.0/go.mod h1:wlT5vV2O3h55X9m7iVYN0TBM0NH/MmbLnd3
2828
github.com/bmatcuk/doublestar v1.1.1/go.mod h1:UD6OnuiIn0yFxxA2le/rnRU1G4RaI4UvFv1sNto9p6w=
2929
github.com/bytedance/sonic v1.5.0/go.mod h1:ED5hyg4y6t3/9Ku1R6dU/4KyJ48DZ4jPhfY1O2AihPM=
3030
github.com/bytedance/sonic v1.10.0-rc/go.mod h1:ElCzW+ufi8qKqNW0FY314xriJhyJhuoJ3gFZdAHF7NM=
31-
github.com/bytedance/sonic v1.10.1 h1:7a1wuFXL1cMy7a3f7/VFcEtriuXQnUBhtoVfOZiaysc=
32-
github.com/bytedance/sonic v1.10.1/go.mod h1:iZcSUejdk5aukTND/Eu/ivjQuEL0Cu9/rf50Hi0u/g4=
31+
github.com/bytedance/sonic v1.10.2 h1:GQebETVBxYB7JGWJtLBi07OVzWwt+8dWA00gEVW2ZFE=
32+
github.com/bytedance/sonic v1.10.2/go.mod h1:iZcSUejdk5aukTND/Eu/ivjQuEL0Cu9/rf50Hi0u/g4=
3333
github.com/chenzhuoyu/base64x v0.0.0-20211019084208-fb5309c8db06/go.mod h1:DH46F32mSOjUmXrMHnKwZdA8wcEefY7UVqBKYGjpdQY=
3434
github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311/go.mod h1:b583jCggY9gE99b6G5LEC39OIiVsWj+R97kbl5odCEk=
3535
github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d h1:77cEq6EriyTZ0g/qfRdp61a3Uu/AWrgIq2s0ClJV1g0=

0 commit comments

Comments
 (0)