From f5ab36c4ff9187688e71dac8706e5f55475db9d4 Mon Sep 17 00:00:00 2001 From: Dependency Bot Date: Fri, 1 May 2026 06:01:11 +0000 Subject: [PATCH] chore: upgrade dependencies --- Cargo.toml.liquid | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml.liquid b/Cargo.toml.liquid index 39b8292..6043453 100644 --- a/Cargo.toml.liquid +++ b/Cargo.toml.liquid @@ -6,7 +6,7 @@ description = "{{project-description}}" [dependencies] {% if include_aide %} -aide = { version = "0.16.0-alpha.2", features = [ +aide = { version = "0.16.0-alpha.4", features = [ "axum", "axum-json", "axum-query", @@ -14,7 +14,7 @@ aide = { version = "0.16.0-alpha.2", features = [ ] } {% endif %} anyhow = "1.0.102" -axum = { version = "0.8.8", features = ["json", "query"] } +axum = { version = "0.8.9", features = ["json", "query"] } axum-app-wrapper = { git = "https://gitea.fasharp.io/fa-sharp/axum-app-wrapper", rev = "a8d5e4f962" } dotenvy = "0.15.7" figment = { version = "0.10.19", features = ["env"] } @@ -28,7 +28,7 @@ schemars = { version = "1.2", features = [ {% endif %} serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.149" -tokio = { version = "1.49.0", default-features = false, features = [ +tokio = { version = "1.52.1", default-features = false, features = [ "macros", "net", "rt", @@ -36,5 +36,5 @@ tokio = { version = "1.49.0", default-features = false, features = [ "signal" ] } tracing = "0.1.44" -tracing-subscriber = { version = "0.3.22", features = ["env-filter", "json"] } +tracing-subscriber = { version = "0.3.23", features = ["env-filter", "json"] } type-map = "0.5.1"