fix: harden Cub git and tempdir handling

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-05-07 21:14:48 +01:00
parent f5e0ae82f4
commit e8fbf10f68
3 changed files with 28 additions and 20 deletions
@@ -26,7 +26,8 @@ pkgar-core = { version = "0.2.2", optional = true }
pkgar-keys = { version = "0.2.2", optional = true }
# HTTP for source fetching
reqwest = { version = "0.12", default-features = false, features = ["blocking", "rustls-tls"], optional = true }
reqwest = { version = "0.12", default-features = false, features = ["blocking", "rustls-tls", "json"], optional = true }
serde_json = "1"
[features]
default = ["full"]