Skip to content

Commit fb1b420

Browse files
committed
chore(deps): add reqwest for AI provider HTTP calls
1 parent 8f0d2cc commit fb1b420

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ serde = { version = "1.0", features = ["derive"] }
1414
serde_json = "1.0"
1515
toml = "0.8"
1616
dirs-next = "2.0"
17+
reqwest = { version = "0.12", features = ["json", "blocking"] }
1718
git2 = "0.20"
1819
tokio = { version = "1", features = ["full"] }
1920

0 commit comments

Comments
 (0)