From 37fb0c5df14cbe4b7d88b5496fa812864a7f2f03 Mon Sep 17 00:00:00 2001 From: Plecra Date: Sun, 23 Jan 2022 17:39:27 +0000 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 971b7cc3..34af3ea2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,6 @@ time = { version = "0.3", features = ["formatting", "macros" ], optional = true byteorder = "1.3" bzip2 = { version = "0.4", optional = true } crc32fast = "1.1.1" -thiserror = "1.0.7" zstd = { version = "0.10", optional = true } [dev-dependencies]