LZ4 compress blobs by default (closes #227)

This commit is contained in:
mdecimus
2024-03-02 18:02:30 +01:00
parent 62a4f70ac8
commit f989f4f750
28 changed files with 256 additions and 144 deletions

3
Cargo.lock generated
View File

@@ -3134,9 +3134,6 @@ name = "lz4_flex"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "912b45c753ff5f7f5208307e8ace7d2a2e30d024e26d3509f3dce546c044ce15"
dependencies = [
"twox-hash",
]
[[package]]
name = "mail-auth"