From f234ec37d58ef0b7b65b8e3249f8f05b3fef16d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 21:15:04 -0500 Subject: [PATCH] Update Rust crate axoupdater to 0.8.0 (#8792) --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9897a9485..4218e46be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -270,9 +270,9 @@ dependencies = [ [[package]] name = "axoupdater" -version = "0.7.3" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fe17874ee40fb66fe1d2cb7871b14de4d298fbf77ea29a6cedb8027365e1a33" +checksum = "7fb8d8889305a413a040f281197bb2f8982a1d25c9696707cab350e3cc780ba5" dependencies = [ "axoasset", "axoprocess", @@ -285,6 +285,7 @@ dependencies = [ "tempfile", "thiserror", "tokio", + "url", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 6eee7e5c2..a74a5ea9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,7 +75,7 @@ async-compression = { version = "0.4.12" } async-trait = { version = "0.1.82" } async_http_range_reader = { version = "0.9.0" } async_zip = { git = "https://github.com/charliermarsh/rs-async-zip", rev = "011b24604fa7bc223daaad7712c0694bac8f0a87", features = ["deflate", "tokio"] } -axoupdater = { version = "0.7.2", default-features = false } +axoupdater = { version = "0.8.0", default-features = false } backoff = { version = "0.4.0" } base64 = { version = "0.22.1" } bitflags = { version = "2.6.0" }