deps(go): bump the libp2p group across 1 directory with 4 updates#68
Open
dependabot[bot] wants to merge 1 commit into
Open
deps(go): bump the libp2p group across 1 directory with 4 updates#68dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
2227123 to
e491839
Compare
e491839 to
00a3f61
Compare
7cc3e3b to
7cf323e
Compare
27e1a89 to
a3d0795
Compare
Bumps the libp2p group with 4 updates in the /sdn-server directory: [github.com/ipfs/go-cid](https://github.com/ipfs/go-cid), [github.com/ipfs/go-log/v2](https://github.com/ipfs/go-log), [github.com/libp2p/go-libp2p-kad-dht](https://github.com/libp2p/go-libp2p-kad-dht) and [github.com/libp2p/go-libp2p-pubsub](https://github.com/libp2p/go-libp2p-pubsub). Updates `github.com/ipfs/go-cid` from 0.6.0 to 0.6.1 - [Release notes](https://github.com/ipfs/go-cid/releases) - [Commits](ipfs/go-cid@v0.6.0...v0.6.1) Updates `github.com/ipfs/go-log/v2` from 2.9.0 to 2.9.2 - [Release notes](https://github.com/ipfs/go-log/releases) - [Commits](ipfs/go-log@v2.9.0...v2.9.2) Updates `github.com/libp2p/go-libp2p-kad-dht` from 0.36.0 to 0.40.0 - [Release notes](https://github.com/libp2p/go-libp2p-kad-dht/releases) - [Commits](libp2p/go-libp2p-kad-dht@v0.36.0...v0.40.0) Updates `github.com/libp2p/go-libp2p-pubsub` from 0.15.0 to 0.16.0 - [Release notes](https://github.com/libp2p/go-libp2p-pubsub/releases) - [Commits](libp2p/go-libp2p-pubsub@v0.15.0...v0.16.0) --- updated-dependencies: - dependency-name: github.com/ipfs/go-cid dependency-version: 0.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: libp2p - dependency-name: github.com/ipfs/go-log/v2 dependency-version: 2.9.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: libp2p - dependency-name: github.com/libp2p/go-libp2p-kad-dht dependency-version: 0.39.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: libp2p - dependency-name: github.com/libp2p/go-libp2p-pubsub dependency-version: 0.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: libp2p ... Signed-off-by: dependabot[bot] <support@github.com>
a3d0795 to
8c1faa0
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 libp2p group with 4 updates in the /sdn-server directory: github.com/ipfs/go-cid, github.com/ipfs/go-log/v2, github.com/libp2p/go-libp2p-kad-dht and github.com/libp2p/go-libp2p-pubsub.
Updates
github.com/ipfs/go-cidfrom 0.6.0 to 0.6.1Release notes
Sourced from github.com/ipfs/go-cid's releases.
Commits
64ee0d4v0.6.1 bump (#183)ac009e6upgrade go-multibase to v0.3.0 (#182)6358226chore!: bump go.mod to Go 1.25 and run go fix (#180)1b3fc58chore(deps): bump golang.org/x/crypto from 0.35.0 to 0.45.0 (#179)Updates
github.com/ipfs/go-log/v2from 2.9.0 to 2.9.2Release notes
Sourced from github.com/ipfs/go-log/v2's releases.
Commits
9ffd84bv2.9.2 bump (#184)80d0c11update depentencies (#185)b9ccca1chore: flag WithGroup as a known no-opb3eee58fix: resolve slog LogValuer in zap bridge3d4ba56fix: inline top-level empty-key slog.Group7b31781fix: support slog.Group in the zap bridge18e9211chore!: bump go.mod to Go 1.25 and run go fix (#180)3fc6f96new version (#179)b84e9b5update go.uber.org/zap to v1.27.1 (#178)Updates
github.com/libp2p/go-libp2p-kad-dhtfrom 0.36.0 to 0.40.0Release notes
Sourced from github.com/libp2p/go-libp2p-kad-dht's releases.
... (truncated)
Commits
d40b14bchore: release v0.40.0 (#1257)7b0dd02fix(ResettableKeystore): speed up reset process and keep worker responsive (#...d5ed076fix(provider): hold cycleStatsLk in batchReprovide defer (#1255)b73e1e8fix(provider): per-peer timeout on ADD_PROVIDER sends (#1252)63a3e3cfix(provider)!: bound keystore.Size in Stats with a timeout (#1251)3562661update dependencies (#1250)c728951chore: release v0.39.2 (#1249)7e3944bchore: bump boxo to v0.39.0 (#1248)32a3e31test: fix flaky TestStartProvidingSingle (#1247)b00ec53feat(provider): allow WithReprovideInterval(0) for burst-only mode (#1246)Updates
github.com/libp2p/go-libp2p-pubsubfrom 0.15.0 to 0.16.0Release notes
Sourced from github.com/libp2p/go-libp2p-pubsub's releases.
Commits
b14732cRelease v0.16.0 (#693)919bc3dfix: properly log topic string (#694)5cde33crename {Add/Remove}Peer to On{New/Closed}OutboundStreamd8037f3Fix leaked state with OnNewIncomingStream/onClosedIncomingStreamd72f75ftest: Add failing test demonstrating leak7d62a30partialmessages: init fanout if empty (#690)12372d9log on error when handling rpc in extensions (#668)a2ec129feat: add WithMessageFilter option to filter messages early in the notificati...0c36d10partialmsgs: remove unused structc945e5dpartialmsgs: PeerRequestsPartial means PeerRequestsPartial