Skip to content

Commit

Permalink
Merge pull request #86 from vertexclique/nuclei-update
Browse files Browse the repository at this point in the history
Use latest nuclei
  • Loading branch information
vertexclique authored Jun 28, 2022
2 parents 63c7c08 + dbc8937 commit 96418bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
] }
Expand Down

0 comments on commit 96418bd

Please sign in to comment.