Update to the latest libp2p (#2239)

Updates to the latest libp2p and ignores RUSTSEC-2020-0146 from cargo-audit


Co-authored-by: Michael Sproul <michael@sigmaprime.io>
This commit is contained in:
Age Manning
2021-03-02 05:59:49 +00:00
parent 5c285f652a
commit 1c507c588e
9 changed files with 526 additions and 434 deletions

View File

@@ -1,3 +1,5 @@
#![allow(deprecated)]
extern crate env_logger;
use criterion::Criterion;

View File

@@ -1,3 +1,5 @@
#![allow(deprecated)]
use criterion::Criterion;
use criterion::{black_box, criterion_group, criterion_main, Benchmark};
use swap_or_not_shuffle::{compute_shuffled_index, shuffle_list as fast_shuffle};

View File

@@ -1,3 +1,5 @@
#![allow(deprecated)]
use criterion::Criterion;
use criterion::{black_box, criterion_group, criterion_main, Benchmark};
use lazy_static::lazy_static;

View File

@@ -1,3 +1,5 @@
#![allow(deprecated)]
use criterion::Criterion;
use criterion::{black_box, criterion_group, criterion_main, Benchmark};
use rayon::prelude::*;