From 9a9d3c11e46028bcea0c7ec2fee10bf5c9b1fbe6 Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdx@users.noreply.github.com> Date: Sun, 18 Aug 2024 21:18:03 -0500 Subject: [PATCH] fix: bump xx --- Cargo.lock | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 01df04ae2..7483b422c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4580,9 +4580,9 @@ dependencies = [ [[package]] name = "xx" -version = "1.1.7" +version = "1.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7e01857b62b702bfdbaba2d4bba205c4948549cc15183530c48968f40ca542b" +checksum = "fb963ecf2940991825550e580efaaa1ab882191027f45362c4376de15d09bfe9" dependencies = [ "bzip2", "duct", @@ -4598,17 +4598,8 @@ dependencies = [ "tar", "thiserror", "tokio", - "xz", - "zip", -] - -[[package]] -name = "xz" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c887690ff2a2e233e8e49633461521f98ec57fbff9d59a884c9a4f04ec1da34" -dependencies = [ "xz2", + "zip", ] [[package]]