Update Deps and Fix iFrame support

This commit is contained in:
2026-06-01 13:44:05 -04:00
parent 8d9d29cff1
commit f5910fdccf
2 changed files with 6 additions and 7 deletions
+3 -3
View File
@@ -4,12 +4,12 @@ version = "0.1.0"
edition = "2021"
[dependencies]
axum = "0.7"
axum = "0.8"
tokio = { version = "1", features = ["full"] }
tokio-util = { version = "0.7", features = ["io"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
dotenv = "0.15"
tower-http = { version = "0.5", features = ["compression-full", "timeout", "trace"] }
dotenvy = "0.15"
tower-http = { version = "0.6", features = ["compression-full", "timeout", "trace"] }
tracing = "0.1"
tracing-subscriber = "0.3"