Skip to content

Commit d8427b2

Browse files
Atroxsamscott89
andauthored
update axum to v0.8 (#118)
* update axum to v0.8 * update rust-version to 1.75 * remove async_trait * Revert msrv change --------- Co-authored-by: Sam Scott <[email protected]>
1 parent 4dd54a1 commit d8427b2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ serde = "1.0"
2121
thiserror = "1.0"
2222
tracing = { version = "0.1", optional = true }
2323
warp-framework = { package = "warp", version = "0.3", default-features = false, optional = true }
24-
axum-framework = { package = "axum", version = "0.7", default-features = false, optional = true }
24+
axum-framework = { package = "axum", version = "0.8", default-features = false, optional = true }
2525

2626
[dev-dependencies]
2727
chrono = { version = "0.4", features = ["serde"] }

src/axum.rs

-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ impl<T: std::fmt::Debug> std::fmt::Debug for QsQuery<T> {
6868
}
6969
}
7070

71-
#[axum::async_trait]
7271
impl<T, S> FromRequestParts<S> for QsQuery<T>
7372
where
7473
T: serde::de::DeserializeOwned,

0 commit comments

Comments
 (0)