mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
updated dependencies
This commit is contained in:
@@ -29,6 +29,8 @@ Released on ??
|
|||||||
|
|
||||||
- Bugfix:
|
- Bugfix:
|
||||||
- [Issue 92](https://github.com/veeso/termscp/issues/92): updated ssh2-config to 0.1.3, which solves this issue.
|
- [Issue 92](https://github.com/veeso/termscp/issues/92): updated ssh2-config to 0.1.3, which solves this issue.
|
||||||
|
- Dependencies:
|
||||||
|
- Updated `tui-realm-stdlib` to `1.1.6`
|
||||||
|
|
||||||
## 0.8.0
|
## 0.8.0
|
||||||
|
|
||||||
|
|||||||
8
Cargo.lock
generated
8
Cargo.lock
generated
@@ -1631,9 +1631,9 @@ checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pretty_assertions"
|
name = "pretty_assertions"
|
||||||
version = "0.7.2"
|
version = "1.1.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "1cab0e7c02cf376875e9335e0ba1da535775beb5450d21e1dffca068818ed98b"
|
checksum = "76d5b548b725018ab5496482b45cb8bef21e9fed1858a6d674e3a8a0f0bb5d50"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ansi_term",
|
"ansi_term",
|
||||||
"ctor",
|
"ctor",
|
||||||
@@ -2563,9 +2563,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tui-realm-stdlib"
|
name = "tui-realm-stdlib"
|
||||||
version = "1.1.5"
|
version = "1.1.6"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "21740681b37a84d5a2a9cf00eec596bf6893c5e92689e11dd5b7456e284c5d7a"
|
checksum = "0566e37c05db854178698583e6bad03fdbcfdef8b389294c6934efc18c32f620"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"textwrap",
|
"textwrap",
|
||||||
"tuirealm",
|
"tuirealm",
|
||||||
|
|||||||
@@ -58,14 +58,14 @@ simplelog = "0.11.1"
|
|||||||
tempfile = "3.2.0"
|
tempfile = "3.2.0"
|
||||||
thiserror = "^1.0.0"
|
thiserror = "^1.0.0"
|
||||||
toml = "0.5.8"
|
toml = "0.5.8"
|
||||||
tui-realm-stdlib = "1.1.5"
|
tui-realm-stdlib = "1.1.6"
|
||||||
tuirealm = "1.4.2"
|
tuirealm = "1.4.2"
|
||||||
unicode-width = "0.1.8"
|
unicode-width = "0.1.8"
|
||||||
whoami = "1.2.1"
|
whoami = "1.2.1"
|
||||||
wildmatch = "2.1.0"
|
wildmatch = "2.1.0"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
pretty_assertions = "0.7.2"
|
pretty_assertions = "1.1.0"
|
||||||
serial_test = "^0.5.1"
|
serial_test = "^0.5.1"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|||||||
Reference in New Issue
Block a user