fix: bind Runtime WebSockets to egress policy

This commit is contained in:
2026-09-08 05:29:53 +09:00
parent 73a35599d2
commit f5e9f49a13
5 changed files with 121 additions and 9 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ memory.workspace = true
merge-request.workspace = true
tokio = { workspace = true, features = ["fs", "macros", "net", "rt-multi-thread", "sync", "time"] }
tower.workspace = true
tokio-tungstenite.workspace = true
tokio-tungstenite = { workspace = true, features = ["rustls-tls-webpki-roots"] }
worker.workspace = true
workspace-api.workspace = true
workdir = { workspace = true, features = ["http-client"] }