Skip to content

chore(deps): bump libp2p-rendezvous from 0.17.0 to 0.17.1 in the cargo group across 1 directory#312

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/cargo-36b108f90a
Open

chore(deps): bump libp2p-rendezvous from 0.17.0 to 0.17.1 in the cargo group across 1 directory#312
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/cargo-36b108f90a

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Apr 4, 2026

Bumps the cargo group with 1 update in the / directory: libp2p-rendezvous.

Updates libp2p-rendezvous from 0.17.0 to 0.17.1

Release notes

Sourced from libp2p-rendezvous'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
  • 7387500 deps: bump zeroize from 1.6.0 to 1.7.0
  • 8d3bde4 deps: bump rustls from 0.21.8 to 0.21.9
  • 35b8fa5 deps: upgrade cargo semver-checks to v0.25.0
  • 2e3dae7 docs: fix typos
  • 0ceb658 chore: bump version of quick-protobuf-codec
  • edca09b docs: fix URLs in changelogs
  • 3e3ea3a chore(futures-bounded): prepare release 0.2.3
  • a7d4cb3 chore(relay): prepare 0.17.1 release
  • f419af2 chore(libp2p): add #[allow(unreachable_pub)]
  • caf9da4 fix(interop-tests): don't hardcode x86_64 for native
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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.

Bumps the cargo group with 1 update in the / directory: [libp2p-rendezvous](https://github.com/libp2p/rust-libp2p).


Updates `libp2p-rendezvous` from 0.17.0 to 0.17.1
- [Release notes](https://github.com/libp2p/rust-libp2p/releases)
- [Changelog](https://github.com/libp2p/rust-libp2p/blob/master/CHANGELOG.md)
- [Commits](libp2p/rust-libp2p@libp2p-rendezvous-v0.17.0...libp2p-relay-v0.17.1)

---
updated-dependencies:
- dependency-name: libp2p-rendezvous
  dependency-version: 0.17.1
  dependency-type: indirect
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Apr 4, 2026
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 rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants