Skip to content

Commit f479c2e

Browse files
authored
build(deps): bump sonic in log (#23927)
1 parent 159bba1 commit f479c2e

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

log/CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ Each entry must include the Github issue reference in the following format:
2222

2323
## [Unreleased]
2424

25-
## [v1.5.0](https://github.com/cosmos/cosmos-sdk/releases/tag/log/v1.4.1) - 2024-11-07
25+
## [v1.5.1](https://github.com/cosmos/cosmos-sdk/releases/tag/log/v1.5.1) - 2025-03-07
26+
27+
* [#23927](https://github.com/cosmos/cosmos-sdk/pull/23927) Bump sonic json library to [v1.3.0](https://github.com/bytedance/sonic/releases/tag/v1.13.0) for Go 1.24 compatibility.
28+
29+
## [v1.5.0](https://github.com/cosmos/cosmos-sdk/releases/tag/log/v1.5.0) - 2024-11-07
2630

2731
* [#22466](https://github.com/cosmos/cosmos-sdk/pull/22466) Disable coloring in testing logger.
2832
* [#22233](https://github.com/cosmos/cosmos-sdk/pull/22233) Use sonic json library for faster json handling.

log/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module cosmossdk.io/log
33
go 1.22
44

55
require (
6-
github.com/bytedance/sonic v1.12.8
6+
github.com/bytedance/sonic v1.13.0
77
github.com/pkg/errors v0.9.1
88
github.com/rs/zerolog v1.33.0
99
)

log/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/bytedance/sonic v1.12.8 h1:4xYRVRlXIgvSZ4e8iVTlMF5szgpXd4AfvuWgA8I8lgs=
2-
github.com/bytedance/sonic v1.12.8/go.mod h1:uVvFidNmlt9+wa31S1urfwwthTWteBgG0hWuoKAXTx8=
1+
github.com/bytedance/sonic v1.13.0 h1:R+aSALdYjFT39PoytNFIxV8W7rb/ZxRpdQd+1TFZ2F0=
2+
github.com/bytedance/sonic v1.13.0/go.mod h1:uVvFidNmlt9+wa31S1urfwwthTWteBgG0hWuoKAXTx8=
33
github.com/bytedance/sonic/loader v0.1.1/go.mod h1:ncP89zfokxS5LZrJxl5z0UJcsk4M4yY2JpfqGeCtNLU=
44
github.com/bytedance/sonic/loader v0.2.3 h1:yctD0Q3v2NOGfSWPLPvG2ggA2kV6TS6s4wioyEqssH0=
55
github.com/bytedance/sonic/loader v0.2.3/go.mod h1:N8A3vUdtUebEY2/VQC0MyhYeKUFosQU6FxH2JmUe6VI=

0 commit comments

Comments
 (0)