Updated dependencies

This commit is contained in:
veeso
2021-09-11 21:53:38 +02:00
parent f69489fc8f
commit 3f31800158
12 changed files with 95 additions and 108 deletions

View File

@@ -27,7 +27,7 @@ name = "termscp"
path = "src/main.rs"
[dependencies]
argh = "0.1.5"
argh = "0.1.6"
bitflags = "1.3.2"
bytesize = "1.1.0"
chrono = "0.4.19"
@@ -53,7 +53,7 @@ tempfile = "3.1.0"
textwrap = "0.14.2"
thiserror = "^1.0.0"
toml = "0.5.8"
tui-realm-stdlib = "0.6.0"
tui-realm-stdlib = "0.6.2"
tuirealm = "0.6.0"
ureq = { version = "2.1.0", features = [ "json" ] }
whoami = "1.1.1"