switch to patch/fork of axum-server to fix shutdown hangs

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

View file

@ -427,6 +427,11 @@ branch = "tracing-subscriber/env-filter-clone-0.1.x-backport"
git = "https://github.com/girlbossceo/tracing"
branch = "tracing-subscriber/env-filter-clone-0.1.x-backport"
# fixes hyper graceful shutdowns [https://github.com/programatik29/axum-server/issues/114]
[patch.crates-io.axum-server]
git = "https://github.com/lexe-app/axum-server"
branch = "phlip9/fix-graceful-shutdown"
#
# Our crates
#