Update Rust crate axoupdater to 0.8.0 (#8792)
This commit is contained in:
Generated
+3
-2
@@ -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]]
|
||||
|
||||
+1
-1
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user