Update proxy to handle traffic

This commit is contained in:
KingRainbow44
2022-05-16 01:57:34 -04:00
parent 167e13c941
commit acb59ce8a4
7 changed files with 84 additions and 21 deletions

11
src-tauri/Cargo.lock generated
View File

@@ -671,6 +671,7 @@ dependencies = [
"serde_json",
"tauri",
"tauri-build",
"tokio",
"tokio-rustls",
"tokio-tungstenite",
"tracing",
@@ -3302,6 +3303,15 @@ dependencies = [
"winapi",
]
[[package]]
name = "signal-hook-registry"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
dependencies = [
"libc",
]
[[package]]
name = "siphasher"
version = "0.3.10"
@@ -3877,6 +3887,7 @@ dependencies = [
"num_cpus",
"once_cell",
"pin-project-lite",
"signal-hook-registry",
"socket2",
"winapi",
]