summaryrefslogtreecommitdiff
path: root/examples/axum/axum-hello-world/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* release: Bump versions in examples/ and maint/Wesley Aptekar-Cassels2025-10-021-5/+5
|
* release: Run fixup-features.Wesley Aptekar-Cassels2025-10-011-5/+5
|
* Require tracing-subscriber 0.3.20Nick Mathewson2025-09-021-1/+1
| | | | Fixes RUSTSEC-2025-0055.
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-1/+1
| | | | | | | | | | | | | | First, run ``` git grep -l "^edition =" | xargs perl -i -pe 's/^edition *=.*/edition = "2024"/;' ``` Second, manually verify that all Cargo.toml files have changed, and nothing else has changed. Third, run cargo fmt again.
* Upgrade to axum 8Ian Jackson2025-02-051-1/+1
| | | | We use this in an example only.
* add example: axum router as onion servicetidely2024-09-241-0/+35