Update all dependencies
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-03-27 16:13:44 +00:00
parent 28a7b6f2ab
commit ce5efdd6b8
4 changed files with 21 additions and 27 deletions

View File

@@ -10,4 +10,4 @@ gitea_raw_client = { path = "../gitea_raw_client" }
async-trait = { workspace = true }
reqwest = "0.11.15"
reqwest = "0.11.16"

View File

@@ -13,4 +13,4 @@ eyre = { workspace = true }
tracing = { workspace = true }
tokio = { workspace = true }
clap = { version = "4.1.12", features = ["env"] }
clap = { version = "4.1.13", features = ["env"] }