Compare commits

..

1 Commits

Author SHA1 Message Date
55f8df39bb Update Rust crate reqwest to 0.12.18
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2025-05-29 00:07:41 +00:00
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1708,9 +1708,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
[[package]]
name = "reqwest"
version = "0.12.16"
version = "0.12.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bf597b113be201cb2269b4c39b39a804d01b99ee95a4278f0ed04e45cff1c71"
checksum = "e98ff6b0dbbe4d5a37318f433d4fc82babd21631f194d370409ceb2e40b2f0b5"
dependencies = [
"base64 0.22.1",
"bytes",

View File

@ -19,4 +19,4 @@ futures = "0.3.31"
thiserror = "2.0.12"
rand = "0.9.1"
mktemp = "0.5.1"
reqwest = "0.12.16"
reqwest = "0.12.18"