Update Rust crate reqwest to 0.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:
Renovate Bot 2025-04-04 00:38:18 +00:00
parent 9b11d3de9f
commit ab68db64ce

View File

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