Updated deps

This commit is contained in:
veeso
2022-01-05 13:13:41 +01:00
committed by Christian Visintin
parent 332284fec3
commit 49e69277af
3 changed files with 29 additions and 24 deletions

View File

@@ -78,10 +78,19 @@ Released on 06/01/2022
- Added `unicode-width 0.1.8` - Added `unicode-width 0.1.8`
- Updated `argh` to `0.1.7` - Updated `argh` to `0.1.7`
- Updated `keyring` to `1.0.0` - Updated `keyring` to `1.0.0`
- Updated `magic-crypt` to `3.1.9`
- Updated `open` to `2.0.2`
- Updated `notify-rust` to `4.5.5`
- Updated `self_update` to `0.28.0`
- Updated `simplelog` to `0.11.1`
- Updated `tempfile` to `3.2.0`
- Updated `tui-realm` to `1.4.2` - Updated `tui-realm` to `1.4.2`
- Updated `tui-realm-stdlib` to `1.1.4` - Updated `tui-realm-stdlib` to `1.1.5`
- Updated `whoami` to `1.2.1`
- Updated `wildmatch` to `2.1.0`
- Removed `rust-s3`, `ssh2`, `suppaftp`; replaced by `remotefs 0.2.0`, `remotefs-aws-s3 0.1.0`, `remotefs-ftp 0.1.0` and `remotefs-ssh 0.1.0` - Removed `rust-s3`, `ssh2`, `suppaftp`; replaced by `remotefs 0.2.0`, `remotefs-aws-s3 0.1.0`, `remotefs-ftp 0.1.0` and `remotefs-ssh 0.1.0`
- Removed `crossterm` (since bridged by tui-realm) - Removed `crossterm` (since bridged by tui-realm)
- Removed `textwrap` (unused)
## 0.7.0 ## 0.7.0

19
Cargo.lock generated
View File

@@ -367,9 +367,7 @@ dependencies = [
"encode_unicode", "encode_unicode",
"libc", "libc",
"once_cell", "once_cell",
"regex",
"terminal_size", "terminal_size",
"unicode-width",
"winapi", "winapi",
] ]
@@ -1035,9 +1033,9 @@ dependencies = [
[[package]] [[package]]
name = "indicatif" name = "indicatif"
version = "0.15.0" version = "0.16.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7baab56125e25686df467fe470785512329883aab42696d661247aca2a2896e4" checksum = "2d207dc617c7a380ab07ff572a6e52fa202a2a8f355860ac9c38e23f8196be1b"
dependencies = [ dependencies = [
"console", "console",
"lazy_static", "lazy_static",
@@ -1429,9 +1427,9 @@ dependencies = [
[[package]] [[package]]
name = "number_prefix" name = "number_prefix"
version = "0.3.0" version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17b02fc0ff9a9e4b35b3342880f48e896ebf69f2967921fe8646bf5b7125956a" checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
[[package]] [[package]]
name = "objc" name = "objc"
@@ -2017,9 +2015,9 @@ dependencies = [
[[package]] [[package]]
name = "self_update" name = "self_update"
version = "0.27.0" version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fb85f1802f7b987237b8525c0fde86ea86f31c957c1875467c727d5b921179c" checksum = "5bc3e89793fe56c82104ddc103c998e4e94713cb975202207829e61031eb4be6"
dependencies = [ dependencies = [
"either", "either",
"flate2", "flate2",
@@ -2187,9 +2185,9 @@ dependencies = [
[[package]] [[package]]
name = "simplelog" name = "simplelog"
version = "0.10.2" version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85d04ae642154220ef00ee82c36fb07853c10a4f2a0ca6719f9991211d2eb959" checksum = "ecabc0118918611790b8615670ab79296272cbe09496b6884b02b1e929c20886"
dependencies = [ dependencies = [
"chrono", "chrono",
"log", "log",
@@ -2380,7 +2378,6 @@ dependencies = [
"serial_test", "serial_test",
"simplelog", "simplelog",
"tempfile", "tempfile",
"textwrap",
"thiserror", "thiserror",
"toml", "toml",
"tui-realm-stdlib", "tui-realm-stdlib",

View File

@@ -43,9 +43,9 @@ hostname = "0.3.1"
keyring = { version = "1.0.0", optional = true } keyring = { version = "1.0.0", optional = true }
lazy_static = "1.4.0" lazy_static = "1.4.0"
log = "0.4.14" log = "0.4.14"
magic-crypt = "3.1.7" magic-crypt = "3.1.9"
notify-rust = { version = "4.5.3", default-features = false, features = [ "d" ] } notify-rust = { version = "4.5.5", default-features = false, features = [ "d" ] }
open = "2.0.1" open = "2.0.2"
rand = "0.8.4" rand = "0.8.4"
regex = "1.5.4" regex = "1.5.4"
remotefs = "^0.2.0" remotefs = "^0.2.0"
@@ -53,18 +53,17 @@ remotefs-aws-s3 = "^0.1.0"
remotefs-ftp = { version = "^0.1.0", features = [ "secure" ] } remotefs-ftp = { version = "^0.1.0", features = [ "secure" ] }
remotefs-ssh = "^0.1.0" remotefs-ssh = "^0.1.0"
rpassword = "5.0.1" rpassword = "5.0.1"
self_update = { version = "0.27.0", features = [ "archive-tar", "archive-zip", "compression-flate2", "compression-zip-deflate" ] } self_update = { version = "0.28.0", features = [ "archive-tar", "archive-zip", "compression-flate2", "compression-zip-deflate" ] }
serde = { version = "^1.0.0", features = [ "derive" ] } serde = { version = "^1.0.0", features = [ "derive" ] }
simplelog = "0.10.0" simplelog = "0.11.1"
tempfile = "3.1.0" tempfile = "3.2.0"
textwrap = "0.14.2"
thiserror = "^1.0.0" thiserror = "^1.0.0"
toml = "0.5.8" toml = "0.5.8"
tui-realm-stdlib = "^1.1.0" tui-realm-stdlib = "1.1.5"
tuirealm = "^1.2.0" tuirealm = "1.4.2"
unicode-width = "^0.1.8" unicode-width = "0.1.8"
whoami = "1.1.1" whoami = "1.2.1"
wildmatch = "2.0.0" wildmatch = "2.1.0"
[dev-dependencies] [dev-dependencies]
pretty_assertions = "0.7.2" pretty_assertions = "0.7.2"