fix patch error

This commit is contained in:
MystiPanda 2024-01-09 22:25:25 +08:00
parent f2198bf938
commit d93f823fc6

View File

@ -28,13 +28,13 @@ index 4c6dde5..5fd9ad8 100644
@@ -25,7 +25,6 @@ log4rs = "1" @@ -25,7 +25,6 @@ log4rs = "1"
nanoid = "0.4" nanoid = "0.4"
chrono = "0.4" chrono = "0.4"
sysinfo = "0.29" sysinfo = "0.30"
-rquickjs = "0.3" # 高版本不支持 Linux aarch64 -rquickjs = "0.3" # 高版本不支持 Linux aarch64
serde_json = "1.0" serde_json = "1.0"
serde_yaml = "0.9" serde_yaml = "0.9"
auto-launch = "0.5" auto-launch = "0.5"
@@ -34,6 +33,7 @@ port_scanner = "0.1.5" @@ -34,6 +33,7 @@ port_scanner = "0.1.5"
delay_timer = "0.11" delay_timer = "0.11.5"
parking_lot = "0.12" parking_lot = "0.12"
percent-encoding = "2.3.1" percent-encoding = "2.3.1"
+quick-rs = { path = "quick-rs" } +quick-rs = { path = "quick-rs" }