mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-04-25 11:02:12 +00:00
* Update cuckoofilter requirement from 0.3.2 to 0.5.0 Updates the requirements on [cuckoofilter](https://github.com/axiomhq/rust-cuckoofilter) to permit the latest version. - [Release notes](https://github.com/axiomhq/rust-cuckoofilter/releases) - [Changelog](https://github.com/axiomhq/rust-cuckoofilter/blob/master/CHANGELOG.md) - [Commits](https://github.com/axiomhq/rust-cuckoofilter/commits) Signed-off-by: dependabot[bot] <support@github.com> * protocols/floodsub: Warn when Cuckoofilter has to evict item With Cuckoofilter `v0.4.0` `add` and `test_and_add` return an error when an old element has to be evicted in favor of a new one to take its place. The previous behavior was panicing. With this commit the error is logged on `warn` level. * *: Update changelogs and cargo tomls Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Max Inden <mail@max-inden.de>