fix(deps): update all dependencies

This commit is contained in:
2025-07-19 03:44:23 +00:00
parent 1dada74055
commit b0ba6774cf
4 changed files with 441 additions and 183 deletions

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.44.0", features = ["futures-core", "futures-util"] }