Update all dependencies
This commit is contained in:
@@ -10,4 +10,4 @@ gitea_raw_client = { path = "../gitea_raw_client" }
|
||||
|
||||
async-trait = { workspace = true }
|
||||
|
||||
reqwest = "0.11.16"
|
||||
reqwest = "0.11.17"
|
||||
|
@@ -13,4 +13,4 @@ eyre = { workspace = true }
|
||||
tracing = { workspace = true }
|
||||
tokio = { workspace = true }
|
||||
|
||||
clap = { version = "4.2.4", features = ["env"] }
|
||||
clap = { version = "4.2.7", features = ["env"] }
|
||||
|
@@ -21,4 +21,4 @@ git2 = { version = "0.17.1", features = [
|
||||
] }
|
||||
serde = { version = "1.0.160", features = ["derive"] }
|
||||
serde_yaml = "0.9.21"
|
||||
octocrab = { version = "0.20.0", features = ["futures-core", "futures-util"] }
|
||||
octocrab = { version = "0.21.0", features = ["futures-core", "futures-util"] }
|
||||
|
Reference in New Issue
Block a user