diff --git a/Cargo.lock b/Cargo.lock index 5e238598..f8b1c5ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -302,7 +302,7 @@ dependencies = [ [[package]] name = "axum-server" version = "0.6.0" -source = "git+https://github.com/lexe-app/axum-server?branch=phlip9/fix-graceful-shutdown#8e3368d899079818934e61cc9c839abcbbcada8a" +source = "git+https://github.com/girlbossceo/axum-server?branch=phlip9/fix-graceful-shutdown#8e3368d899079818934e61cc9c839abcbbcada8a" dependencies = [ "arc-swap", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 58e84a22..63528ef4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -429,7 +429,7 @@ 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" +git = "https://github.com/girlbossceo/axum-server" branch = "phlip9/fix-graceful-shutdown" #