From 008be3daa24e5e960c9a9790f0c79eb2fb25dd0b Mon Sep 17 00:00:00 2001 From: Farshad Date: Wed, 27 May 2026 06:06:17 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Automated=20Dependency=20U?= =?UTF-8?q?pgrade=20(#7)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains automated dependency upgrades that have been tested with `cargo check` and `cargo build` ## Changes ``` name old req compatible latest new req ==== ======= ========== ====== ======= serde_json 1.0.149 1.0.150 1.0.150 1.0.150 tokio 1.52.1 1.52.3 1.52.3 1.52.3 Upgrading git dependencies  Locking 0 packages to latest Rust 1.90.0 compatible versions Upgrading recursive dependencies  Locking 0 packages to latest Rust 1.90.0 compatible versions note: Re-run with `--verbose` to show more dependencies git: axum-app-wrapper latest: 10 packages ``` ## Testing ✅ Generated test project with aide ✅ Generated test project without aide ✅ All builds passed ✅ All checks passed ## Workflow Run https://gitea.fasharp.io/fa-sharp/axum-template/actions/runs/18 --- *This PR was automatically created by the dependency check workflow.* Co-authored-by: Dependency Bot Reviewed-on: https://gitea.fasharp.io/fa-sharp/axum-template/pulls/7 --- Cargo.toml.liquid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml.liquid b/Cargo.toml.liquid index 6043453..5b02d50 100644 --- a/Cargo.toml.liquid +++ b/Cargo.toml.liquid @@ -27,8 +27,8 @@ schemars = { version = "1.2", features = [ ] } {% endif %} serde = { version = "1.0.228", features = ["derive"] } -serde_json = "1.0.149" -tokio = { version = "1.52.1", default-features = false, features = [ +serde_json = "1.0.150" +tokio = { version = "1.52.3", default-features = false, features = [ "macros", "net", "rt",