mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-12 00:30:11 +00:00
fix(gateway): improve shutdown flow
This commit is contained in:
parent
6c0c7a5c99
commit
4a098e4533
4 changed files with 26 additions and 45 deletions
11
Cargo.lock
generated
11
Cargo.lock
generated
|
|
@ -1222,7 +1222,6 @@ dependencies = [
|
|||
"serde",
|
||||
"serde_json",
|
||||
"serde_variant",
|
||||
"signal-hook",
|
||||
"tokio",
|
||||
"tracing",
|
||||
"twilight-cache-inmemory",
|
||||
|
|
@ -3634,16 +3633,6 @@ version = "1.3.0"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
||||
|
||||
[[package]]
|
||||
name = "signal-hook"
|
||||
version = "0.3.17"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
|
||||
dependencies = [
|
||||
"libc",
|
||||
"signal-hook-registry",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "signal-hook-registry"
|
||||
version = "1.4.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue