Closed dependabot[bot] closed 3 months ago
The changes reflect an update to the dependency versions in the go.mod
file, enhancing the project's reliance on newer libraries. Specifically, cosmossdk.io/log
has been updated from version v1.3.1
to v1.4.1
, while golang.org/x/sys
has been upgraded from v0.19.0
to v0.22.0
. These updates likely include bug fixes and performance improvements, contributing to a more robust codebase.
Files | Change Summary |
---|---|
go.mod |
Updated cosmossdk.io/log from v1.3.1 to v1.4.1 ; updated golang.org/x/sys from v0.19.0 to v0.22.0 . |
In the meadow, hops a little hare,
With code that dances, free as air.
Libraries updated, fresh and bright,
Bugs take flight, into the night!
Hooray for changes, let’s all cheer,
For a smoother path, year after year! 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Looks like cosmossdk.io/log is up-to-date now, so this is no longer needed.
Bumps cosmossdk.io/log from 1.3.1 to 1.4.1.
Commits
6276b01
chore: fix all lint issue since golangci-lint bump (#21326)825e81b
refactor(x/mint): v0.52 audit x/mint (#21301)f8ab520
chore: fix spelling errors (#21327)aeeaca6
feat: export genesis in simapp v2 (#21199)e2ec889
fix(baseapp)!: Halt at height now does not produce the halt height block (#21...b01d5a0
refactor(scripts): remove unused variable (#21320)0f39b4e
chore(schema/testing): upgrade to go 1.23 iterators (#21282)858ec2f
chore: readmes + upgrading docs (#21271)1cb2336
feat(client): add auto cli for node service (#21074)adf5d1b
ci: fix github workflow vulnerable to script injection (#21304)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show
Summary by CodeRabbit