mirror of
https://github.com/epi052/feroxbuster.git
synced 2026-04-19 14:51:12 -03:00
updated deps
This commit is contained in:
432
Cargo.lock
generated
432
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -50,7 +50,7 @@ console = "0.15.0"
|
|||||||
openssl = { version = "0.10.40", features = ["vendored"] }
|
openssl = { version = "0.10.40", features = ["vendored"] }
|
||||||
dirs = "4.0.0"
|
dirs = "4.0.0"
|
||||||
regex = "1.5.5"
|
regex = "1.5.5"
|
||||||
crossterm = "0.23.2"
|
crossterm = "0.25.0"
|
||||||
rlimit = "0.8.3"
|
rlimit = "0.8.3"
|
||||||
ctrlc = "3.2.2"
|
ctrlc = "3.2.2"
|
||||||
fuzzyhash = "0.2.1"
|
fuzzyhash = "0.2.1"
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ rm ferox-*.state
|
|||||||
# dependency management
|
# dependency management
|
||||||
[tasks.upgrade-deps]
|
[tasks.upgrade-deps]
|
||||||
command = "cargo"
|
command = "cargo"
|
||||||
args = ["upgrade", "--exclude", "indicatif", "leaky-bucket"]
|
args = ["upgrade", "--exclude", "indicatif"]
|
||||||
|
|
||||||
[tasks.update]
|
[tasks.update]
|
||||||
command = "cargo"
|
command = "cargo"
|
||||||
|
|||||||
Reference in New Issue
Block a user