1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

feat: add HttpServer::shutdown_signal (#3644)

This commit is contained in:
Rob Ede
2025-05-10 00:16:21 +01:00
committed by GitHub
parent f1b7cfb253
commit 6e902d1d5c
5 changed files with 44 additions and 4 deletions

5
Cargo.lock generated
View File

@ -251,9 +251,9 @@ dependencies = [
[[package]]
name = "actix-server"
version = "2.5.1"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6398974fd4284f4768af07965701efbbb5fdc0616bff20cade1bb14b77675e24"
checksum = "a65064ea4a457eaf07f2fba30b4c695bf43b721790e9530d26cb6f9019ff7502"
dependencies = [
"actix-rt",
"actix-service",
@ -397,6 +397,7 @@ dependencies = [
"static_assertions",
"time",
"tokio",
"tokio-util",
"tracing",
"url",
"zstd",