Update Rust crate reqwest to 0.12.28 #472

Merged
renovate merged 1 commits from renovate/reqwest-0.x into master 2025-12-25 00:39:10 +00:00
2 changed files with 5 additions and 5 deletions
Showing only changes of commit 1b7da8a834 - Show all commits

View File

@@ -3045,9 +3045,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
[[package]] [[package]]
name = "reqwest" name = "reqwest"
version = "0.12.24" version = "0.12.28"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f" checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
dependencies = [ dependencies = [
"base64 0.22.1", "base64 0.22.1",
"bytes", "bytes",
@@ -3743,9 +3743,9 @@ dependencies = [
[[package]] [[package]]
name = "tower-http" name = "tower-http"
version = "0.6.6" version = "0.6.8"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"bytes", "bytes",

View File

@@ -28,7 +28,7 @@ futures-util = "0.3.31"
anyhow = "1.0.100" anyhow = "1.0.100"
actix-multipart = "0.7.2" actix-multipart = "0.7.2"
tempfile = "3.20.0" tempfile = "3.20.0"
reqwest = { version = "0.12.24", features = ["stream"] } reqwest = { version = "0.12.28", features = ["stream"] }
url = "2.5.7" url = "2.5.7"
virt = "0.4.3" virt = "0.4.3"
sysinfo = { version = "0.36.1", features = ["serde"] } sysinfo = { version = "0.36.1", features = ["serde"] }