diff options
| author | wznmickey <first@wznmickey.com> | 2024-11-29 04:21:19 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-29 09:21:19 +0000 |
| commit | 3ab131c22ca6e7ef9e28d6352a96bb0846fc608b (patch) | |
| tree | 60e11d2c13ea97e197d72688e95b761b20f74746 /Cargo.toml | |
| parent | 9ce40cb91fd5c6d088c30cc99c3e41e618e6c6fc (diff) | |
Handle SIGPIPE (#5444)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |
