Skip to content

Commit

Permalink
build(deps): bump multiaddr from 0.17.1 to 0.18.1
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Dec 5, 2023
1 parent 486a574 commit cdab724
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 8 deletions.
72 changes: 67 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bitswap-discovery-probe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ clap = "2.33.3"
cid = "0.10.1"
waitgroup = "0.1.2"
futures = "0.3.28"
multiaddr = "0.17.1"
multiaddr = "0.18.1"
csv = "1.2.2"
2 changes: 1 addition & 1 deletion bitswap-monitoring-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ clap = "2.33.3"
maxminddb = "0.23.0"

# Multiaddress parser.
multiaddr = "0.17"
multiaddr = "0.18"

# ISO 3166-1 countries.
celes = "2.4.0"
2 changes: 1 addition & 1 deletion ipfs-gateway-finder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ cid = "0.10.1"
http = "0.2.9"
csv = "1.2.2"
clap = "2.33.3"
multiaddr = "0.17.1"
multiaddr = "0.18.1"

0 comments on commit cdab724

Please sign in to comment.