From dbc8937ef4821a86b65bf394f0e2db2e36b60c22 Mon Sep 17 00:00:00 2001 From: Theo Bulut Date: Tue, 28 Jun 2022 03:43:45 +0200 Subject: [PATCH] Use latest nuclei --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5b7afe9..eb76367 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,12 +62,12 @@ sink_postgres = ["tokio", "deadpool-postgres", "deadpool"] [dependencies] #nuclei = { version = "0.2", default-features = false, features = ["epoll", "async-exec"] } -nuclei = "0.2.0" +nuclei = "0.2" lightproc = "0.3.5" lever = "0.1.3" thiserror = "1.0.31" async-trait = "0.1.53" -futures = { version = "0.3.21", default-features = false, features = [ +futures = { version = "0.3", default-features = false, features = [ "std", "async-await", ] }