Skip to content

Commit

Permalink
feat: updated to axum 0.7 (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wicpar committed Apr 7, 2024
1 parent 8283aaf commit 271d13e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -22,7 +22,7 @@ serde = "1.0"
thiserror = "1.0"
tracing = { version = "0.1", optional = true }
warp-framework = { package = "warp", version = "0.3", default-features = false, optional = true }
axum-framework = { package = "axum", version = "0.6", default-features = false, optional = true }
axum-framework = { package = "axum", version = "0.7", default-features = false, optional = true }

[dev-dependencies]
chrono = { version = "0.4", features = ["serde"] }
Expand Down

0 comments on commit 271d13e

Please sign in to comment.