summaryrefslogtreecommitdiff
path: root/Cargo.lock
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.lock
parent9ce40cb91fd5c6d088c30cc99c3e41e618e6c6fc (diff)
Handle SIGPIPE (#5444)
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock10
1 files changed, 10 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 330dcce5..0afce462 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2246,6 +2246,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
[[package]]
+name = "sigpipe"
+version = "0.1.3"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "5584bfb3e0d348139d8210285e39f6d2f8a1902ac06de343e06357d1d763d8e6"
+dependencies = [
+ "libc",
+]
+
+[[package]]
name = "simd-adler32"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2705,6 +2714,7 @@ dependencies = [
"serde_json",
"serde_yaml 0.9.34+deprecated",
"shell-escape",
+ "sigpipe",
"tar",
"tempfile",
"toml",