Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Heliozoa committed Mar 14, 2022
1 parent 68bf29b commit 899987b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 47 deletions.
56 changes: 14 additions & 42 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 2 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ build = "build.rs"
[dependencies]
anyhow = "1.0.56"
assert_cmd = "2.0.4"
crossterm = "0.23.0"
clap = "3.1.6"
clap_complete = "3.1.1"
crossterm = "0.23.0"
dirs = "4.0.0"
indicatif = "0.16.2"
isolang = "2.1.0"
log = "0.4.14"
predicates = "2.1.1"
reqwest = { version = "0.11.9", default-features = false, features = ["blocking", "json", "rustls-tls", "multipart"] }
rpassword = "5.0.1"
rpassword = "6.0.0"
serde = "1.0.136"
serde_json = "1.0.79"
termcolor = "1.1.3"
Expand All @@ -33,9 +33,6 @@ toml = "0.5.8"
tui = { version = "0.17.0", default-features = false, features = ['crossterm'] }
url = "2.2.2"

[dev-dependencies]
mockall = "0.11.0"

[build-dependencies]
clap = "3.1.6"
clap_complete = "3.1.1"

0 comments on commit 899987b

Please sign in to comment.