diff options
| author | Leo Kettmeir <crowlkats@toaxl.com> | 2022-01-04 21:55:06 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-04 21:55:06 +0100 |
| commit | b46da660563b175722937d9f29d45029bd6a0a74 (patch) | |
| tree | e23d18bb70ba54ddba87838adb067fa1136046d8 /runtime/Cargo.toml | |
| parent | 9872fbf189b7f843b15442731f2e18ffafc3a284 (diff) | |
fix(signals): prevent panic when listening to forbidden signals (#13273)
Diffstat (limited to 'runtime/Cargo.toml')
| -rw-r--r-- | runtime/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index fa6ed4e25..d896266c2 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -76,6 +76,7 @@ once_cell = "=1.9.0" regex = "1.5.4" ring = "0.16.20" serde = { version = "1.0.129", features = ["derive"] } +signal-hook-registry = "1.4.0" sys-info = "0.9.0" termcolor = "1.1.2" tokio = { version = "1.10.1", features = ["full"] } |
