build(deps): bump the dependencies group across 1 directory with 5 updates#734
Open
dependabot[bot] wants to merge 1 commit into
Open
build(deps): bump the dependencies group across 1 directory with 5 updates#734dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
e4c927c to
2694718
Compare
…dates Bumps the dependencies group with 3 updates in the / directory: [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum), [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) and [github.com/minio/minio-go/v7](https://github.com/minio/minio-go). Updates `github.com/ethereum/go-ethereum` from 1.17.2 to 1.17.3 - [Release notes](https://github.com/ethereum/go-ethereum/releases) - [Commits](ethereum/go-ethereum@v1.17.2...v1.17.3) Updates `github.com/mattn/go-sqlite3` from 1.14.44 to 1.14.45 - [Release notes](https://github.com/mattn/go-sqlite3/releases) - [Commits](mattn/go-sqlite3@v1.14.44...v1.14.45) Updates `github.com/minio/minio-go/v7` from 7.1.0 to 7.2.0 - [Release notes](https://github.com/minio/minio-go/releases) - [Commits](minio/minio-go@v7.1.0...v7.2.0) Updates `golang.org/x/crypto` from 0.50.0 to 0.51.0 - [Commits](golang/crypto@v0.50.0...v0.51.0) Updates `golang.org/x/text` from 0.36.0 to 0.37.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.36.0...v0.37.0) --- updated-dependencies: - dependency-name: github.com/ethereum/go-ethereum dependency-version: 1.17.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: github.com/mattn/go-sqlite3 dependency-version: 1.14.45 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: github.com/minio/minio-go/v7 dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: golang.org/x/crypto dependency-version: 0.51.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: golang.org/x/text dependency-version: 0.37.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
2694718 to
f919dca
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the dependencies group with 3 updates in the / directory: github.com/ethereum/go-ethereum, github.com/mattn/go-sqlite3 and github.com/minio/minio-go/v7.
Updates
github.com/ethereum/go-ethereumfrom 1.17.2 to 1.17.3Release notes
Sourced from github.com/ethereum/go-ethereum's releases.
... (truncated)
Commits
117e067version: release go-ethereum v1.17.3 stable (#34937)e1047b9core: use uint256 in core.Message (#34934)2f11dcccmd/geth: respect --dev=false (#34920)934a009triedb/pathdb: fix layer 5 key range in storage iterator traversal test (#34883)18beceeappveyor.yml: remove appveyor configuration (#34720)f63c265internal/download: close dst on io.Copy error (#34910)7facf9ccore/txpool: use cmp.Compare instead of subtraction (#34918)bcb68d2p2p: handle return false from TCPEndpoint (#34916)8581125crypto: add hash length check in nocgo VerifySignature (#33839)2ba9be9build: upgrade -dlgo version to Go 1.25.10 (#34911)Updates
github.com/mattn/go-sqlite3from 1.14.44 to 1.14.45Commits
7ca6a97Merge pull request #1404 from mattn/sqlite-amalgamation-3053002e2ab931Upgrade SQLite to version 305300275d8c60Merge pull request #1403 from dxbjavid/bind-text64-lengthd1ab49cbind via sqlite3_bind_text64/blob64 to avoid 32-bit length truncationb3b5216Merge pull request #1402 from dxbjavid/guard-resulttext-oversize2af23f7guard oversized string length in ResultText1a7264cMerge pull request #1400 from calmh/unsafereflect9accb92Merge pull request #1399 from calmh/uintsize9d6bf2cMerge pull request #1338 from calmh/dbstatfed9970modernise reflect.SliceHeader to unsafe.SliceUpdates
github.com/minio/minio-go/v7from 7.1.0 to 7.2.0Release notes
Sourced from github.com/minio/minio-go/v7's releases.
Commits
33792ecAdd RDMA / NVIDIA GPU Direct Storage support (#2233)6bb13f7Rename github.com/go-ini/ini to gopkg.in/ini.v1 (#2232)d6341dcUse go tool for ci-lint check (#2229)Updates
golang.org/x/cryptofrom 0.50.0 to 0.51.0Commits
b8a14a8go.mod: update golang.org/x dependencies9d9d507x509roots/fallback/bundle: fix bundle test with Go 1.27+fd0b90dacme: include Problem in OrderError.Errorb9e5359pbkdf2: turn into a wrapper for crypto/pbkdf2cc0e4fchkdf: forward Extract to the standard librarya8e9237x509roots/fallback: update bundleUpdates
golang.org/x/textfrom 0.36.0 to 0.37.0Commits
3ef517ego.mod: update golang.org/x dependencies