Chore/dependency updates (#549)

* Updated all non-breaking dependencies

* Updated common/crypto dependencies

* Updated all tokio [and associated] dependencies to most recent version

* Bumped version of rand_distr

* Fixed api changes in tests

* Made clippy happier about the acronym

* Fixed the type while trying to make clippy even happier

* nightly cargo fmt
This commit is contained in:
Jędrzej Stuczyński
2021-03-29 15:32:34 +01:00
committed by GitHub
parent cc1b80229c
commit 596bc76cc6
76 changed files with 926 additions and 1383 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ impl MixNode {
pub fn run(&mut self) {
info!("Starting nym mixnode");
let mut runtime = Runtime::new().unwrap();
let runtime = Runtime::new().unwrap();
runtime.block_on(async {
if let Some(duplicate_node_key) = self.check_if_same_ip_node_exists().await {