updated deps

This commit is contained in:
epi
2022-09-18 05:50:39 -05:00
parent 55e22467ce
commit 28c3e25eeb
3 changed files with 248 additions and 188 deletions

432
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -50,7 +50,7 @@ console = "0.15.0"
openssl = { version = "0.10.40", features = ["vendored"] }
dirs = "4.0.0"
regex = "1.5.5"
crossterm = "0.23.2"
crossterm = "0.25.0"
rlimit = "0.8.3"
ctrlc = "3.2.2"
fuzzyhash = "0.2.1"

View File

@@ -11,7 +11,7 @@ rm ferox-*.state
# dependency management
[tasks.upgrade-deps]
command = "cargo"
args = ["upgrade", "--exclude", "indicatif", "leaky-bucket"]
args = ["upgrade", "--exclude", "indicatif"]
[tasks.update]
command = "cargo"