chore(deps): update rust crate axoupdater to 0.5.0 (#3026)

This commit is contained in:
renovate[bot] 2024-04-14 22:09:25 -04:00 committed by GitHub
parent 8b39c6b2c7
commit b4a79b9ee2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -307,9 +307,9 @@ dependencies = [
[[package]] [[package]]
name = "axoupdater" name = "axoupdater"
version = "0.4.1" version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2245976a147040f18b5b02ecb72b8705efa60f75225e32f51dd717cd5f9d79d1" checksum = "04daf26062f90764242d0e144ad52d1952cb0d02ef7ce3ffbb9127b4f1340f36"
dependencies = [ dependencies = [
"axoasset", "axoasset",
"axoprocess", "axoprocess",

View file

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