fix(operations): bound handler lifetimes

req: operations/003
This commit is contained in:
slhx agent
2026-07-13 22:06:12 +02:00
parent 2bc68c5777
commit d2ae025e13
7 changed files with 240 additions and 16 deletions
+2 -1
View File
@@ -32,7 +32,7 @@ hemx-axum = { path = "../../hemx-axum", optional = true }
hemx-sync = { path = "../../hemx-sync" }
serde = { version = "1", features = ["derive"], optional = true }
serde_json = { version = "1", optional = true }
tokio = { version = "1", features = ["macros", "net", "rt-multi-thread", "time"], optional = true }
tokio = { version = "1", features = ["fs", "macros", "net", "rt-multi-thread", "time"], optional = true }
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
hemplate = { path = "../../../hemplate/hemplate" }
@@ -41,6 +41,7 @@ hemplate = { path = "../../../hemplate/hemplate" }
hemx-test = { path = "../../hemx-test" }
scraper = "0.23"
thirtyfour = "0.35"
tower = { version = "0.5", features = ["util"] }
[build-dependencies]
hemx-build = { path = "../../hemx-build" }