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

Bump multiaddr from 0.16.0 to 0.18.1 #1946

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 13, 2023

Bumps multiaddr from 0.16.0 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.

v0.17.1

See changelog for details.

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

0.17.1

  • Rename string representation of WebRTC protocol from /webrtc to /webrt-direct. For backwards compatibility /webrtc will still be decoded to Protocol::WebRTC, but Protocol::WebRTC will from now on always be encoded as /webrtc-direct. See multiformats/multiaddr discussion and [PR 84] for context.
    assert_eq!(
        Multiaddr::empty().with(Protocol::WebRTC),
        "/webrtc".parse().unwrap(),
    );
    assert_eq!(
        Multiaddr::empty().with(Protocol::WebRTC),
        "/webrtc-direct".parse().unwrap(),
    );
    assert_eq!(
        "/webrtc-direct",
        Multiaddr::empty().with(Protocol::WebRTC).to_string(),
    );
    assert_ne!(
        "/webrtc",
        Multiaddr::empty().with(Protocol::WebRTC).to_string(),
    );

... (truncated)

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

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

Bumps [multiaddr](https://github.com/multiformats/rust-multiaddr) from 0.16.0 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.16.0...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 added dependency rust Pull requests that update Rust code labels Nov 13, 2023
@dependabot dependabot bot requested a review from jsdanielh November 13, 2023 15:03
@hrxi
Copy link
Member

hrxi commented Nov 17, 2023

Superseded by #1977.

@hrxi hrxi closed this Nov 17, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 17, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/cargo/multiaddr-0.18.1 branch November 17, 2023 23:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants