Compare commits

...

1 commit

Author SHA1 Message Date
Renovate Bot
c6f9ca4ab5 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
2024-04-08 16:00:39 +00:00

View file

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