fix(deps): update rust crate reqwest to 0.12.0 (#6)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-04-13 13:38:35 +02:00
committed by GitHub
parent a463cb3106
commit fccd59c0cc

View File

@@ -20,7 +20,7 @@ async-trait = "0.1.77"
env_logger = "0.11.3"
futures = "0.3.30"
log = "0.4.21"
reqwest = { version = "0.11.24", features = ["json", "blocking", "stream"] }
reqwest = { version = "0.12.0", features = ["json", "blocking", "stream"] }
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
strum = "0.26.1"