diff --git a/Cargo.lock b/Cargo.lock index bfad0e6..565a2ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -133,9 +133,9 @@ checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" [[package]] name = "bzip2" -version = "0.4.4" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8" +checksum = "bafdbf26611df8c14810e268ddceda071c297570a5fb360ceddf617fe417ef58" dependencies = [ "bzip2-sys", "libc", diff --git a/Cargo.toml b/Cargo.toml index dfb58c7..e9cbf7a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ zip = { version = "2.2.2", default-features = false, features = ["deflate"] } flate2 = { version = "1.0.35", features = ["zlib"] } tar = "0.4.43" xz2 = "0.1.7" -bzip2 = "0.4.4" +bzip2 = "0.5.0" urlencoding = "2.1.3" itertools = "0.14.0"