Commit Graph

7 Commits

Author SHA1 Message Date
008be3daa2 ⬆️ Automated Dependency Upgrade (#7)
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 <bot@gitea.actions>
Reviewed-on: #7
2026-05-27 06:06:17 +00:00
ace3543c5a ⬆️ Automated Dependency Upgrade (#6)
This PR contains automated dependency upgrades that have been tested with `cargo check` and `cargo build`

## Changes

```
name               old req        compatible     latest         new req
====               =======        ==========     ======         =======
aide               0.16.0-alpha.2 0.16.0-alpha.4 0.16.0-alpha.4 0.16.0-alpha.4
axum               0.8.8          0.8.9          0.8.9          0.8.9
tokio              1.49.0         1.52.1         1.52.1         1.52.1
tracing-subscriber 0.3.22         0.3.23         0.3.23         0.3.23
   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: 8 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/17

---
*This PR was automatically created by the dependency check workflow.*

Co-authored-by: Dependency Bot <bot@gitea.actions>
Reviewed-on: #6
2026-05-01 06:06:43 +00:00
ffc5b946c2 ⬆️ Automated Dependency Upgrade (#5)
This PR contains automated dependency upgrades that have been tested with `cargo check` and `cargo build`

## Changes

```
name       old req        compatible     latest         new req
====       =======        ==========     ======         =======
aide       0.16.0-alpha.1 0.16.0-alpha.2 0.16.0-alpha.2 0.16.0-alpha.2
anyhow     1.0.101        1.0.102        1.0.102        1.0.102
schemars   1.0            1.2.1          1.2.1          1.2
serde_json 1.0.145        1.0.149        1.0.149        1.0.149
tokio      1.48.0         1.49.0         1.49.0         1.49.0
   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: 7 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/14

---
*This PR was automatically created by the dependency check workflow.*

Co-authored-by: Dependency Bot <bot@gitea.actions>
Reviewed-on: #5
2026-02-20 10:19:08 +00:00
2c807d62bc add openapi routes to aide template 2026-02-20 04:57:27 -05:00
a95de873ed Add serde derive feature 2026-02-19 16:01:32 -05:00
525e3b3429 Use Rust 2024 edition to avoid Future import 2026-02-19 15:59:09 -05:00
1f03671ce8 Rename Cargo.toml to Cargo.toml.liquid for templating 2026-02-19 15:55:06 -05:00