Skip to content

Commit

Permalink
bump go-libp2p dependency to a later version compatable with the late…
Browse files Browse the repository at this point in the history
…st quic-go dependency, which remediates GHSA-px8v-pp82-rcvr. Upstream already made a similar change in main, but its not yet made it into a release.

Signed-off-by: Mark McCormick <[email protected]>
  • Loading branch information
mamccorm committed Dec 11, 2024
1 parent 278035b commit 8e87e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spegel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pipeline:

- uses: go/bump
with:
deps: github.com/quic-go/[email protected]
deps: github.com/quic-go/[email protected] github.com/libp2p/[email protected]

- uses: go/build
with:
Expand Down

0 comments on commit 8e87e02

Please sign in to comment.