feat: termscp 0.13.0

This commit is contained in:
veeso
2024-03-02 19:28:01 +01:00
parent c7469b8594
commit 44051ec718
17 changed files with 199 additions and 61 deletions

View File

@@ -16,7 +16,7 @@ license = "MIT"
name = "termscp"
readme = "README.md"
repository = "https://github.com/veeso/termscp"
version = "0.12.3"
version = "0.13.0"
[package.metadata.rpm]
package = "termscp"
@@ -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.1"
lazy_static = "^1.4"
log = "^0.4"
magic-crypt = "^3.1"
@@ -74,9 +74,9 @@ simplelog = "^0.12"
ssh2-config = "^0.2"
tempfile = "^3.4"
thiserror = "^1"
toml = "^0.7"
tui-realm-stdlib = "=1.2"
tuirealm = "=1.8.0"
toml = "^0.8"
tui-realm-stdlib = "^1.3.1"
tuirealm = "^1.9.1"
unicode-width = "^0.1"
version-compare = "^0.1"
whoami = "^1.4"
@@ -84,10 +84,10 @@ wildmatch = "^2.1"
[dev-dependencies]
pretty_assertions = "^1.3"
serial_test = "^2.0"
serial_test = "^3"
[build-dependencies]
cfg_aliases = "0.1"
cfg_aliases = "0.2"
[features]
default = ["smb", "with-keyring"]