diff --git a/Cargo.toml b/Cargo.toml index eb07465..2319dd2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ zip-command = ["tempfile"] zip-library = ["libzip", "libzip/time"] [dependencies] -thiserror = "1.0.64" +thiserror = "1.0" once_cell = "1" upon = "0.7" chrono = { version = "0.4", default-features = false, features = ["clock", "std", "wasmbind"] }