mirror of
https://github.com/veeso/termscp.git
synced 2025-12-06 17:15:35 -08:00
updated deps
This commit is contained in:
12
CHANGELOG.md
12
CHANGELOG.md
@@ -30,7 +30,8 @@
|
|||||||
|
|
||||||
Released on ??
|
Released on ??
|
||||||
|
|
||||||
> ⭐ 500 stars update 🌟
|
> ⭐ 500 stars update ⭐
|
||||||
|
> Thank you for supporting termscp and make it reaching 500 stars on Github
|
||||||
|
|
||||||
- **Changed keybindings for BACKTAB**: backtab will now change the explorer tab
|
- **Changed keybindings for BACKTAB**: backtab will now change the explorer tab
|
||||||
- To active the LOG PANEL, use `P`
|
- To active the LOG PANEL, use `P`
|
||||||
@@ -40,17 +41,22 @@ Released on ??
|
|||||||
- Fixed [Issue 122](https://github.com/veeso/termscp/issues/122)
|
- Fixed [Issue 122](https://github.com/veeso/termscp/issues/122)
|
||||||
- Fixed version comparison when going above 0.9
|
- Fixed version comparison when going above 0.9
|
||||||
- Dependencies:
|
- Dependencies:
|
||||||
- Bump `argh` to `0.1.8`
|
- Bump `argh` to `0.1.9`
|
||||||
- Bump `chrono` to `0.4.22`
|
- Bump `chrono` to `0.4.22`
|
||||||
- Bump `keyring` to `1.2.0`
|
- Bump `keyring` to `1.2.0`
|
||||||
- Bump `open` to `3.0.2`
|
- Bump `notify-rust` to `4.5.10`
|
||||||
|
- Bump `open` to `3.0.3`
|
||||||
|
- Bump `rpassword` to `7.0.0`
|
||||||
- Changed `regex` to `lazy-regex 2.3.0`
|
- Changed `regex` to `lazy-regex 2.3.0`
|
||||||
- Bump `remotefs-ftp` to `0.1.2`
|
- Bump `remotefs-ftp` to `0.1.2`
|
||||||
- Bump `remotefs-ssh` to `0.1.2`
|
- Bump `remotefs-ssh` to `0.1.2`
|
||||||
|
- Bump `self_update` to `0.32`
|
||||||
- Bump `ssh2-config` to `0.1.3`
|
- Bump `ssh2-config` to `0.1.3`
|
||||||
- Bump `tuirealm` to `1.8.0`
|
- Bump `tuirealm` to `1.8.0`
|
||||||
- Bump `tui-realm-stdlib` to `1.1.7`
|
- Bump `tui-realm-stdlib` to `1.1.7`
|
||||||
|
- Bump `unicode-width` to `0.1.10`
|
||||||
- Added `version-compare 0.1.0`
|
- Added `version-compare 0.1.0`
|
||||||
|
- Bump `whoami` to `1.2.3`
|
||||||
- Bump `wildmatch` to `2.1.1`
|
- Bump `wildmatch` to `2.1.1`
|
||||||
- Removed libssl dependency
|
- Removed libssl dependency
|
||||||
|
|
||||||
|
|||||||
553
Cargo.lock
generated
553
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
22
Cargo.toml
22
Cargo.toml
@@ -31,7 +31,7 @@ name = "termscp"
|
|||||||
path = "src/main.rs"
|
path = "src/main.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
argh = "0.1.8"
|
argh = "0.1.9"
|
||||||
bitflags = "1.3.2"
|
bitflags = "1.3.2"
|
||||||
bytesize = "1.1.0"
|
bytesize = "1.1.0"
|
||||||
chrono = "0.4.22"
|
chrono = "0.4.22"
|
||||||
@@ -45,31 +45,31 @@ lazy_static = "1.4.0"
|
|||||||
log = "0.4.17"
|
log = "0.4.17"
|
||||||
magic-crypt = "3.1.10"
|
magic-crypt = "3.1.10"
|
||||||
notify = "4.0.17"
|
notify = "4.0.17"
|
||||||
notify-rust = { version = "4.5.6", default-features = false, features = [ "d" ] }
|
notify-rust = { version = "4.5.10", default-features = false, features = [ "d" ] }
|
||||||
open = "3.0.2"
|
open = "3.0.3"
|
||||||
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" ] }
|
||||||
remotefs-ftp = { version = "^0.1.2", features = [ "vendored", "native-tls" ] }
|
remotefs-ftp = { version = "^0.1.2", features = [ "vendored", "native-tls" ] }
|
||||||
remotefs-ssh = { version = "^0.1.2", features = [ "ssh2-vendored" ] }
|
remotefs-ssh = { version = "^0.1.2", features = [ "ssh2-vendored" ] }
|
||||||
rpassword = "6.0.1"
|
rpassword = "7.0.0"
|
||||||
self_update = { version = "0.30.0", 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.0.0", features = [ "derive" ] }
|
serde = { version = "^1", features = [ "derive" ] }
|
||||||
simplelog = "0.12.0"
|
simplelog = "0.12.0"
|
||||||
ssh2-config = "^0.1.3"
|
ssh2-config = "^0.1.3"
|
||||||
tempfile = "3.2.0"
|
tempfile = "3.2.0"
|
||||||
thiserror = "^1.0.0"
|
thiserror = "^1"
|
||||||
toml = "0.5.0"
|
toml = "0.5.0"
|
||||||
tui-realm-stdlib = "1.1.7"
|
tui-realm-stdlib = "1.1.7"
|
||||||
tuirealm = "1.8.0"
|
tuirealm = "1.8.0"
|
||||||
unicode-width = "0.1.8"
|
unicode-width = "0.1.10"
|
||||||
version-compare = "0.1.0"
|
version-compare = "0.1.0"
|
||||||
whoami = "1.2.1"
|
whoami = "1.2.3"
|
||||||
wildmatch = "2.1.1"
|
wildmatch = "2.1.1"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
pretty_assertions = "1.2.1"
|
pretty_assertions = "^1.3"
|
||||||
serial_test = "^0.9.0"
|
serial_test = "^0.9"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = [ "with-keyring" ]
|
default = [ "with-keyring" ]
|
||||||
|
|||||||
@@ -226,7 +226,7 @@ The user manual can be found on the [termscp's website](https://veeso.github.io/
|
|||||||
|
|
||||||
## Upcoming Features 🧪
|
## Upcoming Features 🧪
|
||||||
|
|
||||||
For **2022** there will be two major updates during the year.
|
For **2023** there will be two major updates during the year.
|
||||||
|
|
||||||
Planned for *future updates ⏲️*:
|
Planned for *future updates ⏲️*:
|
||||||
|
|
||||||
@@ -235,9 +235,8 @@ Planned for *future updates ⏲️*:
|
|||||||
- 🇫🇷 French
|
- 🇫🇷 French
|
||||||
- 🇩🇪 German
|
- 🇩🇪 German
|
||||||
- 🇮🇹 Italian
|
- 🇮🇹 Italian
|
||||||
- 🇳🇱 Dutch
|
|
||||||
- 🇪🇸 Spanish
|
- 🇪🇸 Spanish
|
||||||
- **Configuration profile for bookmarks 📚**: Basically this feature adds the possibility to have a specific setup for a certain host, instead of having only one global configuration. (Maybe will be postponed to spring 2022).
|
- **Configuration profile for bookmarks 📚**: Basically this feature adds the possibility to have a specific setup for a certain host, instead of having only one global configuration.
|
||||||
|
|
||||||
Along to new features, termscp developments is now focused on UX and performance improvements, so if you have any suggestion, feel free to open an issue.
|
Along to new features, termscp developments is now focused on UX and performance improvements, so if you have any suggestion, feel free to open an issue.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user