Update wasmd@v0.60.2 dependencies#15
Conversation
- Upgrade cosmossdk.io/log from v1.6.0 to v1.6.1 - Upgrade github.com/CosmWasm/wasmd from v0.60.1 to v0.60.2 - Upgrade bytedance/sonic from v1.13.2 to v1.14.0 - Upgrade bytedance/sonic/loader from v0.2.4 to v0.3.0 This update ensures compatibility with the latest features and fixes in the respective libraries.
wasmd@v0.60.2 dependencies
wasmd@v0.60.2 dependencieswasmd@v0.60.2 dependencies
There was a problem hiding this comment.
Pull Request Overview
This PR updates four Go dependencies to their latest minor/patch versions across all module files in the repository.
Key changes:
- Updated cosmossdk.io/log from v1.6.0 to v1.6.1
- Updated github.com/CosmWasm/wasmd from v0.60.1 to v0.60.2
- Updated github.com/bytedance/sonic from v1.13.2 to v1.14.0 and its loader submodule from v0.2.4 to v0.3.0
Reviewed Changes
Copilot reviewed 4 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| go.mod | Updated direct and indirect dependencies to newer versions |
| go.sum | Updated checksums for the new dependency versions |
| integration-tests/go.mod | Updated dependencies to match root module versions |
| integration-tests/go.sum | Updated checksums for integration tests module |
| build/go.mod | Updated dependencies for build module |
| build/go.sum | Updated checksums for build module |
| go.work.sum | Added checksum entries for superseded versions in workspace |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
miladz68
left a comment
There was a problem hiding this comment.
@miladz68 reviewed 7 of 7 files at r1, all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on @masihyeganeh and @ysv)
ysv
left a comment
There was a problem hiding this comment.
@ysv reviewed 7 of 7 files at r1, all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on @masihyeganeh)
##Description
This update ensures compatibility with the latest features and fixes in the respective libraries.
Description
Reviewers checklist:
Authors checklist
This change is