mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
updated dependencies
This commit is contained in:
587
Cargo.lock
generated
587
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
61
Cargo.toml
61
Cargo.toml
@@ -3,14 +3,14 @@ authors = ["Christian Visintin <christian.visintin1997@gmail.com>"]
|
|||||||
categories = ["command-line-utilities"]
|
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"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
homepage = "https://veeso.github.io/termscp/"
|
homepage = "https://termscp.veeso.dev"
|
||||||
include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md"]
|
include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md"]
|
||||||
keywords = ["scp-client", "sftp-client", "ftp-client", "winscp", "command-line-utility"]
|
keywords = ["scp-client", "sftp-client", "ftp-client", "winscp", "command-line-utility"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
name = "termscp"
|
name = "termscp"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/veeso/termscp"
|
repository = "https://github.com/veeso/termscp"
|
||||||
version = "0.10.0"
|
version = "0.11.0"
|
||||||
|
|
||||||
[package.metadata.rpm]
|
[package.metadata.rpm]
|
||||||
package = "termscp"
|
package = "termscp"
|
||||||
@@ -31,40 +31,39 @@ name = "termscp"
|
|||||||
path = "src/main.rs"
|
path = "src/main.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
argh = "0.1.9"
|
argh = "^0.1"
|
||||||
bitflags = "1.3.2"
|
bitflags = "^1.3"
|
||||||
bytesize = "1.1.0"
|
bytesize = "^1.1"
|
||||||
chrono = "0.4.22"
|
chrono = "^0.4"
|
||||||
content_inspector = "0.2.4"
|
content_inspector = "^0.2"
|
||||||
dirs = "4.0.0"
|
dirs = "^4.0"
|
||||||
edit = "0.1.4"
|
edit = "^0.1"
|
||||||
hostname = "0.3.1"
|
hostname = "^0.3"
|
||||||
keyring = { version = "1.2.0", optional = true }
|
keyring = { version = "^1.2", optional = true }
|
||||||
lazy-regex = "^2.3.0"
|
lazy-regex = "^2.4"
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "^1.4"
|
||||||
log = "0.4.17"
|
log = "^0.4"
|
||||||
magic-crypt = "3.1.10"
|
magic-crypt = "^3.1"
|
||||||
notify = "4.0.17"
|
notify = "^4.0"
|
||||||
notify-rust = { version = "4.5.10", default-features = false, features = [ "d" ] }
|
notify-rust = { version = "^4.5", default-features = false, features = [ "d" ] }
|
||||||
open = "3.0.3"
|
open = "^3.0"
|
||||||
rand = "0.8.5"
|
rand = "^0.8.5"
|
||||||
remotefs = "^0.2.0"
|
remotefs = "^0.2.0"
|
||||||
remotefs-aws-s3 = { version = "^0.2.1", default-features = false, features = [ "find", "rustls" ] }
|
remotefs-aws-s3 = { version = "^0.2.1", default-features = false, features = [ "find", "rustls" ] }
|
||||||
|
rpassword = "^7.0"
|
||||||
rpassword = "7.0.0"
|
self_update = { version = "^0.32", default-features = false, features = [ "rustls", "archive-tar", "archive-zip", "compression-flate2", "compression-zip-deflate" ] }
|
||||||
self_update = { version = "0.32.0", default-features = false, features = [ "rustls", "archive-tar", "archive-zip", "compression-flate2", "compression-zip-deflate" ] }
|
|
||||||
serde = { version = "^1", features = [ "derive" ] }
|
serde = { version = "^1", features = [ "derive" ] }
|
||||||
simplelog = "0.12.0"
|
simplelog = "^0.12"
|
||||||
ssh2-config = "^0.1.3"
|
ssh2-config = "^0.1.3"
|
||||||
tempfile = "3.2.0"
|
tempfile = "^3.2"
|
||||||
thiserror = "^1"
|
thiserror = "^1"
|
||||||
toml = "0.5.0"
|
toml = "^0.5"
|
||||||
tui-realm-stdlib = "1.1.7"
|
tui-realm-stdlib = "^1.2"
|
||||||
tuirealm = "1.8.0"
|
tuirealm = "^1.8.0"
|
||||||
unicode-width = "0.1.10"
|
unicode-width = "^0.1"
|
||||||
version-compare = "0.1.0"
|
version-compare = "^0.1"
|
||||||
whoami = "1.2.3"
|
whoami = "^1.2"
|
||||||
wildmatch = "2.1.1"
|
wildmatch = "^2.1"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
pretty_assertions = "^1.3"
|
pretty_assertions = "^1.3"
|
||||||
|
|||||||
@@ -63,7 +63,7 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p align="center">Developed by <a href="https://veeso.github.io/" target="_blank">@veeso</a></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">
|
<p align="center">
|
||||||
<a href="https://opensource.org/licenses/MIT"
|
<a href="https://opensource.org/licenses/MIT"
|
||||||
|
|||||||
@@ -63,7 +63,7 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p align="center">Entwickelt von <a href="https://veeso.github.io/" target="_blank">@veeso</a></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">
|
<p align="center">
|
||||||
<a href="https://opensource.org/licenses/MIT"
|
<a href="https://opensource.org/licenses/MIT"
|
||||||
|
|||||||
@@ -63,7 +63,7 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p align="center">Desarrollado por <a href="https://veeso.github.io/" target="_blank">@veeso</a></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">
|
<p align="center">
|
||||||
<a href="https://opensource.org/licenses/MIT"
|
<a href="https://opensource.org/licenses/MIT"
|
||||||
|
|||||||
@@ -63,7 +63,7 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p align="center">Développé par <a href="https://veeso.github.io/" target="_blank">@veeso</a></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">
|
<p align="center">
|
||||||
<a href="https://opensource.org/licenses/MIT"
|
<a href="https://opensource.org/licenses/MIT"
|
||||||
|
|||||||
@@ -63,7 +63,7 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p align="center">Sviluppato da <a href="https://veeso.github.io/" target="_blank">@veeso</a></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">
|
<p align="center">
|
||||||
<a href="https://opensource.org/licenses/MIT"
|
<a href="https://opensource.org/licenses/MIT"
|
||||||
|
|||||||
@@ -63,7 +63,7 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p align="center">由 <a href="https://veeso.github.io/" target="_blank">@veeso</a> 开发</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">
|
<p align="center">
|
||||||
<a href="https://opensource.org/licenses/MIT"
|
<a href="https://opensource.org/licenses/MIT"
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
# -f, -y, --force, --yes
|
# -f, -y, --force, --yes
|
||||||
# Skip the confirmation prompt during installation
|
# 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}"
|
GITHUB_URL="https://github.com/veeso/termscp/releases/download/v${TERMSCP_VERSION}"
|
||||||
DEB_URL="${GITHUB_URL}/termscp_${TERMSCP_VERSION}_amd64.deb"
|
DEB_URL="${GITHUB_URL}/termscp_${TERMSCP_VERSION}_amd64.deb"
|
||||||
RPM_URL="${GITHUB_URL}/termscp-${TERMSCP_VERSION}-1.x86_64.rpm"
|
RPM_URL="${GITHUB_URL}/termscp-${TERMSCP_VERSION}-1.x86_64.rpm"
|
||||||
|
|||||||
@@ -53,7 +53,7 @@
|
|||||||
you can install it downloading the ZIP file from</span
|
you can install it downloading the ZIP file from</span
|
||||||
>
|
>
|
||||||
<a
|
<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"
|
target="_blank"
|
||||||
>Github</a
|
>Github</a
|
||||||
>
|
>
|
||||||
@@ -109,7 +109,7 @@
|
|||||||
On Debian based distros, you can install termscp using the Deb
|
On Debian based distros, you can install termscp using the Deb
|
||||||
package via:
|
package via:
|
||||||
</p>
|
</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>
|
sudo <span class="function">dpkg</span> -i <span class="string">termscp.deb</span></pre>
|
||||||
</div>
|
</div>
|
||||||
<h3>
|
<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
|
On RedHat based distros, you can install termscp using the RPM
|
||||||
package via:
|
package via:
|
||||||
</p>
|
</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>
|
sudo <span class="function">rpm</span> -U <span class="string">termscp.rpm</span></pre>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
<div class="alert alert-center alert-success">
|
<div class="alert alert-center alert-success">
|
||||||
<p>
|
<p>
|
||||||
<span translate="intro.versionAlert"
|
<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
|
||||||
>
|
>
|
||||||
<a href="#get-started" translate="intro.here">here!</a>
|
<a href="#get-started" translate="intro.here">here!</a>
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
"intro": {
|
"intro": {
|
||||||
"caption": "A feature rich terminal UI file transfer and explorer with support for SCP/SFTP/FTP/S3",
|
"caption": "A feature rich terminal UI file transfer and explorer with support for SCP/SFTP/FTP/S3",
|
||||||
"getStarted": "Get started →",
|
"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",
|
"here": "here",
|
||||||
"features": {
|
"features": {
|
||||||
"handy": {
|
"handy": {
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
"intro": {
|
"intro": {
|
||||||
"caption": "Un explorador y transferencia de archivos de terminal rico en funciones, con apoyo para SCP/SFTP/FTP/S3",
|
"caption": "Un explorador y transferencia de archivos de terminal rico en funciones, con apoyo para SCP/SFTP/FTP/S3",
|
||||||
"getStarted": "Para iniciar →",
|
"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ì",
|
"here": "aquì",
|
||||||
"features": {
|
"features": {
|
||||||
"handy": {
|
"handy": {
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
"intro": {
|
"intro": {
|
||||||
"caption": "Un file transfer et navigateur de terminal riche en fonctionnalités avec support pour SCP/SFTP/FTP/S3",
|
"caption": "Un file transfer et navigateur de terminal riche en fonctionnalités avec support pour SCP/SFTP/FTP/S3",
|
||||||
"getStarted": "Pour commencer →",
|
"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",
|
"here": "ici",
|
||||||
"features": {
|
"features": {
|
||||||
"handy": {
|
"handy": {
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
"intro": {
|
"intro": {
|
||||||
"caption": "Un file transfer ed explorer ricco di funzionalità con supporto per SFTP/SCP/FTP/S3",
|
"caption": "Un file transfer ed explorer ricco di funzionalità con supporto per SFTP/SCP/FTP/S3",
|
||||||
"getStarted": "Installa termscp →",
|
"getStarted": "Installa termscp →",
|
||||||
"versionAlert": "termscp 0.10.0 è ORA disponbile! Scaricalo da",
|
"versionAlert": "termscp 0.11.0 è ORA disponbile! Scaricalo da",
|
||||||
"here": "qui",
|
"here": "qui",
|
||||||
"features": {
|
"features": {
|
||||||
"handy": {
|
"handy": {
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
"intro": {
|
"intro": {
|
||||||
"caption": "功能丰富的终端 UI 文件传输和浏览器,支持 SCP/SFTP/FTP/S3",
|
"caption": "功能丰富的终端 UI 文件传输和浏览器,支持 SCP/SFTP/FTP/S3",
|
||||||
"getStarted": "开始 →",
|
"getStarted": "开始 →",
|
||||||
"versionAlert": "termscp 0.10.0 现已发布! 从下载",
|
"versionAlert": "termscp 0.11.0 现已发布! 从下载",
|
||||||
"here": "这里",
|
"here": "这里",
|
||||||
"features": {
|
"features": {
|
||||||
"handy": {
|
"handy": {
|
||||||
|
|||||||
Reference in New Issue
Block a user