updated dependencies

This commit is contained in:
veeso
2023-01-13 12:37:40 +01:00
parent 15fffdf0c9
commit cb037cfca9
16 changed files with 359 additions and 321 deletions

587
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -3,14 +3,14 @@ authors = ["Christian Visintin <christian.visintin1997@gmail.com>"]
categories = ["command-line-utilities"]
description = "termscp is a feature rich terminal file transfer and explorer with support for SCP/SFTP/FTP/S3"
edition = "2021"
homepage = "https://veeso.github.io/termscp/"
homepage = "https://termscp.veeso.dev"
include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md"]
keywords = ["scp-client", "sftp-client", "ftp-client", "winscp", "command-line-utility"]
license = "MIT"
name = "termscp"
readme = "README.md"
repository = "https://github.com/veeso/termscp"
version = "0.10.0"
version = "0.11.0"
[package.metadata.rpm]
package = "termscp"
@@ -31,40 +31,39 @@ name = "termscp"
path = "src/main.rs"
[dependencies]
argh = "0.1.9"
bitflags = "1.3.2"
bytesize = "1.1.0"
chrono = "0.4.22"
content_inspector = "0.2.4"
dirs = "4.0.0"
edit = "0.1.4"
hostname = "0.3.1"
keyring = { version = "1.2.0", optional = true }
lazy-regex = "^2.3.0"
lazy_static = "1.4.0"
log = "0.4.17"
magic-crypt = "3.1.10"
notify = "4.0.17"
notify-rust = { version = "4.5.10", default-features = false, features = [ "d" ] }
open = "3.0.3"
rand = "0.8.5"
argh = "^0.1"
bitflags = "^1.3"
bytesize = "^1.1"
chrono = "^0.4"
content_inspector = "^0.2"
dirs = "^4.0"
edit = "^0.1"
hostname = "^0.3"
keyring = { version = "^1.2", optional = true }
lazy-regex = "^2.4"
lazy_static = "^1.4"
log = "^0.4"
magic-crypt = "^3.1"
notify = "^4.0"
notify-rust = { version = "^4.5", default-features = false, features = [ "d" ] }
open = "^3.0"
rand = "^0.8.5"
remotefs = "^0.2.0"
remotefs-aws-s3 = { version = "^0.2.1", default-features = false, features = [ "find", "rustls" ] }
rpassword = "7.0.0"
self_update = { version = "0.32.0", default-features = false, features = [ "rustls", "archive-tar", "archive-zip", "compression-flate2", "compression-zip-deflate" ] }
rpassword = "^7.0"
self_update = { version = "^0.32", default-features = false, features = [ "rustls", "archive-tar", "archive-zip", "compression-flate2", "compression-zip-deflate" ] }
serde = { version = "^1", features = [ "derive" ] }
simplelog = "0.12.0"
simplelog = "^0.12"
ssh2-config = "^0.1.3"
tempfile = "3.2.0"
tempfile = "^3.2"
thiserror = "^1"
toml = "0.5.0"
tui-realm-stdlib = "1.1.7"
tuirealm = "1.8.0"
unicode-width = "0.1.10"
version-compare = "0.1.0"
whoami = "1.2.3"
wildmatch = "2.1.1"
toml = "^0.5"
tui-realm-stdlib = "^1.2"
tuirealm = "^1.8.0"
unicode-width = "^0.1"
version-compare = "^0.1"
whoami = "^1.2"
wildmatch = "^2.1"
[dev-dependencies]
pretty_assertions = "^1.3"

View File

@@ -63,7 +63,7 @@
</p>
<p align="center">Developed by <a href="https://veeso.github.io/" target="_blank">@veeso</a></p>
<p align="center">Current version: 0.10.0 (15/10/2022)</p>
<p align="center">Current version: 0.11.0 (15/10/2022)</p>
<p align="center">
<a href="https://opensource.org/licenses/MIT"

View File

@@ -63,7 +63,7 @@
</p>
<p align="center">Entwickelt von <a href="https://veeso.github.io/" target="_blank">@veeso</a></p>
<p align="center">Aktuelle Version: 0.10.0 (09/06/2022)</p>
<p align="center">Aktuelle Version: 0.11.0 (09/06/2022)</p>
<p align="center">
<a href="https://opensource.org/licenses/MIT"

View File

@@ -63,7 +63,7 @@
</p>
<p align="center">Desarrollado por <a href="https://veeso.github.io/" target="_blank">@veeso</a></p>
<p align="center">Versión actual: 0.10.0 (09/06/2022)</p>
<p align="center">Versión actual: 0.11.0 (09/06/2022)</p>
<p align="center">
<a href="https://opensource.org/licenses/MIT"

View File

@@ -63,7 +63,7 @@
</p>
<p align="center">Développé par <a href="https://veeso.github.io/" target="_blank">@veeso</a></p>
<p align="center">Version actuelle: 0.10.0 (09/06/2022)</p>
<p align="center">Version actuelle: 0.11.0 (09/06/2022)</p>
<p align="center">
<a href="https://opensource.org/licenses/MIT"

View File

@@ -63,7 +63,7 @@
</p>
<p align="center">Sviluppato da <a href="https://veeso.github.io/" target="_blank">@veeso</a></p>
<p align="center">Versione corrente: 0.10.0 (09/06/2022)</p>
<p align="center">Versione corrente: 0.11.0 (09/06/2022)</p>
<p align="center">
<a href="https://opensource.org/licenses/MIT"

