mirror of
https://github.com/veeso/termscp.git
synced 2026-06-08 14:18:41 +02:00
Added open-rs to deps
This commit is contained in:
@@ -27,6 +27,7 @@ Released on FIXME: ??
|
|||||||
- Bugfix:
|
- Bugfix:
|
||||||
- Fixed broken input cursor when typing UTF8 characters (tui-realm 0.3.2)
|
- Fixed broken input cursor when typing UTF8 characters (tui-realm 0.3.2)
|
||||||
- Dependencies:
|
- Dependencies:
|
||||||
|
- Added `open 1.7.0`
|
||||||
- Updated `textwrap` to `0.14.0`
|
- Updated `textwrap` to `0.14.0`
|
||||||
- Updated `tui-realm` to `0.4.0`
|
- Updated `tui-realm` to `0.4.0`
|
||||||
|
|
||||||
|
|||||||
11
Cargo.lock
generated
11
Cargo.lock
generated
@@ -757,6 +757,16 @@ version = "0.3.0"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
|
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "open"
|
||||||
|
version = "1.7.0"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "1711eb4b31ce4ad35b0f316d8dfba4fe5c7ad601c448446d84aae7a896627b20"
|
||||||
|
dependencies = [
|
||||||
|
"which",
|
||||||
|
"winapi",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "openssl"
|
name = "openssl"
|
||||||
version = "0.10.34"
|
version = "0.10.34"
|
||||||
@@ -1329,6 +1339,7 @@ dependencies = [
|
|||||||
"lazy_static",
|
"lazy_static",
|
||||||
"log",
|
"log",
|
||||||
"magic-crypt",
|
"magic-crypt",
|
||||||
|
"open",
|
||||||
"path-slash",
|
"path-slash",
|
||||||
"pretty_assertions",
|
"pretty_assertions",
|
||||||
"rand 0.8.3",
|
"rand 0.8.3",
|
||||||
|
|||||||
@@ -39,6 +39,7 @@ hostname = "0.3.1"
|
|||||||
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.7"
|
||||||
|
open = "1.7.0"
|
||||||
rand = "0.8.3"
|
rand = "0.8.3"
|
||||||
regex = "1.5.4"
|
regex = "1.5.4"
|
||||||
rpassword = "5.0.1"
|
rpassword = "5.0.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user