Skip to content

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

hfurmans requested to merge dependabot/cargo/dione-server/libp2p-0.40.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.40.0

See individual changelogs for details.

This is a large release consisting of many small changes. As always, please raise any questions you might have here on this GitHub repository. In addition, feel free to tag @​mxinden on the pull request updating your project to v0.40.0 for review.

Changelog

Sourced from libp2p's changelog.

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]

  • Update individual crates.
    • libp2p-swarm-derive

Version 0.39.0 [2021-07-12]

  • 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

... (truncated)

Commits
  • c88cff1 Cargo.toml: Remove rc suffix
  • 0cf7e96 *: Prepare v0.40.0 release (#2323)
  • 997cc9a swarm/src/behaviour: Fix outdated comment on derive's out_event (#2318)
  • 8ea60af *: Prepare v0.40.0-rc.3 release candidate (#2313)
  • 6e76435 core/: Help the compiler disambiguate usize inference (#2310)
  • 185b763 protocols/identify: Disable address cache by default (#2312)
  • 4ef5738 swarm/src/lib: Continue polling network when behaviour is blocked (#2304)
  • 9750951 core/: Update libsecp256k1 from 0.6 to 0.7 (#2306)
  • cd2588e core/tests/connection_limit: Fix flake in max_established_incoming (#2295)
  • ca1b7cf build(deps): Bump actions/checkout from 2.3.4 to 2.3.5 (#2300)
  • 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

Loading