View File

@@ -63,7 +63,7 @@
</p>
<p align="center"><a href="https://veeso.github.io/" target="_blank">@veeso</a> 开发</p>
<p align="center">当前版本: 0.10.0 (09/06/2022)</p>
<p align="center">当前版本: 0.11.0 (09/06/2022)</p>
<p align="center">
<a href="https://opensource.org/licenses/MIT"

View File

@@ -8,7 +8,7 @@
# -f, -y, --force, --yes
# Skip the confirmation prompt during installation
TERMSCP_VERSION="0.10.0"
TERMSCP_VERSION="0.11.0"
GITHUB_URL="https://github.com/veeso/termscp/releases/download/v${TERMSCP_VERSION}"
DEB_URL="${GITHUB_URL}/termscp_${TERMSCP_VERSION}_amd64.deb"
RPM_URL="${GITHUB_URL}/termscp-${TERMSCP_VERSION}-1.x86_64.rpm"

View File

@@ -53,7 +53,7 @@
you can install it downloading the ZIP file from</span
>
<a
href="https://github.com/veeso/termscp/releases/latest/download/termscp.0.10.0.nupkg"
href="https://github.com/veeso/termscp/releases/latest/download/termscp.0.11.0.nupkg"
target="_blank"
>Github</a
>
@@ -109,7 +109,7 @@
On Debian based distros, you can install termscp using the Deb
package via:
</p>
<pre><span class="function">wget</span> -O termscp.deb <span class="string">https://github.com/veeso/termscp/releases/latest/download/termscp_0.10.0_amd64.deb</span>
<pre><span class="function">wget</span> -O termscp.deb <span class="string">https://github.com/veeso/termscp/releases/latest/download/termscp_0.11.0_amd64.deb</span>
sudo <span class="function">dpkg</span> -i <span class="string">termscp.deb</span></pre>
</div>
<h3>
@@ -123,7 +123,7 @@ sudo <span class="function">dpkg</span> -i <span class="string">termscp.deb</spa
On RedHat based distros, you can install termscp using the RPM
package via:
</p>
<pre><span class="function">wget</span> -O termscp.rpm <span class="string">https://github.com/veeso/termscp/releases/latest/download/termscp-0.10.0-1.x86_64.rpm</span>
<pre><span class="function">wget</span> -O termscp.rpm <span class="string">https://github.com/veeso/termscp/releases/latest/download/termscp-0.11.0-1.x86_64.rpm</span>
sudo <span class="function">rpm</span> -U <span class="string">termscp.rpm</span></pre>
</div>
</div>

View File

@@ -15,7 +15,7 @@
<div class="alert alert-center alert-success">
<p>
<span translate="intro.versionAlert"
>termscp 0.10.0 is NOW out! Download it from</span
>termscp 0.11.0 is NOW out! Download it from</span
>&nbsp;
<a href="#get-started" translate="intro.here">here!</a>
</p>

View File

@@ -12,7 +12,7 @@
"intro": {
"caption": "A feature rich terminal UI file transfer and explorer with support for SCP/SFTP/FTP/S3",
"getStarted": "Get started →",
"versionAlert": "termscp 0.10.0 is NOW out! Download it from",
"versionAlert": "termscp 0.11.0 is NOW out! Download it from",
"here": "here",
"features": {
"handy": {

View File

@@ -12,7 +12,7 @@
"intro": {
"caption": "Un explorador y transferencia de archivos de terminal rico en funciones, con apoyo para SCP/SFTP/FTP/S3",
"getStarted": "Para iniciar →",
"versionAlert": "termscp 0.10.0 ya está disponible! Descárgalo desde",
"versionAlert": "termscp 0.11.0 ya está disponible! Descárgalo desde",
"here": "aquì",
"features": {
"handy": {

View File

@@ -12,7 +12,7 @@
"intro": {
"caption": "Un file transfer et navigateur de terminal riche en fonctionnalités avec support pour SCP/SFTP/FTP/S3",
"getStarted": "Pour commencer →",
"versionAlert": "termscp 0.10.0 est maintenant sorti! Télécharge-le depuis",
"versionAlert": "termscp 0.11.0 est maintenant sorti! Télécharge-le depuis",
"here": "ici",
"features": {
"handy": {

View File

@@ -12,7 +12,7 @@
"intro": {
"caption": "Un file transfer ed explorer ricco di funzionalità con supporto per SFTP/SCP/FTP/S3",
"getStarted": "Installa termscp →",
"versionAlert": "termscp 0.10.0 è ORA disponbile! Scaricalo da",
"versionAlert": "termscp 0.11.0 è ORA disponbile! Scaricalo da",
"here": "qui",
"features": {
"handy": {

View File

@@ -12,7 +12,7 @@
"intro": {
"caption": "功能丰富的终端 UI 文件传输和浏览器,支持 SCP/SFTP/FTP/S3",
"getStarted": "开始 →",
"versionAlert": "termscp 0.10.0 现已发布! 从下载",
"versionAlert": "termscp 0.11.0 现已发布! 从下载",
"here": "这里",
"features": {
"handy": {