Skip to content

Commit 75af0be

Browse files
committed
Drop civet/conduit from dev dependencies
These don't seem to be maintained anymore, and they brought a lot of weight for just one test. I replaced them with a bare-bones http/cgi server using just the standard library.
1 parent 53442d4 commit 75af0be

File tree

3 files changed

+131
-187
lines changed

3 files changed

+131
-187
lines changed

Cargo.lock

Lines changed: 4 additions & 176 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

git2-curl/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ log = "0.4"
1919
git2 = { path = "..", version = "0.20", default-features = false }
2020

2121
[dev-dependencies]
22-
civet = "0.11"
23-
conduit = "0.8"
24-
conduit-git-http-backend = "0.8"
2522
tempfile = "3.0"
2623

2724
[features]

0 commit comments

Comments
 (0)