fix: bound plugin websocket open

This commit is contained in:
2026-06-21 22:14:58 +09:00
parent ce62d23502
commit a766048f29
4 changed files with 352 additions and 53 deletions
Generated
+16
View File
@@ -2885,6 +2885,7 @@ dependencies = [
"dotenv",
"fs4",
"futures",
"futures-util",
"include_dir",
"libc",
"llm-worker",
@@ -2906,6 +2907,7 @@ dependencies = [
"thiserror 2.0.18",
"ticket",
"tokio",
"tokio-tungstenite",
"toml",
"tools",
"tracing",
@@ -4471,6 +4473,20 @@ dependencies = [
"tokio",
]
[[package]]
name = "tokio-tungstenite"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
dependencies = [
"futures-util",
"log",
"native-tls",
"tokio",
"tokio-native-tls",
"tungstenite",
]
[[package]]
name = "tokio-util"
version = "0.7.18"