Update Rust crate axoupdater to 0.6.0 (#3392)

This commit is contained in:
renovate[bot] 2024-05-06 02:12:42 +00:00 committed by GitHub
parent 1cf07ebf08
commit 5a8d13a05a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View file

@ -318,9 +318,9 @@ dependencies = [
[[package]]
name = "axoupdater"
version = "0.5.1"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "639ef3c97d1bebfb42f94739036fbe3e10ef0056d2f8d5ea288bf4ad5f73a5e6"
checksum = "aa409472ff4f15f57ed338dc73f9586b3ee244c65ddbaa1f4f9bdbb26c9bd4f6"
dependencies = [
"axoasset",
"axoprocess",
@ -2852,7 +2852,7 @@ dependencies = [
"indoc",
"libc",
"memoffset 0.9.1",
"parking_lot 0.11.2",
"parking_lot 0.12.1",
"portable-atomic",
"pyo3-build-config",
"pyo3-ffi",

View file

@ -55,7 +55,7 @@ async-compression = { version = "0.4.6" }
async-trait = { version = "0.1.78" }
async_http_range_reader = { version = "0.7.1" }
async_zip = { git = "https://github.com/charliermarsh/rs-async-zip", rev = "1dcb40cfe1bf5325a6fd4bfcf9894db40241f585", features = ["deflate"] }
axoupdater = { version = "0.5.0", default-features = false }
axoupdater = { version = "0.6.0", default-features = false }
backoff = { version = "0.4.0" }
base64 = { version = "0.22.0" }
cachedir = { version = "0.3.1" }