mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-27 10:42:12 +01:00
188 lines
5.5 KiB
Diff
188 lines
5.5 KiB
Diff
diff --git a/Cargo.lock b/Cargo.lock
|
|
index 64898c5..9a1ee8a 100644
|
|
--- a/Cargo.lock
|
|
+++ b/Cargo.lock
|
|
@@ -608,16 +608,6 @@ dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
-[[package]]
|
|
-name = "errno"
|
|
-version = "0.3.8"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
|
|
-dependencies = [
|
|
- "libc",
|
|
- "windows-sys 0.52.0",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "error-code"
|
|
version = "3.2.0"
|
|
@@ -902,15 +892,6 @@ version = "0.3.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
|
|
|
-[[package]]
|
|
-name = "home"
|
|
-version = "0.5.9"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
|
|
-dependencies = [
|
|
- "windows-sys 0.52.0",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "iana-time-zone"
|
|
version = "0.1.60"
|
|
@@ -1106,12 +1087,6 @@ version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dd1bc4d24ad230d21fb898d1116b1801d7adfc449d42026475862ab48b11e70e"
|
|
|
|
-[[package]]
|
|
-name = "linux-raw-sys"
|
|
-version = "0.4.13"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
|
|
-
|
|
[[package]]
|
|
name = "lock_api"
|
|
version = "0.4.11"
|
|
@@ -1137,25 +1112,6 @@ dependencies = [
|
|
"hashbrown",
|
|
]
|
|
|
|
-[[package]]
|
|
-name = "lua-src"
|
|
-version = "546.0.2"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "2da0daa7eee611a4c30c8f5ee31af55266e26e573971ba9336d2993e2da129b2"
|
|
-dependencies = [
|
|
- "cc",
|
|
-]
|
|
-
|
|
-[[package]]
|
|
-name = "luajit-src"
|
|
-version = "210.5.7+d06beb0"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "0d251fdacdabbf87704cf48ac1f8b1eb23d6e10855c3ee08e5beb25b4be2e9e4"
|
|
-dependencies = [
|
|
- "cc",
|
|
- "which",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "malloc_buf"
|
|
version = "0.0.6"
|
|
@@ -1235,8 +1191,6 @@ checksum = "d16a9ba1dd2c6ac971b204262d434c24d65067038598f0638b64e5dca28d52b8"
|
|
dependencies = [
|
|
"cc",
|
|
"cfg-if",
|
|
- "lua-src",
|
|
- "luajit-src",
|
|
"pkg-config",
|
|
]
|
|
|
|
@@ -1653,19 +1607,6 @@ version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
-[[package]]
|
|
-name = "rustix"
|
|
-version = "0.38.34"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
|
|
-dependencies = [
|
|
- "bitflags 2.5.0",
|
|
- "errno",
|
|
- "libc",
|
|
- "linux-raw-sys",
|
|
- "windows-sys 0.52.0",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "rustversion"
|
|
version = "1.0.15"
|
|
@@ -2418,18 +2359,6 @@ version = "0.1.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
|
|
|
|
-[[package]]
|
|
-name = "which"
|
|
-version = "6.0.1"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "8211e4f58a2b2805adfbefbc07bab82958fc91e3836339b1ab7ae32465dce0d7"
|
|
-dependencies = [
|
|
- "either",
|
|
- "home",
|
|
- "rustix",
|
|
- "winsafe",
|
|
-]
|
|
-
|
|
[[package]]
|
|
name = "winapi"
|
|
version = "0.3.9"
|
|
@@ -2684,12 +2613,6 @@ dependencies = [
|
|
"memchr",
|
|
]
|
|
|
|
-[[package]]
|
|
-name = "winsafe"
|
|
-version = "0.0.19"
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
|
|
-
|
|
[[package]]
|
|
name = "yazi-adaptor"
|
|
version = "0.2.5"
|
|
diff --git a/yazi-dds/Cargo.toml b/yazi-dds/Cargo.toml
|
|
index e502ecc..6658844 100644
|
|
--- a/yazi-dds/Cargo.toml
|
|
+++ b/yazi-dds/Cargo.toml
|
|
@@ -14,7 +14,7 @@ yazi-shared = { path = "../yazi-shared", version = "0.2.5" }
|
|
|
|
# External dependencies
|
|
anyhow = "1.0.82"
|
|
-mlua = { version = "0.9.7", features = [ "lua54", "vendored" ] }
|
|
+mlua = { version = "0.9.7", features = [ "lua54" ] }
|
|
parking_lot = "0.12.1"
|
|
serde = { version = "1.0.198", features = [ "derive" ] }
|
|
serde_json = "1.0.116"
|
|
diff --git a/yazi-fm/Cargo.toml b/yazi-fm/Cargo.toml
|
|
index 07f3af9..7e69d6f 100644
|
|
--- a/yazi-fm/Cargo.toml
|
|
+++ b/yazi-fm/Cargo.toml
|
|
@@ -24,7 +24,7 @@ better-panic = "0.3.0"
|
|
crossterm = { version = "0.27.0", features = [ "event-stream" ] }
|
|
fdlimit = "0.3.0"
|
|
futures = "0.3.30"
|
|
-mlua = { version = "0.9.7", features = [ "lua54", "vendored" ] }
|
|
+mlua = { version = "0.9.7", features = [ "lua54" ] }
|
|
ratatui = "=0.26.1"
|
|
scopeguard = "1.2.0"
|
|
syntect = { version = "5.2.0", default-features = false, features = [ "parsing", "plist-load", "regex-onig" ] }
|
|
diff --git a/yazi-plugin/Cargo.toml b/yazi-plugin/Cargo.toml
|
|
index 2e0a299..22f22da 100644
|
|
--- a/yazi-plugin/Cargo.toml
|
|
+++ b/yazi-plugin/Cargo.toml
|
|
@@ -21,7 +21,7 @@ ansi-to-tui = "3.1.0"
|
|
anyhow = "1.0.82"
|
|
futures = "0.3.30"
|
|
md-5 = "0.10.6"
|
|
-mlua = { version = "0.9.7", features = [ "lua54", "vendored", "serialize", "macros", "async" ] }
|
|
+mlua = { version = "0.9.7", features = [ "lua54", "serialize", "macros", "async" ] }
|
|
parking_lot = "0.12.1"
|
|
ratatui = "=0.26.1"
|
|
serde = "1.0.198"
|
|
diff --git a/yazi-proxy/Cargo.toml b/yazi-proxy/Cargo.toml
|
|
index c65553a..85cb219 100644
|
|
--- a/yazi-proxy/Cargo.toml
|
|
+++ b/yazi-proxy/Cargo.toml
|
|
@@ -14,5 +14,5 @@ yazi-shared = { path = "../yazi-shared", version = "0.2.5" }
|
|
|
|
# External dependencies
|
|
anyhow = "1.0.82"
|
|
-mlua = { version = "0.9.7", features = [ "lua54", "vendored" ] }
|
|
+mlua = { version = "0.9.7", features = [ "lua54" ] }
|
|
tokio = { version = "1.37.0", features = [ "full" ] }
|