Skip to content

Update libp2p requirement from 0.40.0 to 0.41.0 in /dione-server

hfurmans requested to merge dependabot/cargo/dione-server/libp2p-0.41.0 into master

Created by: dependabot[bot]

Updates the requirements on libp2p to permit the latest version.

Release notes

Sourced from libp2p's releases.

v0.41.0

Small release most notably improving WASM support.

See individual changelogs for details.

Changelog

Sourced from libp2p's changelog.

Version 0.41.0 [2021-11-16]

  • Update individual crates.
    • libp2p-floodsub
    • libp2p-gossipsub
    • libp2p-identify
    • libp2p-kad
    • libp2p-mdns
    • libp2p-metrics
    • libp2p-ping
    • libp2p-relay
    • libp2p-rendezvous
    • libp2p-request-response
    • libp2p-swarm-derive
    • libp2p-swarm
    • libp2p-websocket
  • Forward wasm-bindgen feature to futures-timer, instant, parking_lot, getrandom/js and rand/wasm-bindgen.

Version 0.40.0 [2021-11-01]

  • Update individual crates.

    • libp2p-core
    • libp2p-deflate
    • libp2p-dns
    • libp2p-floodsub
    • libp2p-gossipsub
    • libp2p-identify
    • libp2p-kad
    • libp2p-mdns
    • libp2p-mplex
    • libp2p-noise
    • libp2p-ping
    • libp2p-plaintext
    • libp2p-relay
    • libp2p-request-response
    • libp2p-swarm
    • libp2p-tcp
    • libp2p-uds
    • libp2p-wasm-ext
    • libp2p-websocket
    • libp2p-yamux
  • Re-export the wasm-bindgen feature from parking_lot, so libp2p users can opt-in to that crate's Wasm support. See PR 2180.

  • Add libp2p-metrics.

Version 0.39.1 [2021-07-12]

... (truncated)

Commits
  • 4bd44c8 *: Prepare v0.41.0 (#2342)
  • 2066a19 protocols/gossipsub: Add mesh metrics (#2316)
  • c4f7877 protocols/identify: Check multiaddr has valid peer id component prior to cach...
  • 220f84a swarm/: Enable advanced dialing requests (#2317)
  • 144dc12 build(deps): Bump actions/checkout from 2.3.5 to 2.4.0 (#2326)
  • b13466e transports/websocket: Update rustls and webpki-roots (#2336)
  • 82730f8 protocols/rendezvous/tests/harness: Use module name instead of mod.rs (#2335)
  • 8b68026 protocols/gossipsub: Update topic_peers (#2325)
  • 012287a Merge branch 'libp2p/v0.40' into master (#2324)
  • 7c2253d protocols/kad: Populate the key field to fix go-libp2p interop (#2309)
  • Additional commits viewable in compare view

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

Merge request reports