Update Cargo.toml

This commit is contained in:
Plecra 2022-01-23 17:39:27 +00:00 committed by GitHub
parent cfe3bbfa26
commit 37fb0c5df1
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,6 @@ time = { version = "0.3", features = ["formatting", "macros" ], optional = true
byteorder = "1.3" byteorder = "1.3"
bzip2 = { version = "0.4", optional = true } bzip2 = { version = "0.4", optional = true }
crc32fast = "1.1.1" crc32fast = "1.1.1"
thiserror = "1.0.7"
zstd = { version = "0.10", optional = true } zstd = { version = "0.10", optional = true }
[dev-dependencies] [dev-dependencies]