Update Rust crate reqwest to v0.12.15
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Pierre HUBERT 2025-03-29 00:31:54 +00:00
parent bf8a9e2b1c
commit 924e0bef4d

4
Cargo.lock generated
View File

@ -1687,9 +1687,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
[[package]]
name = "reqwest"
version = "0.12.13"
version = "0.12.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "389a89e494bbc88bebf30e23da98742c843863a16a352647716116aa71fae80a"
checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb"
dependencies = [
"base64 0.22.1",
"bytes",