feat: tui-realm 1.9

This commit is contained in:
veeso
2023-08-23 09:18:09 +02:00
parent 9de171fb83
commit cfbecc049d
3 changed files with 103 additions and 20 deletions

View File

@@ -1,7 +1,7 @@
[package]
authors = ["Christian Visintin <christian.visintin@veeso.dev>"]
categories = ["command-line-utilities"]
description = "termscp is a feature rich terminal file transfer and explorer with support for SCP/SFTP/FTP/S3"
description = "termscp is a feature rich terminal file transfer and explorer with support for SCP/SFTP/FTP/S3/SMB"
edition = "2021"
homepage = "https://termscp.veeso.dev"
include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md"]
@@ -47,7 +47,7 @@ edit = "^0.1"
filetime = "^0.2"
hostname = "^0.3"
keyring = { version = "^2.0", optional = true }
lazy-regex = "^2.5"
lazy-regex = "^3"
lazy_static = "^1.4"
log = "^0.4"
magic-crypt = "^3.1"
@@ -74,8 +74,8 @@ ssh2-config = "^0.2"
tempfile = "^3.4"
thiserror = "^1"
toml = "^0.7"
tui-realm-stdlib = "^1.2"
tuirealm = "^1.8.0"
tui-realm-stdlib = "^1.3"
tuirealm = "^1.9"
unicode-width = "^0.1"
version-compare = "^0.1"
whoami = "^1.4"