fix(deps): update all dependencies
Some checks failed
renovate/artifacts Artifact file update failure
Some checks failed
renovate/artifacts Artifact file update failure
This commit is contained in:
@@ -10,4 +10,4 @@ gitea_raw_client = { path = "../gitea_raw_client" }
|
||||
|
||||
async-trait = { workspace = true }
|
||||
|
||||
reqwest = "0.12.4"
|
||||
reqwest = "0.13.0"
|
||||
|
||||
@@ -13,5 +13,5 @@ serde_json = "^1.0"
|
||||
url = "^2.5"
|
||||
uuid = { version = "^1.8", features = ["serde"] }
|
||||
[dependencies.reqwest]
|
||||
version = "^0.12"
|
||||
version = "^0.13.0"
|
||||
features = ["json", "multipart"]
|
||||
|
||||
@@ -13,12 +13,12 @@ eyre = { workspace = true }
|
||||
tokio = { workspace = true }
|
||||
tracing = { workspace = true }
|
||||
|
||||
rand = "0.8.5"
|
||||
rand = "0.9.0"
|
||||
hex = "0.4.3"
|
||||
git2 = { version = "0.19.0", features = [
|
||||
git2 = { version = "0.20.0", features = [
|
||||
"vendored-libgit2",
|
||||
"vendored-openssl",
|
||||
] }
|
||||
serde = { version = "1.0.202", features = ["derive"] }
|
||||
serde_yaml = "0.9.34+deprecated"
|
||||
octocrab = { version = "0.39.0", features = ["futures-core", "futures-util"] }
|
||||
octocrab = { version = "0.49.0", features = ["futures-core", "futures-util"] }
|
||||
|
||||
Reference in New Issue
Block a user