Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump multiaddr from 0.17.1 to 0.18.1 #91

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 24, 2024

Bumps multiaddr from 0.17.1 to 0.18.1.

Release notes

Sourced from multiaddr's releases.

v0.18.1

See changelog for details.

v0.18.0

See changelog for details.

Changelog

Sourced from multiaddr's changelog.

0.18.1

  • Add with_p2p on Multiaddr. See PR 102.

0.18.0

  • Add WebTransport instance for Multiaddr. See PR 70.

  • Disable all features of multihash. See PR 77.

  • Mark Protocol as #[non_exhaustive]. See PR 82.

  • Rename Protocol::WebRTC to Protocol::WebRTCDirect. See multiformats/multiaddr discussion for context. Remove deprecated support for /webrtc in favor of the existing /webrtc-direct string representation. Note that this is a breaking change.

  • Make /p2p typesafe, i.e. have Protocol::P2p contain a PeerId instead of a Multihash. See PR 83.

Commits
  • 3c7e813 chore: prepare v0.18.1 (#103)
  • d0e9ec2 feat: add with_p2p method (#102)
  • d9108c9 Merge pull request #98 from multiformats/dependabot/github_actions/actions/ch...
  • 0a4650d build(deps): bump actions/checkout from 3 to 4
  • a180c82 chore: Update .github/dependabot.yml [skip ci]
  • 07d5e93 chore: fix rust toolchain installation order
  • 6d013ac chore: update github actions
  • 0114e72 chore: prepare v0.18.0 (#96)
  • bdd6607 feat!: make /p2p type-safe (#83)
  • 13a1e9e fix: Rename Protocol::WebRTC to Protocol::WebRTCDirect (#78)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Apr 24, 2024
Copy link
Collaborator

@dmitry-markin dmitry-markin left a comment

Choose a reason for hiding this comment

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

This is a breaking change pulling in libp2p as a dependency of litep2p, we should not do this.

@dmitry-markin
Copy link
Collaborator

And likely later we will be forced to fork multiaddr and make it not depend on libp2p.

@dependabot dependabot bot force-pushed the dependabot/cargo/multiaddr-0.18.1 branch from ae6b983 to 5e0e5b9 Compare May 7, 2024 10:54
@dependabot dependabot bot force-pushed the dependabot/cargo/multiaddr-0.18.1 branch from 5e0e5b9 to 785c404 Compare May 16, 2024 09:09
Bumps [multiaddr](https://github.com/multiformats/rust-multiaddr) from 0.17.1 to 0.18.1.
- [Release notes](https://github.com/multiformats/rust-multiaddr/releases)
- [Changelog](https://github.com/multiformats/rust-multiaddr/blob/master/CHANGELOG.md)
- [Commits](multiformats/rust-multiaddr@v0.17.1...v0.18.1)

---
updated-dependencies:
- dependency-name: multiaddr
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/multiaddr-0.18.1 branch from 785c404 to 31e7832 Compare May 20, 2024 17:03
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 23, 2024

Superseded by #249.

@dependabot dependabot bot closed this Sep 23, 2024
@dependabot dependabot bot deleted the dependabot/cargo/multiaddr-0.18.1 branch September 23, 2024 14:36
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.

1 participant