summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorwznmickey <first@wznmickey.com>2024-11-29 04:21:19 -0500
committerGitHub <noreply@github.com>2024-11-29 09:21:19 +0000
commit3ab131c22ca6e7ef9e28d6352a96bb0846fc608b (patch)
tree60e11d2c13ea97e197d72688e95b761b20f74746 /Cargo.toml
parent9ce40cb91fd5c6d088c30cc99c3e41e618e6c6fc (diff)
Handle SIGPIPE (#5444)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1f6eb5ac..66885bcf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -104,6 +104,7 @@ serde = { version = "1.0.184", features = ["derive"] }
serde_json = "1"
serde_yaml = "0.9"
shell-escape = "0.1.5"
+sigpipe = "0.1"
siphasher = "1"
smallvec = { version = "1.11.1", features = ["union", "const_generics", "const_new"] }
stacker = "0.1.15"