Updated dependencies and adjusted code to update.

This commit is contained in:
2026-03-05 18:21:10 +01:00
parent dcbb38174d
commit 940a0bad75
7 changed files with 85 additions and 85 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ path = "src/main.rs"
common = {path = "../common"}
axum = "0.8.8"
tokio = { version = "1.49.0", default-features = false, features = ["full"] }
tokio = { version = "1.50.0", default-features = false, features = ["full"] }
http = "1.4.0"
tower-http = {version = "0.6.8", features = ["cors"]}
tracing = "=0.1.44"