fix(deps): update all dependencies
Some checks failed
renovate/artifacts Artifact file update failure

This commit is contained in:
2026-01-20 01:46:02 +00:00
parent 1dada74055
commit fc7c32f087
6 changed files with 1551 additions and 383 deletions

View File

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

View File

@@ -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"]

View File

@@ -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"] }