Update Rust crate reqwest to 0.12.26 #391

Merged
renovate merged 1 commits from renovate/reqwest-0.x into master 2025-12-20 00:33:29 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit b6d4b2bafb - Show all commits

View File

@@ -2615,9 +2615,9 @@ checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
[[package]]
name = "reqwest"
version = "0.12.25"
version = "0.12.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6eff9328d40131d43bd911d42d79eb6a47312002a4daefc9e37f17e74a7701a"
checksum = "3b4c14b2d9afca6a60277086b0cc6a6ae0b568f6f7916c943a8cdc79f8be240f"
dependencies = [
"base64 0.22.1",
"bytes",

View File

@@ -19,7 +19,7 @@ asn1 = "0.23.0"
actix-web = { version = "4.12.1", features = ["openssl"] }
futures = "0.3.31"
serde = { version = "1.0.228", features = ["derive"] }
reqwest = { version = "0.12.25", features = ["json"] }
reqwest = { version = "0.12.26", features = ["json"] }
serde_json = "1.0.145"
rand = "0.10.0-rc.5"
actix = "0.13.5"