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
[1m[32m Locking[0m 0 packages to latest Rust 1.90.0 compatible versions
Upgrading recursive dependencies
[1m[32m Locking[0m 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
594e15a768
add Dockerfile
2026-02-22 02:24:28 -05:00
13918f65ad
ci: remove unnecessary steps when no updates are available
2026-02-20 23:12:20 -05:00
97c8b6a38d
Update README.md
2026-02-20 05:51:00 -05:00
97854359bf
Update README.md
2026-02-20 05:43:55 -05:00
bf394f7dbc
Create .gitignore.liquid
2026-02-20 05:43:55 -05:00
9096d6a3e9
Delete TEMPLATE_USAGE.md
2026-02-20 05:43:55 -05: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
[1m[32m Locking[0m 0 packages to latest Rust 1.90.0 compatible versions
Upgrading recursive dependencies
[1m[32m Locking[0m 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
2efaa86440
add hello routes to template
2026-02-20 03:56:40 -05:00
ea5a23ac23
ci: fix gitea credentials for opening pr
2026-02-20 03:41:08 -05:00
8415a4e503
Update dependency-check.yml
2026-02-20 03:29:26 -05:00
0e0da24caf
ci: fix remote git url
2026-02-20 03:25:40 -05:00
e0f91c6c80
ci: fix duplicate git commit
2026-02-20 03:14:02 -05:00
da2129344d
Update dependency-check.yml
2026-02-20 03:07:12 -05:00
19b1952d14
Update dependency-check.yml
2026-02-20 03:03:02 -05:00
673a53c34b
ci: use own pr logic
2026-02-20 02:55:14 -05:00
a0e9e2d834
Update dependency-check.yml
2026-02-20 02:32:26 -05:00
29dda132d8
Update dependency-check.yml
2026-02-20 02:30:06 -05:00
634b677947
ci: checkout and commit new deps
2026-02-20 02:28:00 -05:00
2f9dccdf4f
ci: fix pr action branch
2026-02-20 02:20:15 -05:00
80c77444d2
ci: fix public server URL
2026-02-20 01:48:39 -05:00
b3e301e45a
Update dependency-check.yml
2026-02-20 01:46:50 -05:00
463bc47b1d
Update dependency-check.yml
2026-02-20 01:42:48 -05:00
639242873e
ci: fix issue branch
2026-02-20 01:33:19 -05:00
7de4a9a86a
Update dependency-check.yml
2026-02-20 01:14:20 -05:00
2aa5f9f10c
ci: remove verbose flags
2026-02-20 00:59:24 -05:00
d10d712d20
Update dependency-check.yml
2026-02-20 00:57:07 -05:00
e6dd9f37f2
ci: fix cargo generate with cached cargo deps
2026-02-20 00:36:15 -05:00
6429112893
ci: permissions
2026-02-20 00:21:12 -05:00
c0828867bd
ci: add automated PR for dep upgrades
2026-02-20 00:10:02 -05:00
4159d0d7ff
Update dependency-check.yml
2026-02-19 23:42:15 -05:00
0e1a0a4fbf
ci: fix issues
2026-02-19 23:24:12 -05:00
31cddd1e35
ci: add weekly dependency check
2026-02-19 23:04:47 -05:00
71cd24c814
Add comprehensive template usage guide
2026-02-19 16:06:42 -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
4769ad9df1
Fix Jinja2 template syntax formatting
2026-02-19 15:54:08 -05:00
694b94d579
Initial commit: Axum web service template
2026-02-19 15:45:45 -05:00