iduartgomez / simag

An experimental, under development, agent-based AI framework
Mozilla Public License 2.0
5 stars 2 forks source link

Update libp2p requirement from 0.39 to 0.40 #34

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

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.

Individual crates

Main APIs

Application Protocols

Transport Protocols & Upgrades

Multiplexers

Utilities

libp2p facade crate

Version 0.41.0 [unreleased]

  • Update individual crates.
    • libp2p-kad
    • libp2p-websocket
  • Forward wasm-bindgen feature to futures-timer, instant, parking_lot, getrandom/js and rand/wasm-bindgen.

... (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)
dependabot[bot] commented 2 years ago

Superseded by #36.