fix(deps): update rust crate http to v1
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/todo-check Pipeline was successful
ci/woodpecker/push/release Pipeline was successful
ci/woodpecker/pr/release Pipeline was successful
ci/woodpecker/pr/build Pipeline was successful
ci/woodpecker/pr/todo-check Pipeline was successful

This commit is contained in:
Renovate Bot 2024-04-08 16:00:39 +00:00
parent c3eda9ad43
commit c6f9ca4ab5

View file

@ -11,7 +11,7 @@ tracing = "0.1"
# network # network
async-trait = "0.1" async-trait = "0.1"
http = "0.2" http = "1.1"
reqwest = "0.11" reqwest = "0.11"
secrecy = "0.8" secrecy = "0.8"
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }