fix: remove duct

This commit is contained in:
SpikeHD
2023-06-06 17:33:36 -07:00
parent 06e1ca23e1
commit ed9fb9a644
4 changed files with 8 additions and 39 deletions

37
src-tauri/Cargo.lock generated
View File

@@ -793,7 +793,6 @@ dependencies = [
"args",
"cc",
"ctrlc",
"duct",
"file_diff",
"futures-util",
"getopts",
@@ -1016,18 +1015,6 @@ dependencies = [
"dtoa",
]
[[package]]
name = "duct"
version = "0.13.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fc6a0a59ed0888e0041cf708e66357b7ae1a82f1c67247e1f93b5e0818f7d8d"
dependencies = [
"libc",
"once_cell",
"os_pipe 0.9.2",
"shared_child 0.3.5",
]
[[package]]
name = "either"
version = "1.7.0"
@@ -2624,16 +2611,6 @@ dependencies = [
"winapi",
]
[[package]]
name = "os_pipe"
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb233f06c2307e1f5ce2ecad9f8121cffbbee2c95428f44ea85222e460d0d213"
dependencies = [
"libc",
"winapi",
]
[[package]]
name = "os_pipe"
version = "1.0.1"
@@ -3779,16 +3756,6 @@ dependencies = [
"lazy_static",
]
[[package]]
name = "shared_child"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6be9f7d5565b1483af3e72975e2dee33879b3b86bd48c0929fccf6585d79e65a"
dependencies = [
"libc",
"winapi",
]
[[package]]
name = "shared_child"
version = "1.0.0"
@@ -4121,7 +4088,7 @@ dependencies = [
"once_cell",
"open",
"os_info",
"os_pipe 1.0.1",
"os_pipe",
"percent-encoding",
"rand 0.8.5",
"raw-window-handle",
@@ -4132,7 +4099,7 @@ dependencies = [
"serde_json",
"serde_repr",
"serialize-to-javascript",
"shared_child 1.0.0",
"shared_child",
"state",
"tar",
"tauri-macros",