Merge branch 'master' into oldpr400

This commit is contained in:
Chris Hennick 2024-05-02 11:36:22 -07:00 committed by GitHub
commit 3f69a260e5
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -24,7 +24,7 @@ time = { version = "0.3.36", default-features = false }
[dependencies] [dependencies]
aes = { version = "0.8.4", optional = true } aes = { version = "0.8.4", optional = true }
byteorder = "1.5.0" byteorder = "1.5.0"
bzip2-rs = { version = "0.1.2", optional = true } bzip2 = { version = "0.4.4", optional = true }
chrono = { version = "0.4.38", optional = true } chrono = { version = "0.4.38", optional = true }
constant_time_eq = { version = "0.3.0", optional = true } constant_time_eq = { version = "0.3.0", optional = true }
crc32fast = "1.4.0" crc32fast = "1.4.0"
@ -52,9 +52,7 @@ getrandom = { version = "0.2.14", features = ["js"] }
walkdir = "2.5.0" walkdir = "2.5.0"
time = { workspace = true, features = ["formatting", "macros"] } time = { workspace = true, features = ["formatting", "macros"] }
anyhow = "1" anyhow = "1"
[features] [features]
bzip2 = ["bzip2-rs"]
aes-crypto = ["aes", "constant_time_eq", "hmac", "pbkdf2", "sha1"] aes-crypto = ["aes", "constant_time_eq", "hmac", "pbkdf2", "sha1"]
chrono = ["chrono/default"] chrono = ["chrono/default"]
_deflate-any = [] _deflate-any = []
@ -70,7 +68,7 @@ lzma = ["lzma-rs/stream"]
unreserved = [] unreserved = []
default = [ default = [
"aes-crypto", "aes-crypto",
"bzip2-rs", "bzip2",
"deflate", "deflate",
"deflate64", "deflate64",
"deflate-zlib-ng", "deflate-zlib-ng",