From 571490ac55e3aba01666403137c6732899003d86 Mon Sep 17 00:00:00 2001 From: Mahmut Bulut Date: Thu, 30 Jul 2020 00:47:50 +0200 Subject: [PATCH] Update nuclei (#252) --- src/bastion/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bastion/Cargo.toml b/src/bastion/Cargo.toml index 713bf245..adda5e05 100644 --- a/src/bastion/Cargo.toml +++ b/src/bastion/Cargo.toml @@ -55,7 +55,7 @@ lightproc = "0.3.5" # bastion-executor = { version = "= 0.3.5-alpha", path = "../bastion-executor" } # lightproc = { version = "= 0.3.6-alpha.0", path = "../lightproc" } -lever = "0.1.1-alpha.8" +lever = "0.1.1-alpha.11" futures = "0.3.5" futures-timer = "3.0.2" fxhash = "0.2" @@ -76,7 +76,7 @@ tracing = "0.1.15" anyhow = "1.0.31" [target.'cfg(not(windows))'.dependencies] -nuclei = "0.1.1" +nuclei = "0.1.2-alpha.1" [dev-dependencies] env_logger = "0.7"