fix http response load when filter (#251)

This commit is contained in:
Hao Xiang
2025-09-17 04:01:00 +08:00
committed by GitHub
parent 8c3ed60579
commit fec64b5c02
11 changed files with 97 additions and 102 deletions

11
src-tauri/Cargo.lock generated
View File

@@ -822,6 +822,16 @@ dependencies = [
"zeroize",
]
[[package]]
name = "charset"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1f927b07c74ba84c7e5fe4db2baeb3e996ab2688992e39ac68ce3220a677c7e"
dependencies = [
"base64 0.22.1",
"encoding_rs",
]
[[package]]
name = "chrono"
version = "0.4.41"
@@ -7826,6 +7836,7 @@ dependencies = [
name = "yaak-app"
version = "0.0.0"
dependencies = [
"charset",
"chrono",
"cookie",
"encoding_rs",