mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
dependencies updated
This commit is contained in:
@@ -33,8 +33,14 @@ Released on ??
|
||||
> ⭐ 500 stars update 🌟
|
||||
|
||||
- Dependencies:
|
||||
- Bump `argh` to `0.1.8`
|
||||
- Bump `chrono` to `0.4.22`
|
||||
- Bump `keyring` to `1.2.0`
|
||||
- Bump `open` to `3.0.2`
|
||||
- Changed `regex` to `lazy-regex 2.3.0`
|
||||
- Bump `tuirealm` to `1.8.0`
|
||||
- Bump `tui-realm-stdlib` to `1.1.7`
|
||||
- Bump `wildmatch` to `2.1.1`
|
||||
|
||||
## 0.9.0
|
||||
|
||||
|
||||
562
Cargo.lock
generated
562
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
16
Cargo.toml
16
Cargo.toml
@@ -31,22 +31,22 @@ name = "termscp"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
argh = "0.1.7"
|
||||
argh = "0.1.8"
|
||||
bitflags = "1.3.2"
|
||||
bytesize = "1.1.0"
|
||||
chrono = "0.4.19"
|
||||
chrono = "0.4.22"
|
||||
content_inspector = "0.2.4"
|
||||
dirs = "4.0.0"
|
||||
edit = "0.1.4"
|
||||
hostname = "0.3.1"
|
||||
keyring = { version = "1.1.2", optional = true }
|
||||
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.6", default-features = false, features = [ "d" ] }
|
||||
open = "2.1.3"
|
||||
open = "3.0.2"
|
||||
rand = "0.8.5"
|
||||
remotefs = "^0.2.0"
|
||||
remotefs-aws-s3 = "^0.2.0"
|
||||
@@ -59,15 +59,15 @@ simplelog = "0.12.0"
|
||||
tempfile = "3.2.0"
|
||||
thiserror = "^1.0.0"
|
||||
toml = "0.5.0"
|
||||
tui-realm-stdlib = "1.1.6"
|
||||
tuirealm = "1.6.0"
|
||||
tui-realm-stdlib = "1.1.7"
|
||||
tuirealm = "1.8.0"
|
||||
unicode-width = "0.1.8"
|
||||
whoami = "1.2.1"
|
||||
wildmatch = "2.1.0"
|
||||
wildmatch = "2.1.1"
|
||||
|
||||
[dev-dependencies]
|
||||
pretty_assertions = "1.2.1"
|
||||
serial_test = "^0.7.0"
|
||||
serial_test = "^0.9.0"
|
||||
|
||||
[features]
|
||||
default = [ "with-keyring" ]
|
||||
|
||||
Reference in New Issue
Block a user