Update Rust crate axoupdater to v0.6.5 (#3972)

This commit is contained in:
renovate[bot] 2024-06-02 21:52:35 -04:00 committed by GitHub
parent 95d9bb5ee7
commit 314cdbb15b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

12
Cargo.lock generated
View file

@ -313,9 +313,9 @@ dependencies = [
[[package]]
name = "axoupdater"
version = "0.6.4"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d6bf8aaa32e7d33071ed9a339fc34ac30b0a5190f82069fbd12a1266bda9068"
checksum = "669a5ea910fb9b97e3df709c7d0f626fc9e5e9cb83c00bd3a1b4c54835ed8b66"
dependencies = [
"axoasset",
"axoprocess",
@ -325,7 +325,7 @@ dependencies = [
"miette",
"reqwest",
"serde",
"temp-dir",
"tempfile",
"thiserror",
"tokio",
]
@ -3726,12 +3726,6 @@ version = "0.12.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f"
[[package]]
name = "temp-dir"
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f227968ec00f0e5322f9b8173c7a0cbcff6181a0a5b28e9892491c286277231"
[[package]]
name = "temp-env"
version = "0.3.6"