bump cargo.lock, add tracing feature to axum-extra

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-06-10 16:43:04 -04:00
parent b9d38fd3ba
commit ac02078395
2 changed files with 32 additions and 31 deletions

View file

@ -77,7 +77,7 @@ features = [
[workspace.dependencies.axum-extra]
version = "0.9.3"
default-features = false
features = ["typed-header"]
features = ["typed-header", "tracing"]
[workspace.dependencies.axum-server]
version = "0.6.0"