Update Rust crate reqwest to 0.12.28 #509

Merged
renovate merged 1 commits from renovate/reqwest-0.x into master 2025-12-24 00:40:36 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -2136,9 +2136,9 @@ dependencies = [
[[package]] [[package]]
name = "reqwest" name = "reqwest"
version = "0.12.26" 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 = "3b4c14b2d9afca6a60277086b0cc6a6ae0b568f6f7916c943a8cdc79f8be240f" checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
dependencies = [ dependencies = [
"base64 0.22.1", "base64 0.22.1",
"bytes", "bytes",

View File

@@ -19,7 +19,7 @@ actix-identity = "0.9.0"
actix-cors = "0.7.1" actix-cors = "0.7.1"
lazy_static = "1.5.0" lazy_static = "1.5.0"
anyhow = "1.0.100" anyhow = "1.0.100"
reqwest = { version = "0.12.26", features = ["json"] } reqwest = { version = "0.12.28", features = ["json"] }
thiserror = "2.0.17" thiserror = "2.0.17"
uuid = { version = "1.18.1", features = ["v4", "serde"] } uuid = { version = "1.18.1", features = ["v4", "serde"] }
futures-util = "0.3.31" futures-util = "0.3.31"