Update Rust crate axoupdater to 0.9.0 (#10115)

This commit is contained in:
renovate[bot] 2024-12-24 08:09:13 -05:00 committed by GitHub
parent 473e274275
commit 5b3e54d9dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View File

@ -276,9 +276,9 @@ dependencies = [
[[package]]
name = "axoupdater"
version = "0.8.2"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a70b7d3a9ea86ef8d17dada23f2c42518ed4b75dd6a8ff761f8988b448db8454"
checksum = "bc194af960a8ddbc4f28be3fa14f8716aa22141fe40bf1762ae0948defadcce4"
dependencies = [
"axoasset",
"axoprocess",
@ -289,7 +289,7 @@ dependencies = [
"self-replace",
"serde",
"tempfile",
"thiserror 1.0.69",
"thiserror 2.0.7",
"tokio",
"url",
]
@ -5904,7 +5904,7 @@ version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
dependencies = [
"windows-sys 0.48.0",
"windows-sys 0.59.0",
]
[[package]]

View File

@ -76,7 +76,7 @@ async-compression = { version = "0.4.12", features = ["bzip2", "gzip", "xz", "zs
async-trait = { version = "0.1.82" }
async_http_range_reader = { version = "0.9.1" }
async_zip = { git = "https://github.com/charliermarsh/rs-async-zip", rev = "c909fda63fcafe4af496a07bfda28a5aae97e58d", features = ["deflate", "tokio"] }
axoupdater = { version = "0.8.2", default-features = false }
axoupdater = { version = "0.9.0", default-features = false }
backoff = { version = "0.4.0" }
base64 = { version = "0.22.1" }
bitflags = { version = "2.6.0" }