mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2026-03-24 16:52:24 +01:00
Update proxy to handle traffic
This commit is contained in:
@@ -18,10 +18,10 @@ tauri-build = { version = "1.0.0-rc.8", features = [] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
tauri = { version = "1.0.0-rc.9", features = ["api-all"] }
|
||||
|
||||
# zip library
|
||||
# ZIP-archive library.
|
||||
zip-extract = "0.1.1"
|
||||
|
||||
# For creating a "global" downloads list
|
||||
# For creating a "global" downloads list.
|
||||
lazy_static = "1.4.0"
|
||||
|
||||
# Access to the Windows Registry.
|
||||
@@ -38,6 +38,7 @@ hudsucker = "0.17.2"
|
||||
tracing = "0.1.21"
|
||||
tokio-rustls = "0.23.0"
|
||||
tokio-tungstenite = "0.17.0"
|
||||
tokio = { version = "1.18.2", features = ["signal"] }
|
||||
rustls-pemfile = "1.0.0"
|
||||
reqwest = { version = "0.11.3", features = ["stream"] }
|
||||
futures-util = "0.3.14"
|
||||
|
||||
Reference in New Issue
Block a user