updates
Some checks failed
CI / matrix (push) Has been cancelled
CI / (push) Has been cancelled
CI / build (push) Has been cancelled
CI / build-nixpkgs (push) Has been cancelled

This commit is contained in:
Robin Appelman 2025-02-18 15:21:15 +01:00
commit 95dbe0171e
4 changed files with 159 additions and 144 deletions

View file

@ -1,4 +1,4 @@
use ruzstd::frame_decoder::FrameDecoderError;
use ruzstd::decoding::errors::FrameDecoderError;
use std::string::FromUtf8Error;
use thiserror::Error;
use zip::result::ZipError;

View file

@ -5,7 +5,7 @@ use crate::logfile::archive::{Archive, ArchiveEntry, TarArchive, ZipArchive};
use bzip2_rs::DecoderReader;
use dialoguer::Select;
use flate2::read::GzDecoder;
use ruzstd::StreamingDecoder;
use ruzstd::decoding::StreamingDecoder;
use std::io::{Cursor, Read, Seek};
use xz2::read::XzDecoder;