Skip to content

Conversation

brndnmtthws
Copy link
Owner

This resolves #4

@brndnmtthws brndnmtthws merged commit 4098eef into main Jan 15, 2025
2 checks passed
@brndnmtthws brndnmtthws deleted the fix-axum-example branch January 15, 2025 12:43
@andreacfromtheapp
Copy link

thanks @brndnmtthws for this timely fix!

FWIW: using up to date crates works fine.

[package]
name = "api-service"
version = "0.1.0"
edition = "2021"

[dependencies]
axum = "0.8.1"
chrono = { version = "0.4.39", features = ["serde"] }
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.135"
sqlx = { version = "0.8.3", features = [ "runtime-tokio-rustls", "sqlite", "chrono", "macros", ] }
tokio = { version = "1.43.0", features = ["macros", "rt-multi-thread"] }
tower-http = { version = "0.6.2", features = ["trace", "cors"] }
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }

loving your book and your methodology <3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update the axum example to 0.8
2 participants