diff --git a/Cargo.toml b/Cargo.toml index c1309ee..0eef1d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ xz2 = ["liblzma"] [dependencies] buffer-redux = { version = "1", default-features = false } bytecount = { version = "0.6", features = ["runtime-dispatch-simd"] } -bzip2 = { version = "0.4", optional = true } +bzip2 = { version = "0.6", optional = true } flate2 = { version = "1.0.30", optional = true } memchr = "2.7.2" pyo3 = { version = "0.27.2", optional = true } diff --git a/src/errors.rs b/src/errors.rs index f994d6a..040c812 100644 --- a/src/errors.rs +++ b/src/errors.rs @@ -23,7 +23,6 @@ impl fmt::Display for ErrorPosition { } } - /// The type of error that occurred during file parsing #[derive(Clone, Debug, PartialEq, Eq)] pub enum ParseErrorKind {