libp2p / go-libp2p-examples

Example libp2p applications
MIT License
339 stars 145 forks source link

Bump github.com/libp2p/go-libp2p-swarm from 0.1.0 to 0.2.2 #88

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps github.com/libp2p/go-libp2p-swarm from 0.1.0 to 0.2.2.

Release notes *Sourced from [github.com/libp2p/go-libp2p-swarm's releases](https://github.com/libp2p/go-libp2p-swarm/releases).* > ## v0.2.2 > * Ensure test swarm closes the peerstore on close. > * Update go-multiaddr. > > ## v0.2.1 > Copy address list in InterfaceListenAddresses to avoid a data race. > > ## v0.2.0 > - Bumps go-libp2p-core to v0.2.0 and go-libp2p-testing v0.1.0. **NOTE**: The minimum required strength for RSA keys is now 2048 bits. To override this, you can set the environment variable `LIBP2P_ALLOW_WEAK_RSA_KEYS` to any non-empty value, lowering the requirement to 512 bits. This is inadvisable and should only be done in tests, if at all. > > ## release v0.1.1 > * Cache local IP addresses to avoid polling the OS frequently. > * Avoid some incorrect error logs on shutdown. > * Reduce allocations on dial/accept.
Commits - [`4f59859`](https://github.com/libp2p/go-libp2p-swarm/commit/4f59859086ea4bfd750cf40ff2598fe8e6256f78) Merge pull request [#142](https://github-redirect.dependabot.com/libp2p/go-libp2p-swarm/issues/142) from libp2p/fix/global-multiaddr-registry - [`60bdf73`](https://github.com/libp2p/go-libp2p-swarm/commit/60bdf7361610d234b0c21310d45049c8827ddbca) dep: update multiaddr for protocol migration - [`1db259d`](https://github.com/libp2p/go-libp2p-swarm/commit/1db259d1d490da2e3a4682e4f5509fb6334cbcda) Merge pull request [#139](https://github-redirect.dependabot.com/libp2p/go-libp2p-swarm/issues/139) from libp2p/fix/close-peerstore-testing - [`ae90a1e`](https://github.com/libp2p/go-libp2p-swarm/commit/ae90a1ef5abce85d78e2011dca2c4b9b7630a7f0) test: close peerstore when closing the test swarm - [`bfc3909`](https://github.com/libp2p/go-libp2p-swarm/commit/bfc3909f54afa1cf5ac4fb4822108705f068f304) Merge pull request [#136](https://github-redirect.dependabot.com/libp2p/go-libp2p-swarm/issues/136) from libp2p/fix/listen-addrs-race - [`682bcc8`](https://github.com/libp2p/go-libp2p-swarm/commit/682bcc86574b57133bc8a0ae52a75d2fc81db9a9) fix listen addrs race - [`221d8d5`](https://github.com/libp2p/go-libp2p-swarm/commit/221d8d5e05a0252049203c8f74d4f38b64da9963) Merge pull request [#135](https://github-redirect.dependabot.com/libp2p/go-libp2p-swarm/issues/135) from libp2p/feat/bump-core - [`f41db5c`](https://github.com/libp2p/go-libp2p-swarm/commit/f41db5c2d835811a3a9acd2366e45949e767f313) Bump secio - [`4159354`](https://github.com/libp2p/go-libp2p-swarm/commit/415935455757c29f6c9d2c358982aeb784c230ff) Bump go-libp2p-core and go-libp2p-testing - [`04c86bb`](https://github.com/libp2p/go-libp2p-swarm/commit/04c86bbdafd390651cb2ee14e334f7caeedad722) fix: don't assume that transports implement stringer ([#134](https://github-redirect.dependabot.com/libp2p/go-libp2p-swarm/issues/134)) - Additional commits viewable in [compare view](https://github.com/libp2p/go-libp2p-swarm/compare/v0.1.0...v0.2.2)


Dependabot compatibility score

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

Looks like github.com/libp2p/go-libp2p-swarm is up-to-date now, so this is no longer needed.