trudi-group / ipfs-tools

A collection of tools and schemas in Rust to analyze data on IPFS and BitSwap traces.
MIT License
9 stars 5 forks source link

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

Open dependabot[bot] opened 9 months ago

dependabot[bot] commented 9 months ago

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