bump lever and nuclei (#300)

* bump lever

* bump nuclei
This commit is contained in:
Jeremy Lempereur 2021-02-01 13:21:12 +01:00 committed by GitHub
parent bd6c1646dd
commit fb38a402a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -45,7 +45,7 @@ pin-utils = "0.1.0"
arrayvec = { version = "0.5.1", features = ["array-sizes-129-255"]}
futures-timer = "3.0.2"
once_cell = "1.4.0"
lever = "0.1.1-alpha.11"
lever = "0.1"
tracing = "0.1.19"
crossbeam-queue = "0.3.0"

View File

@ -55,7 +55,7 @@ lightproc = "0.3.5"
# bastion-executor = { version = "= 0.3.7-alpha.0", path = "../bastion-executor" }
# lightproc = { version = "= 0.3.6-alpha.0", path = "../lightproc" }
lever = "0.1.1-alpha.11"
lever = "0.1"
futures = "0.3.5"
futures-timer = "3.0.2"
fxhash = "0.2"
@ -77,7 +77,7 @@ anyhow = "1.0.31"
crossbeam-queue = "0.3.0"
[target.'cfg(not(windows))'.dependencies]
nuclei = "0.1.2-alpha.1"
nuclei = "0.1"
[dev-dependencies]
env_logger = "0.8"