Skip to content

Commit 1fa97bd

Browse files
build(deps): Bump github.com/drand/kyber from 1.3.1 to 1.3.2 (#4186)
Bumps [github.com/drand/kyber](https://github.com/drand/kyber) from 1.3.1 to 1.3.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/drand/kyber/releases">github.com/drand/kyber's releases</a>.</em></p> <blockquote> <h2>v1.3.2</h2> <h2>What's Changed</h2> <ul> <li>avoid race condition in MakeAffine/ValidatePairing by <a href="https://github.com/kevincharm"><code>@​kevincharm</code></a> in <a href="https://redirect.github.com/drand/kyber/pull/59">drand/kyber#59</a></li> <li>Fixing tests in <a href="https://redirect.github.com/drand/kyber/issues/64">#64</a> by <a href="https://github.com/AnomalRoil"><code>@​AnomalRoil</code></a> in <a href="https://redirect.github.com/drand/kyber/pull/65">drand/kyber#65</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/drand/kyber/compare/v1.3.0...v1.3.2">https://github.com/drand/kyber/compare/v1.3.0...v1.3.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/drand/kyber/commit/2ba1b564bc4a26225fdb7cdbc4f98a005ab973b3"><code>2ba1b56</code></a> Updating dependencies</li> <li><a href="https://github.com/drand/kyber/commit/a37040d873748a0bc887d2b886a95abf46e252a5"><code>a37040d</code></a> GHA and tests improvements</li> <li><a href="https://github.com/drand/kyber/commit/83f793f865892cf5cfccbc62053b06c182859a0d"><code>83f793f</code></a> Fixing tests in <a href="https://redirect.github.com/drand/kyber/issues/64">#64</a> (<a href="https://redirect.github.com/drand/kyber/issues/65">#65</a>)</li> <li><a href="https://github.com/drand/kyber/commit/98847f3d0e3f02d372b8be8a146b953fc8279208"><code>98847f3</code></a> Create FUNDING.json</li> <li>See full diff in <a href="https://github.com/drand/kyber/compare/v1.3.1...v1.3.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/drand/kyber&package-manager=go_modules&previous-version=1.3.1&new-version=1.3.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
1 parent 2cbb4b2 commit 1fa97bd

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/attestantio/go-eth2-client v0.27.1
99
github.com/coinbase/kryptology v1.5.6-0.20220316191335-269410e1b06b
1010
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0
11-
github.com/drand/kyber v1.3.1
11+
github.com/drand/kyber v1.3.2
1212
github.com/drand/kyber-bls12381 v0.3.4
1313
github.com/ethereum/go-ethereum v1.16.7
1414
github.com/ferranbt/fastssz v1.0.0
@@ -80,7 +80,7 @@ require (
8080
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
8181
github.com/benbjohnson/clock v1.3.5 // indirect
8282
github.com/beorn7/perks v1.0.1 // indirect
83-
github.com/bits-and-blooms/bitset v1.22.0 // indirect
83+
github.com/bits-and-blooms/bitset v1.24.4 // indirect
8484
github.com/bufbuild/buf v1.58.0 // indirect
8585
github.com/bufbuild/protocompile v0.14.1 // indirect
8686
github.com/bufbuild/protoplugin v0.0.0-20250218205857-750e09ce93e1 // indirect
@@ -93,7 +93,7 @@ require (
9393
github.com/cockroachdb/pebble v1.1.5 // indirect
9494
github.com/cockroachdb/redact v1.1.6 // indirect
9595
github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 // indirect
96-
github.com/consensys/gnark-crypto v0.18.1 // indirect
96+
github.com/consensys/gnark-crypto v0.19.2 // indirect
9797
github.com/containerd/errdefs v1.0.0 // indirect
9898
github.com/containerd/errdefs/pkg v0.3.0 // indirect
9999
github.com/containerd/stargz-snapshotter/estargz v0.17.0 // indirect

go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ github.com/benbjohnson/clock v1.3.5/go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZx
6969
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q=
7070
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
7171
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
72-
github.com/bits-and-blooms/bitset v1.22.0 h1:Tquv9S8+SGaS3EhyA+up3FXzmkhxPGjQQCkcs2uw7w4=
73-
github.com/bits-and-blooms/bitset v1.22.0/go.mod h1:7hO7Gc7Pp1vODcmWvKMRA9BNmbv6a/7QIWpPxHddWR8=
72+
github.com/bits-and-blooms/bitset v1.24.4 h1:95H15Og1clikBrKr/DuzMXkQzECs1M6hhoGXLwLQOZE=
73+
github.com/bits-and-blooms/bitset v1.24.4/go.mod h1:7hO7Gc7Pp1vODcmWvKMRA9BNmbv6a/7QIWpPxHddWR8=
7474
github.com/bmatcuk/doublestar v1.1.1/go.mod h1:UD6OnuiIn0yFxxA2le/rnRU1G4RaI4UvFv1sNto9p6w=
7575
github.com/bradfitz/go-smtpd v0.0.0-20170404230938-deb6d6237625/go.mod h1:HYsPBTaaSFSlLx/70C2HPIMNZpVV8+vt/A+FMnYP11g=
7676
github.com/bufbuild/buf v1.58.0 h1:TMgp0jmfPD5SixbUCB2iqGnK/X+2KQXTzsVc7F2LbLc=
@@ -105,8 +105,8 @@ github.com/cockroachdb/redact v1.1.6 h1:zXJBwDZ84xJNlHl1rMyCojqyIxv+7YUpQiJLQ7n4
105105
github.com/cockroachdb/redact v1.1.6/go.mod h1:BVNblN9mBWFyMyqK1k3AAiSxhvhfK2oOZZ2lK+dpvRg=
106106
github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 h1:zuQyyAKVxetITBuuhv3BI9cMrmStnpT18zmgmTxunpo=
107107
github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06/go.mod h1:7nc4anLGjupUW/PeY5qiNYsdNXj7zopG+eqsS7To5IQ=
108-
github.com/consensys/gnark-crypto v0.18.1 h1:RyLV6UhPRoYYzaFnPQA4qK3DyuDgkTgskDdoGqFt3fI=
109-
github.com/consensys/gnark-crypto v0.18.1/go.mod h1:L3mXGFTe1ZN+RSJ+CLjUt9x7PNdx8ubaYfDROyp2Z8c=
108+
github.com/consensys/gnark-crypto v0.19.2 h1:qrEAIXq3T4egxqiliFFoNrepkIWVEeIYwt3UL0fvS80=
109+
github.com/consensys/gnark-crypto v0.19.2/go.mod h1:rT23F0XSZqE0mUA0+pRtnL56IbPxs6gp4CeRsBk4XS0=
110110
github.com/containerd/errdefs v1.0.0 h1:tg5yIfIlQIrxYtu9ajqY42W3lpS19XqdxRQeEwYG8PI=
111111
github.com/containerd/errdefs v1.0.0/go.mod h1:+YBYIdtsnF4Iw6nWZhJcqGSg/dwvV7tyJ/kCkyJ2k+M=
112112
github.com/containerd/errdefs/pkg v0.3.0 h1:9IKJ06FvyNlexW690DXuQNx2KA2cUJXx151Xdx3ZPPE=
@@ -155,8 +155,8 @@ github.com/docker/go-connections v0.6.0 h1:LlMG9azAe1TqfR7sO+NJttz1gy6KO7VJBh+pM
155155
github.com/docker/go-connections v0.6.0/go.mod h1:AahvXYshr6JgfUJGdDCs2b5EZG/vmaMAntpSFH5BFKE=
156156
github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4=
157157
github.com/docker/go-units v0.5.0/go.mod h1:fgPhTUdO+D/Jk86RDLlptpiXQzgHJF7gydDDbaIK4Dk=
158-
github.com/drand/kyber v1.3.1 h1:E0p6M3II+loMVwTlAp5zu4+GGZFNiRfq02qZxzw2T+Y=
159-
github.com/drand/kyber v1.3.1/go.mod h1:f+mNHjiGT++CuueBrpeMhFNdKZAsy0tu03bKq9D5LPA=
158+
github.com/drand/kyber v1.3.2 h1:Cf3NNcb5bV3eODopr3XVHzImjDK40GiObhFUFG93Zeo=
159+
github.com/drand/kyber v1.3.2/go.mod h1:ciDFWoC7ajb89niGJnS4C1Xeo4lSJMmbi+km5w8juAI=
160160
github.com/drand/kyber-bls12381 v0.3.4 h1:rrmYcRcXmtOAvKWVBxRQxi22qNMVcS2Jz7MAebZQJxI=
161161
github.com/drand/kyber-bls12381 v0.3.4/go.mod h1:jh3IGIAQfdLrdNKYz1HWZ3YdfJM0DWlN1TxXkh60utk=
162162
github.com/dustin/go-humanize v1.0.0/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk=

0 commit comments

Comments
 (0)