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

This commit is contained in:
Renovate Bot 2025-04-05 00:36:43 +00:00
parent f58738fc6e
commit 58b58d35a8

View File

@ -7,5 +7,5 @@ edition = "2024"
clap = { version = "4.5.35", features = ["derive"] }
log = "0.4.27"
env_logger = "0.11.8"
reqwest = "0.12.5"
reqwest = "0.12.15"
tokio = { version = "1", features = ["full"] }