-
Notifications
You must be signed in to change notification settings - Fork 0
Bump the go_modules group across 1 directory with 4 updates #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
dependabot
wants to merge
1
commit into
master
Choose a base branch
from
dependabot/go_modules/go_modules-70a3cb7b45
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
Bumps the go_modules group with 3 updates in the / directory: [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum), [golang.org/x/crypto](https://github.com/golang/crypto) and [github.com/consensys/gnark-crypto](https://github.com/consensys/gnark-crypto). Updates `github.com/ethereum/go-ethereum` from 1.13.8 to 1.13.15 - [Release notes](https://github.com/ethereum/go-ethereum/releases) - [Commits](ethereum/go-ethereum@v1.13.8...v1.13.15) Updates `golang.org/x/crypto` from 0.21.0 to 0.45.0 - [Commits](golang/crypto@v0.21.0...v0.45.0) Updates `github.com/consensys/gnark-crypto` from 0.12.1 to 0.18.1 - [Release notes](https://github.com/consensys/gnark-crypto/releases) - [Changelog](https://github.com/Consensys/gnark-crypto/blob/master/CHANGELOG.md) - [Commits](Consensys/gnark-crypto@v0.12.1...v0.18.1) Updates `golang.org/x/net` from 0.23.0 to 0.47.0 - [Commits](golang/net@v0.23.0...v0.47.0) --- updated-dependencies: - dependency-name: github.com/ethereum/go-ethereum dependency-version: 1.13.15 dependency-type: direct:production dependency-group: go_modules - dependency-name: golang.org/x/crypto dependency-version: 0.45.0 dependency-type: direct:production dependency-group: go_modules - dependency-name: github.com/consensys/gnark-crypto dependency-version: 0.18.1 dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/net dependency-version: 0.47.0 dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <[email protected]>
Owner
|
the authority to correct this issue permantley
…On Wed, Nov 19, 2025, 7:35 PM dependabot[bot] ***@***.***> wrote:
This automated pull request fixes a security vulnerability
<https://github.com/FuzzysTodd/coseth/security/dependabot/7> (moderate
severity).
Learn more about Dependabot security updates
<https://docs.github.com/github/managing-security-vulnerabilities/configuring-dependabot-security-updates>.
------------------------------
Bumps the go_modules group with 3 updates in the / directory:
github.com/ethereum/go-ethereum, golang.org/x/crypto
<https://github.com/golang/crypto> and github.com/consensys/gnark-crypto.
Updates github.com/ethereum/go-ethereum from 1.13.8 to 1.13.15
Release notes
*Sourced from github.com/ethereum/go-ethereum's releases
<https://github.com/ethereum/go-ethereum/releases>.*
Ontamalca (v1.13.15)
Geth v1.13.15 is a maintenance-release that contains some fixes mainly to
avoid snapsync-related data-corruption.
We recommend all users to upgrade to v1.13.15 as soon as possible.
------------------------------
As with all our previous releases, you can find the:
- Pre-built binaries for all platforms on our downloads page
<https://geth.ethereum.org/downloads/>.
- Docker images published under ethereum/client-go
<https://cloud.docker.com/u/ethereum/repository/docker/ethereum/client-go>
.
- Ubuntu packages in our Launchpad PPA repository
<https://launchpad.net/~ethereum/+archive/ubuntu/ethereum>.
- OSX packages in our Homebrew Tap repository
<https://github.com/ethereum/homebrew-ethereum>.
Altaaya (v1.13.14)
Geth v1.13.14 is a small maintenance release with a handful of polishes to
the blob pool:
- Disallow blob transactions below the protocol minimum of 1 wei to
enter the pool (#29081
<https://redirect.github.com/ethereum/go-ethereum/pull/29081>).
- Reduce the blob pool's max capacity to 2.5GB for the rollout. (#29090
<https://redirect.github.com/ethereum/go-ethereum/pull/29090>).
- Fix gas estimation for blob transactions (#29085
<https://redirect.github.com/ethereum/go-ethereum/pull/29085>).
*This release is NOT critical for the Cancun fork, but recommended to make
Geth lighter in anticipation to unknown blob load.*
Other fixes:
- Support overriding the basefee during tracing (#29051
<https://redirect.github.com/ethereum/go-ethereum/pull/29051>).
- Fix call tracers missing top level logs in top-only mode (#29068
<https://redirect.github.com/ethereum/go-ethereum/pull/29068>).
- Support unlimited gas for eth_createAccessList if --gascap=0 (#28846
<https://redirect.github.com/ethereum/go-ethereum/pull/28846>).
For a full rundown of the changes please consult the Geth 1.13.14 release
milestone <https://github.com/ethereum/go-ethereum/milestone/162?closed=1>
.
------------------------------
As with all our previous releases, you can find the:
- Pre-built binaries for all platforms on our downloads page
<https://geth.ethereum.org/downloads/>.
- Docker images published under ethereum/client-go
<https://cloud.docker.com/u/ethereum/repository/docker/ethereum/client-go>
.
- Ubuntu packages in our Launchpad PPA repository
<https://launchpad.net/~ethereum/+archive/ubuntu/ethereum>.
- OSX packages in our Homebrew Tap repository
<https://github.com/ethereum/homebrew-ethereum>.
Alsages (v1.13.13)
This is a minor release with fixes for several issues related to the
upcoming Cancun mainnet fork. As such, it is recommended for all mainnet
users.
Changes in this release:
- Block-building performance with blob transactions has been improved
a lot. (#29026
<https://redirect.github.com/ethereum/go-ethereum/pull/29026>, #29008
<https://redirect.github.com/ethereum/go-ethereum/pull/29008>, #29005
<https://redirect.github.com/ethereum/go-ethereum/pull/29005>)
- A corner case in the EVM related to out-of-order fork scheduling has
been fixed. (#29023
<https://redirect.github.com/ethereum/go-ethereum/pull/29023>)
- eth_fillTransaction has seen some bug fixes related to blob
transactions as well. (#28929
<https://redirect.github.com/ethereum/go-ethereum/pull/28929>, #29037
<https://redirect.github.com/ethereum/go-ethereum/pull/29037>)
- A rare panic in the ethstats client related to chain reorgs is
resolved. (#29020
<https://redirect.github.com/ethereum/go-ethereum/pull/29020>)
- The blobpool database will now recover from disk corruption faults
instead of crashing geth on startup. (#29001
<https://redirect.github.com/ethereum/go-ethereum/pull/29001>)
... (truncated)
Commits
- c5ba367
<ethereum/go-ethereum@c5ba367>
params: release Geth v 1.13.15
- 35e0525
<ethereum/go-ethereum@35e0525>
core, eth/protocols/snap, trie: fix cause for snap-sync corruption,
implement...
- 7bcb553
<ethereum/go-ethereum@7bcb553>
eth/filters: enforce topic-limit early on filter criterias (#29535
<https://redirect.github.com/ethereum/go-ethereum/issues/29535>)
- e343ddf
<ethereum/go-ethereum@e343ddf>
core/rawdb: add sanity-limit to header accessor (#29534
<https://redirect.github.com/ethereum/go-ethereum/issues/29534>)
- 5dcf503
<ethereum/go-ethereum@5dcf503>
eth/protocols/snap: skip retrieval for completed storages (#29378
<https://redirect.github.com/ethereum/go-ethereum/issues/29378>)
- 2bd6bd0
<ethereum/go-ethereum@2bd6bd0>
Merge branch 'master' into release/1.13
- 9038ba6
<ethereum/go-ethereum@9038ba6>
params: release Geth v1.13.14
- 51b479e
<ethereum/go-ethereum@51b479e>
core/txpool: elevate the 'already reserved' error into a constant (
#29095 <https://redirect.github.com/ethereum/go-ethereum/issues/29095>)
- 5a0f468
<ethereum/go-ethereum@5a0f468>
eth/tracers: Fix callTracer logs on onlyTopCall == true (#29068
<https://redirect.github.com/ethereum/go-ethereum/issues/29068>)
- 45a272c
<ethereum/go-ethereum@45a272c>
core/txpool: no need to log loud rotate if no local txs (#29083
<https://redirect.github.com/ethereum/go-ethereum/issues/29083>)
- Additional commits viewable in compare view
<ethereum/go-ethereum@v1.13.8...v1.13.15>
Updates golang.org/x/crypto from 0.21.0 to 0.45.0
Commits
- 4e0068c
<golang/crypto@4e0068c>
go.mod: update golang.org/x dependencies
- e79546e
<golang/crypto@e79546e>
ssh: curb GSSAPI DoS risk by limiting number of specified OIDs
- f91f7a7
<golang/crypto@f91f7a7>
ssh/agent: prevent panic on malformed constraint
- 2df4153
<golang/crypto@2df4153>
acme/autocert: let automatic renewal work with short lifetime certs
- bcf6a84
<golang/crypto@bcf6a84>
acme: pass context to request
- b4f2b62
<golang/crypto@b4f2b62>
ssh: fix error message on unsupported cipher
- 79ec3a5
<golang/crypto@79ec3a5>
ssh: allow to bind to a hostname in remote forwarding
- 122a78f
<golang/crypto@122a78f>
go.mod: update golang.org/x dependencies
- c0531f9
<golang/crypto@c0531f9>
all: eliminate vet diagnostics
- 0997000
<golang/crypto@0997000>
all: fix some comments
- Additional commits viewable in compare view
<golang/crypto@v0.21.0...v0.45.0>
Updates github.com/consensys/gnark-crypto from 0.12.1 to 0.18.1
Release notes
*Sourced from github.com/consensys/gnark-crypto's releases
<https://github.com/consensys/gnark-crypto/releases>.*
v0.18.1
*Full Changelog*: ***@***.***
<Consensys/gnark-crypto@v0.18.0...v0.18.1>
v0.18.0 What's Changed
- perf: disable cobra bit reverse for small fields by @gbotrel
<https://github.com/gbotrel> in Consensys/gnark-crypto#662
<https://redirect.github.com/Consensys/gnark-crypto/pull/662>
- perf: adds avx512 poseidon2 for small fields by @gbotrel
<https://github.com/gbotrel> in Consensys/gnark-crypto#665
<https://redirect.github.com/Consensys/gnark-crypto/pull/665>
- GKR Gate Registry by @Tabaie <https://github.com/Tabaie> in
Consensys/gnark-crypto#652
<https://redirect.github.com/Consensys/gnark-crypto/pull/652>
- chore: remove unused benchmark script by @ivokub
<https://github.com/ivokub> in Consensys/gnark-crypto#675
<https://redirect.github.com/Consensys/gnark-crypto/pull/675>
- Remove GKR from gnark-crypto by @Tabaie <https://github.com/Tabaie>
in Consensys/gnark-crypto#670
<https://redirect.github.com/Consensys/gnark-crypto/pull/670>
- feat: make <31 bit field generated using uint32 by @gbotrel
<https://github.com/gbotrel> in Consensys/gnark-crypto#676
<https://redirect.github.com/Consensys/gnark-crypto/pull/676>
- refactor: hash to curve by @ivokub <https://github.com/ivokub> in
Consensys/gnark-crypto#674
<https://redirect.github.com/Consensys/gnark-crypto/pull/674>
- fix: Eisenstein Half-GCD convergence by @feltroidprime
<https://github.com/feltroidprime> in Consensys/gnark-crypto#680
<https://redirect.github.com/Consensys/gnark-crypto/pull/680>
- feat/hashregistry by @Tabaie <https://github.com/Tabaie> in
Consensys/gnark-crypto#687
<https://redirect.github.com/Consensys/gnark-crypto/pull/687>
- Feat/fftext by @YaoJGalteland <https://github.com/YaoJGalteland> in
Consensys/gnark-crypto#684
<https://redirect.github.com/Consensys/gnark-crypto/pull/684>
- Feat/vortex options by @ThomasPiellard
<https://github.com/ThomasPiellard> in Consensys/gnark-crypto#689
<https://redirect.github.com/Consensys/gnark-crypto/pull/689>
- [secp256k1]: replace outdated link to article by @gap-editor
<https://github.com/gap-editor> in Consensys/gnark-crypto#690
<https://redirect.github.com/Consensys/gnark-crypto/pull/690>
- feat: remove dependency on internal package in ecc.go by @gbotrel
<https://github.com/gbotrel> in Consensys/gnark-crypto#693
<https://redirect.github.com/Consensys/gnark-crypto/pull/693>
New Contributors
- @feltroidprime <https://github.com/feltroidprime> made their first
contribution in Consensys/gnark-crypto#680
<https://redirect.github.com/Consensys/gnark-crypto/pull/680>
- @YaoJGalteland <https://github.com/YaoJGalteland> made their first
contribution in Consensys/gnark-crypto#684
<https://redirect.github.com/Consensys/gnark-crypto/pull/684>
- @gap-editor <https://github.com/gap-editor> made their first
contribution in Consensys/gnark-crypto#690
<https://redirect.github.com/Consensys/gnark-crypto/pull/690>
*Full Changelog*: ***@***.***
<Consensys/gnark-crypto@v0.17.0...v0.18.0>
v0.17.0 What's Changed
- fix: missing Poseidon2 round keys by @Tabaie
<https://github.com/Tabaie> in Consensys/gnark-crypto#621
<https://redirect.github.com/Consensys/gnark-crypto/pull/621>
- feat: Poseidon2 Hash Instantiation for BLS12-377 by @Tabaie
<https://github.com/Tabaie> in Consensys/gnark-crypto#623
<https://redirect.github.com/Consensys/gnark-crypto/pull/623>
- feat: add Grumpkin elliptic curve (2-cycle with BN254) by @yelhousni
<https://github.com/yelhousni> in Consensys/gnark-crypto#625
<https://redirect.github.com/Consensys/gnark-crypto/pull/625>
- Perf: Poseidon2 GKR circuit by @Tabaie <https://github.com/Tabaie>
in Consensys/gnark-crypto#628
<https://redirect.github.com/Consensys/gnark-crypto/pull/628>
- feat: add sis avx512 and fft avx512 for koalabear by @gbotrel
<https://github.com/gbotrel> in Consensys/gnark-crypto#622
<https://redirect.github.com/Consensys/gnark-crypto/pull/622>
- InterpolateOnRange refactor by @Tabaie <https://github.com/Tabaie>
in Consensys/gnark-crypto#634
<https://redirect.github.com/Consensys/gnark-crypto/pull/634>
- chore: add auto close PR workflow by @gbotrel
<https://github.com/gbotrel> in Consensys/gnark-crypto#638
<https://redirect.github.com/Consensys/gnark-crypto/pull/638>
- perf: subgroup membership by @yelhousni
<https://github.com/yelhousni> in Consensys/gnark-crypto#635
<https://redirect.github.com/Consensys/gnark-crypto/pull/635>
- feat: poseidon2 for koala-bear, baby-bear and goldilocks by
@yelhousni <https://github.com/yelhousni> in
Consensys/gnark-crypto#629
<https://redirect.github.com/Consensys/gnark-crypto/pull/629>
- chore: generify poseidon2 parameters for other curves/fr by
@yelhousni <https://github.com/yelhousni> in
Consensys/gnark-crypto#636
<https://redirect.github.com/Consensys/gnark-crypto/pull/636>
- feat: baby-bear and koala-bear extensions of degree 4 by @yelhousni
<https://github.com/yelhousni> in Consensys/gnark-crypto#643
<https://redirect.github.com/Consensys/gnark-crypto/pull/643>
- fix: ensure fast path is taken only with fixed bound and degree by
@gbotrel <https://github.com/gbotrel> in Consensys/gnark-crypto#651
<https://redirect.github.com/Consensys/gnark-crypto/pull/651>
- Poseidon2 compression for small fields by @Tabaie
<https://github.com/Tabaie> in Consensys/gnark-crypto#644
<https://redirect.github.com/Consensys/gnark-crypto/pull/644>
- fix: poseidon2 templates by @yelhousni
<https://github.com/yelhousni> in Consensys/gnark-crypto#648
<https://redirect.github.com/Consensys/gnark-crypto/pull/648>
- test: improve NAF decomposition test coverage by @DeVikingMark
<https://github.com/DeVikingMark> in Consensys/gnark-crypto#617
<https://redirect.github.com/Consensys/gnark-crypto/pull/617>
- refactor: generate code for poseidon2_test by @yelhousni
<https://github.com/yelhousni> in Consensys/gnark-crypto#660
<https://redirect.github.com/Consensys/gnark-crypto/pull/660>
- test(bn254, bls12-381): test points intentionally not on sugroups
G1/2 by @yelhousni <https://github.com/yelhousni> in
Consensys/gnark-crypto#658
<https://redirect.github.com/Consensys/gnark-crypto/pull/658>
- refactor: generify small fields extensions by @yelhousni
<https://github.com/yelhousni> in Consensys/gnark-crypto#647
<https://redirect.github.com/Consensys/gnark-crypto/pull/647>
New Contributors
- @DeVikingMark <https://github.com/DeVikingMark> made their first
contribution in Consensys/gnark-crypto#617
<https://redirect.github.com/Consensys/gnark-crypto/pull/617>
... (truncated)
Changelog
*Sourced from github.com/consensys/gnark-crypto's changelog
<https://github.com/Consensys/gnark-crypto/blob/master/CHANGELOG.md>.*
[v0.18.1] - 2025-10-28 Docs
- add CHANGELOG for 0.18.1
Perf
- limit memory allocation during Vector deserialization (#759
<https://redirect.github.com/Consensys/gnark-crypto/issues/759>)
[v0.18.0] - 2025-06-09 Build
- *deps:* bump golang.org/x/crypto from 0.33.0 to 0.35.0 (#677
<https://redirect.github.com/Consensys/gnark-crypto/issues/677>)
Chore
- remove unused benchmark script (#675
<https://redirect.github.com/Consensys/gnark-crypto/issues/675>)
Docs
- replace outdated link to article (#690
<https://redirect.github.com/Consensys/gnark-crypto/issues/690>)
Experiment
- vortex on koalabear (#645
<https://redirect.github.com/Consensys/gnark-crypto/issues/645>)
Feat
- remove dependency on internal package in ecc.go (#693
<https://redirect.github.com/Consensys/gnark-crypto/issues/693>)
- make <31 bit field generated using uint32 (#676
<https://redirect.github.com/Consensys/gnark-crypto/issues/676>)
Fix
- remove unimplemented path from fft ext
- Eisenstein Half-GCD convergence (#680
<https://redirect.github.com/Consensys/gnark-crypto/issues/680>)
Perf
- adds avx512 poseidon2 for small fields (#665
<https://redirect.github.com/Consensys/gnark-crypto/issues/665>)
- remove useless copies in e4 mul by elem (#667
<https://redirect.github.com/Consensys/gnark-crypto/issues/667>)
- disable cobra bit reverse for small fields (#662
<https://redirect.github.com/Consensys/gnark-crypto/issues/662>)
Refactor
- hash to curve (#674
<https://redirect.github.com/Consensys/gnark-crypto/issues/674>)
[v0.17.0] - 2025-03-11 Chore
- remove useless github workflow
- generify poseidon2 parameters for other curves/fr (#636
<https://redirect.github.com/Consensys/gnark-crypto/issues/636>)
- add auto close PR workflow (#638
<https://redirect.github.com/Consensys/gnark-crypto/issues/638>)
Feat
- baby-bear and koala-bear extensions of degree 4 (#643
<https://redirect.github.com/Consensys/gnark-crypto/issues/643>)
- poseidon2 for koala-bear, baby-bear and goldilocks (#629
<https://redirect.github.com/Consensys/gnark-crypto/issues/629>)
- add sis avx512 and fft avx512 for koalabear (#622
<https://redirect.github.com/Consensys/gnark-crypto/issues/622>)
... (truncated)
Commits
- fb04e95
<Consensys/gnark-crypto@fb04e95>
docs: add CHANGELOG for 0.18.1
- 0a4d04a
<Consensys/gnark-crypto@0a4d04a>
perf: limit memory allocation during Vector deserialization (#759
<https://redirect.github.com/consensys/gnark-crypto/issues/759>)
- f8ab23a
<Consensys/gnark-crypto@f8ab23a>
fix: remove unimplemented path from fft ext
- 2b70394
<Consensys/gnark-crypto@2b70394>
feat: remove dependency on internal package in ecc.go (#693
<https://redirect.github.com/consensys/gnark-crypto/issues/693>)
- ca72a0f
<Consensys/gnark-crypto@ca72a0f>
docs: replace outdated link to article (#690
<https://redirect.github.com/consensys/gnark-crypto/issues/690>)
- 21614bd
<Consensys/gnark-crypto@21614bd>
Feat/vortex options (#689
<https://redirect.github.com/consensys/gnark-crypto/issues/689>)
- 0517915
<Consensys/gnark-crypto@0517915>
Feat/fftext (#684
<https://redirect.github.com/consensys/gnark-crypto/issues/684>)
- 404f8e5
<Consensys/gnark-crypto@404f8e5>
feat/hashregistry (#687
<https://redirect.github.com/consensys/gnark-crypto/issues/687>)
- 5660088
<Consensys/gnark-crypto@5660088>
fix: Eisenstein Half-GCD convergence (#680
<https://redirect.github.com/consensys/gnark-crypto/issues/680>)
- 1873045
<Consensys/gnark-crypto@1873045>
build(deps): bump golang.org/x/crypto from 0.33.0 to 0.35.0 (#677
<https://redirect.github.com/consensys/gnark-crypto/issues/677>)
- Additional commits viewable in compare view
<Consensys/gnark-crypto@v0.12.1...v0.18.1>
Updates golang.org/x/net from 0.23.0 to 0.47.0
Commits
- 9a29643
<golang/net@9a29643>
go.mod: update golang.org/x dependencies
- 07cefd8
<golang/net@07cefd8>
context: deprecate
- 5ac9dac
<golang/net@5ac9dac>
publicsuffix: don't treat ip addresses as domain names
- d1f64cc
<golang/net@d1f64cc>
quic: use testing/synctest
- fff0469
<golang/net@fff0469>
http2: document that RFC 7540 prioritization does not work with small
payloads
- f35e3a4
<golang/net@f35e3a4>
http2: fix weight overflow in RFC 7540 write scheduler
- 89adc90
<golang/net@89adc90>
http2: fix typo referring to RFC 9218 as RFC 9128 instead
- 8d76a2c
<golang/net@8d76a2c>
quic: don't defer MAX_STREAMS frames indefinitely
- 027f8b7
<golang/net@027f8b7>
quic: fix expected ACK Delay in client's ACK after HANDSHAKE_DONE
- dec9fe7
<golang/net@dec9fe7>
dns/dnsmessage: update SVCB packing to prohibit name compression
- Additional commits viewable in compare view
<golang/net@v0.23.0...v0.47.0>
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 <dependency name> ignore conditions will show all
of the ignore conditions of the specified dependency
- @dependabot ignore <dependency name> major version will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific dependency's
major version or upgrade to it yourself)
- @dependabot ignore <dependency name> minor version will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific dependency's
minor version or upgrade to it yourself)
- @dependabot ignore <dependency name> will close this group update PR
and stop Dependabot creating any more for the specific dependency (unless
you unignore this specific dependency or upgrade to it yourself)
- @dependabot unignore <dependency name> will remove all of the ignore
conditions of the specified dependency
- @dependabot unignore <dependency name> <ignore condition> will
remove the ignore condition of the specified dependency and ignore
conditions
You can disable automated security fix PRs for this repo from the Security
Alerts page <https://github.com/FuzzysTodd/coseth/network/alerts>.
------------------------------
You can view, comment on, or merge this pull request online at:
#14
Commit Summary
- 483c227
<483c227>
Bump the go_modules group across 1 directory with 4 updates
File Changes
(2 files <https://github.com/FuzzysTodd/coseth/pull/14/files>)
- *M* go.mod
<https://github.com/FuzzysTodd/coseth/pull/14/files#diff-33ef32bf6c23acb95f5902d7097b7a1d5128ca061167ec0716715b0b9eeaa5f6>
(33)
- *M* go.sum
<https://github.com/FuzzysTodd/coseth/pull/14/files#diff-3295df7234525439d778f1b282d146a4f1ff6b415248aaac074e8042d9f42d63>
(68)
Patch Links:
- https://github.com/FuzzysTodd/coseth/pull/14.patch
- https://github.com/FuzzysTodd/coseth/pull/14.diff
—
Reply to this email directly, view it on GitHub
<#14>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BFSEEBWVWUMAZVXZARS2LT335UEFDAVCNFSM6AAAAACMUKSNJSVHI2DSMVQWIX3LMV43ASLTON2WKOZTGY2DIOJQGY4TAMQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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 go_modules group with 3 updates in the / directory: github.com/ethereum/go-ethereum, golang.org/x/crypto and github.com/consensys/gnark-crypto.
Updates
github.com/ethereum/go-ethereumfrom 1.13.8 to 1.13.15Release notes
Sourced from github.com/ethereum/go-ethereum's releases.
... (truncated)
Commits
c5ba367params: release Geth v 1.13.1535e0525core, eth/protocols/snap, trie: fix cause for snap-sync corruption, implement...7bcb553eth/filters: enforce topic-limit early on filter criterias (#29535)e343ddfcore/rawdb: add sanity-limit to header accessor (#29534)5dcf503eth/protocols/snap: skip retrieval for completed storages (#29378)2bd6bd0Merge branch 'master' into release/1.139038ba6params: release Geth v1.13.1451b479ecore/txpool: elevate the 'already reserved' error into a constant (#29095)5a0f468eth/tracers: Fix callTracer logs on onlyTopCall == true (#29068)45a272ccore/txpool: no need to log loud rotate if no local txs (#29083)Updates
golang.org/x/cryptofrom 0.21.0 to 0.45.0Commits
4e0068cgo.mod: update golang.org/x dependenciese79546essh: curb GSSAPI DoS risk by limiting number of specified OIDsf91f7a7ssh/agent: prevent panic on malformed constraint2df4153acme/autocert: let automatic renewal work with short lifetime certsbcf6a84acme: pass context to requestb4f2b62ssh: fix error message on unsupported cipher79ec3a5ssh: allow to bind to a hostname in remote forwarding122a78fgo.mod: update golang.org/x dependenciesc0531f9all: eliminate vet diagnostics0997000all: fix some commentsUpdates
github.com/consensys/gnark-cryptofrom 0.12.1 to 0.18.1Release notes
Sourced from github.com/consensys/gnark-crypto's releases.
... (truncated)
Changelog
Sourced from github.com/consensys/gnark-crypto's changelog.
... (truncated)
Commits
fb04e95docs: add CHANGELOG for 0.18.10a4d04aperf: limit memory allocation during Vector deserialization (#759)f8ab23afix: remove unimplemented path from fft ext2b70394feat: remove dependency on internal package in ecc.go (#693)ca72a0fdocs: replace outdated link to article (#690)21614bdFeat/vortex options (#689)0517915Feat/fftext (#684)404f8e5feat/hashregistry (#687)5660088fix: Eisenstein Half-GCD convergence (#680)1873045build(deps): bump golang.org/x/crypto from 0.33.0 to 0.35.0 (#677)Updates
golang.org/x/netfrom 0.23.0 to 0.47.0Commits
9a29643go.mod: update golang.org/x dependencies07cefd8context: deprecate5ac9dacpublicsuffix: don't treat ip addresses as domain namesd1f64ccquic: use testing/synctestfff0469http2: document that RFC 7540 prioritization does not work with small payloadsf35e3a4http2: fix weight overflow in RFC 7540 write scheduler89adc90http2: fix typo referring to RFC 9218 as RFC 9128 instead8d76a2cquic: don't defer MAX_STREAMS frames indefinitely027f8b7quic: fix expected ACK Delay in client's ACK after HANDSHAKE_DONEdec9fe7dns/dnsmessage: update SVCB packing to prohibit name compressionDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.