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.0 #106

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 1 year ago

Bumps multiaddr from 0.17.1 to 0.18.0.

Release notes

Sourced from multiaddr's releases.

v0.18.0

See changelog for details.

Changelog

Sourced from multiaddr's changelog.

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
  • 0114e72 chore: prepare v0.18.0 (#96)
  • bdd6607 feat!: make /p2p type-safe (#83)
  • 13a1e9e fix: Rename Protocol::WebRTC to Protocol::WebRTCDirect (#78)
  • 38fddf7 fix: Rename Protocol::WebRTC string rep /webrtc to /webrtc-direct (#84)...
  • 89deac2 feat!: mark Protocol as non_exhaustive (#82)
  • 86c2088 fix: don't depend on unnecessary multihash features (#77)
  • 454362a fix(.github): depend on specific tarpaulin version (#80)
  • 76bcb76 tests: add nightly test for Protocol Arbitrary impl to assert it covers all t...
  • 76c55d4 test: add missing versions to Proto arbitrary implementation (#75)
  • fa7d7ca chore: update to edition 2021 + multihash + quickcheck (#72)
  • 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 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[bot] commented 9 months ago

Superseded by #128.