Skip to content

chore(deps): bump libp2p-gossipsub from 0.49.2 to 0.49.4#2087

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/libp2p-gossipsub-0.49.4
Open

chore(deps): bump libp2p-gossipsub from 0.49.2 to 0.49.4#2087
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/cargo/libp2p-gossipsub-0.49.4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 30, 2026

Bumps libp2p-gossipsub from 0.49.2 to 0.49.4.

Release notes

Sourced from libp2p-gossipsub's releases.

libp2p-v0.56.0

See individual changelogs for details.

Notably, we've removed support for async-std in all crates, as async-std has been discontinued. Users should switch to using tokio instead. For now, we've kept the abstractions for supporting alternative runtimes, although not all parts may be public. Please open an issue if you are planning to support a custom runtime and run into any issues with that..

Thanks to everyone who contributed to the release!

libp2p-v0.55.0

See individual changelogs for details.

Thanks everyone who contributed to it! ❤️

libp2p-v0.54.0

See individual changelogs for details.

Thanks everyone who contributed to it! ❤️

libp2p-v0.53.2

See individual changelogs for details.

libp2p-v0.53.1

See individual changelogs for details.

libp2p-v0.53.0

The most ergonomic version of rust-libp2p yet!

We've been busy again, with over 250 PRs being merged into master since v0.52.0 (excluding dependency updates).

Backwards-compatible features

Numerous improvements landed as patch releases since the v0.52.0 release, for example a new, type-safe SwarmBuilder that also encompasses the most common transport protocols:

let mut swarm = libp2p::SwarmBuilder::with_new_identity()
    .with_tokio()
    .with_tcp(
        tcp::Config::default().port_reuse(true).nodelay(true),
        noise::Config::new,
        yamux::Config::default,
    )?
    .with_quic()
    .with_dns()?
    .with_relay_client(noise::Config::new, yamux::Config::default)?
    .with_behaviour(|keypair, relay_client| Behaviour {
        relay_client,
        ping: ping::Behaviour::default(),
        dcutr: dcutr::Behaviour::new(keypair.public().to_peer_id()),
    })?
    .build();
</tr></table> 

... (truncated)

Commits


Note

Medium Risk
Lockfile-only dependency updates, but they touch core networking/runtime crates (e.g., libp2p-gossipsub, socket2, quinn-*) and platform bindings (windows-sys), which could subtly affect connectivity or build behavior.

Overview
Bumps libp2p-gossipsub from 0.49.2 to 0.49.4 via Cargo.lock updates.

Refreshes transitive dependencies in the lockfile, including changes around networking crates (notably socket2 and quinn-*) and platform bindings (windows-sys), plus a few build/proc-macro related versions (e.g., syn/heck).

Written by Cursor Bugbot for commit fe474db. This will update automatically on new commits. Configure here.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Mar 30, 2026
Copy link
Copy Markdown

@meroreviewer meroreviewer bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 AI Code Reviewer

Reviewed by 1 agents | Quality score: 85% | Review time: 77.3s


✅ No Issues Found

All agents reviewed the code and found no issues. LGTM! 🎉


🤖 Generated by AI Code Reviewer | Review ID: review-47bf4d68

@dependabot dependabot bot force-pushed the dependabot/cargo/libp2p-gossipsub-0.49.4 branch from 2fdf283 to e7ff3ee Compare March 30, 2026 15:44
Copy link
Copy Markdown

@meroreviewer meroreviewer bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 AI Code Reviewer

Reviewed by 1 agents | Quality score: 85% | Review time: 68.4s


✅ No Issues Found

All agents reviewed the code and found no issues. LGTM! 🎉


🤖 Generated by AI Code Reviewer | Review ID: review-9c2fb8df

@dependabot dependabot bot force-pushed the dependabot/cargo/libp2p-gossipsub-0.49.4 branch from e7ff3ee to ecd78c9 Compare March 30, 2026 16:12
Copy link
Copy Markdown

