parity-multiaddr 0.9.7

Implementation of the multiaddr format
Documentation
# 0.9.7 [2021-01-14]

- Fix compilation with serde 1.0.119. See original
  [PR 1912]https://github.com/libp2p/rust-libp2p/pull/1912.

# 0.9.6 [2020-11-17]

- Move the `from_url` module and functionality behind the `url` feature,
  enabled by default.
  [PR 1843]https://github.com/libp2p/rust-libp2p/pull/1843.

# 0.9.5 [2020-11-14]

- Limit initial memory allocation in `visit_seq`.
  [PR 1833]https://github.com/libp2p/rust-libp2p/pull/1833.

# 0.9.4 [2020-11-09]

- Update dependencies.

# 0.9.3 [2020-10-16]

- Update dependencies.

# 0.9.2 [2020-08-31]

- Add `Ord` instance for `Multiaddr`.

# 0.9.1 [2020-06-22]

- Updated dependencies.