1
0
Fork 0
mirror of https://github.com/tokio-rs/axum.git synced 2025-02-21 12:17:14 +01:00
Commit graph

9 commits

Author SHA1 Message Date
Zheng Li
19101f624d
Replace async_trait with AFIT / RPITIT ()
Co-authored-by: Jonas Platte <jplatte+git@posteo.de>
2024-09-28 21:27:11 +00:00
Jonas Platte
85b6fd49c7
Upgrade most example dependencies () 2024-09-27 18:50:52 +02:00
Jonas Platte
2fb6cea732
Remove unused dependencies from examples () 2024-09-25 03:44:47 -04:00
Weipeng Hong
ef1448a3f5
Use env!("CARGO_CRATE_NAME") in the example to simplify the tracing setup code () 2024-08-24 08:36:08 +02:00
Yuri Astrakhan
786329d85d
Use inline format args () 2023-09-19 06:51:57 +00:00
David Pedersen
f9ea40bb44
Don't depend on axum-macros in examples () 2023-07-26 20:21:39 +02:00
David Pedersen
b7665b209a
Fix CI () 2023-06-22 23:20:46 +02:00
David Pedersen
877e3fe4de Move TypedHeader to axum-extra ()
Co-authored-by: Michael Scofield <mscofield0@tutanota.com>
Co-authored-by: Jonas Platte <jplatte+git@posteo.de>
2023-04-21 17:45:31 +02:00
Georg Semmler
9da1897688
Add a diesel and diesel-async example ()
Co-authored-by: David Pedersen <david.pdrsn@gmail.com>
2023-03-28 17:32:00 +02:00