remove CRLF

This commit is contained in:
evan-schott 2024-06-05 12:20:16 -07:00
parent 9e28facbfd
commit 753f789bae

30
Cargo.lock generated
View File

@ -1873,7 +1873,6 @@ dependencies = [
"tracing-subscriber",
"ureq",
"walkdir",
"zip 2.1.3",
]
[[package]]
@ -5654,35 +5653,6 @@ dependencies = [
"time",
]
[[package]]
name = "zip"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "775a2b471036342aa69bc5a602bc889cb0a06cda00477d0c69566757d5553d39"
dependencies = [
"aes",
"arbitrary",
"bzip2",
"constant_time_eq",
"crc32fast",
"crossbeam-utils",
"deflate64",
"displaydoc",
"flate2",
"hmac",
"indexmap 2.2.6",
"lzma-rs",
"memchr",
"pbkdf2",
"rand",
"sha1",
"thiserror",
"time",
"zeroize",
"zopfli",
"zstd",
]
[[package]]
name = "zipsign-api"
version = "0.1.1"