Update all dependencies
Some checks failed
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-02-28 14:34:40 +00:00
parent b2b851a144
commit 53645f6274
6 changed files with 54 additions and 55 deletions

View File

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

View File

@@ -11,7 +11,7 @@ serde = "^1.0"
serde_derive = "^1.0"
serde_json = "^1.0"
url = "^2.3"
uuid = { version = "^1.2", features = ["serde"] }
uuid = { version = "^1.3", features = ["serde"] }
[dependencies.reqwest]
version = "^0.11"
features = ["json", "multipart"]

View File

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

View File

@@ -15,10 +15,10 @@ tracing = { workspace = true }
rand = "0.8.5"
hex = "0.4.3"
git2 = { version = "0.15.0", features = [
git2 = { version = "0.16.1", features = [
"vendored-libgit2",
"vendored-openssl",
] }
serde = { version = "1.0.152", features = ["derive"] }
serde_yaml = "0.9.16"
octocrab = { version = "0.17.0", features = ["futures-core", "futures-util"] }
serde_yaml = "0.9.17"
octocrab = { version = "0.18.1", features = ["futures-core", "futures-util"] }