@meroreviewer meroreviewer bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 AI Code Reviewer

Reviewed by 1 agents | Quality score: 85% | Review time: 74.4s


✅ No Issues Found

All agents reviewed the code and found no issues. LGTM! 🎉


🤖 Generated by AI Code Reviewer | Review ID: review-ad20478d

@dependabot dependabot bot force-pushed the dependabot/cargo/libp2p-gossipsub-0.49.4 branch from ecd78c9 to b6eed60 Compare March 30, 2026 17:00
Copy link
Copy Markdown

@meroreviewer meroreviewer bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 AI Code Reviewer

Reviewed by 1 agents | Quality score: 85% | Review time: 66.1s


✅ No Issues Found

All agents reviewed the code and found no issues. LGTM! 🎉


🤖 Generated by AI Code Reviewer | Review ID: review-565b1275

@dependabot dependabot bot force-pushed the dependabot/cargo/libp2p-gossipsub-0.49.4 branch from b6eed60 to e12fceb Compare March 31, 2026 03:50
Copy link
Copy Markdown

@meroreviewer meroreviewer bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 AI Code Reviewer

Reviewed by 1 agents | Quality score: 85% | Review time: 81.0s


✅ No Issues Found

All agents reviewed the code and found no issues. LGTM! 🎉


🤖 Generated by AI Code Reviewer | Review ID: review-d1391b4e

@dependabot dependabot bot force-pushed the dependabot/cargo/libp2p-gossipsub-0.49.4 branch 2 times, most recently from 6bb9d41 to 79a6b61 Compare March 31, 2026 14:57
Copy link
Copy Markdown

@meroreviewer meroreviewer bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 AI Code Reviewer

Reviewed by 1 agents | Quality score: 85% | Review time: 90.6s


✅ No Issues Found

All agents reviewed the code and found no issues. LGTM! 🎉


🤖 Generated by AI Code Reviewer | Review ID: review-1b4d47af

@dependabot dependabot bot force-pushed the dependabot/cargo/libp2p-gossipsub-0.49.4 branch from 79a6b61 to d2fb2a3 Compare April 1, 2026 08:30
Copy link
Copy Markdown

@meroreviewer meroreviewer bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 AI Code Reviewer

Reviewed by 1 agents | Quality score: 85% | Review time: 89.9s


✅ No Issues Found

All agents reviewed the code and found no issues. LGTM! 🎉


🤖 Generated by AI Code Reviewer | Review ID: review-933bb5f1

@dependabot dependabot bot force-pushed the dependabot/cargo/libp2p-gossipsub-0.49.4 branch from d2fb2a3 to 8047f19 Compare April 1, 2026 11:27
Copy link
Copy Markdown

@meroreviewer meroreviewer bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 AI Code Reviewer

Reviewed by 1 agents | Quality score: 85% | Review time: 67.3s


✅ No Issues Found

All agents reviewed the code and found no issues. LGTM! 🎉


🤖 Generated by AI Code Reviewer | Review ID: review-62c57e19

Bumps [libp2p-gossipsub](https://github.com/libp2p/rust-libp2p) from 0.49.2 to 0.49.4.
- [Release notes](https://github.com/libp2p/rust-libp2p/releases)
- [Changelog](https://github.com/libp2p/rust-libp2p/blob/master/CHANGELOG.md)
- [Commits](https://github.com/libp2p/rust-libp2p/commits)

---
updated-dependencies:
- dependency-name: libp2p-gossipsub
  dependency-version: 0.49.4
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/libp2p-gossipsub-0.49.4 branch from 8047f19 to fe474db Compare April 1, 2026 20:42
Copy link
Copy Markdown

@meroreviewer meroreviewer bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 AI Code Reviewer

Reviewed by 1 agents | Quality score: 85% | Review time: 81.3s


✅ No Issues Found

All agents reviewed the code and found no issues. LGTM! 🎉


🤖 Generated by AI Code Reviewer | Review ID: review-bc083f71

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file external rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants