LukeMathWalker / wiremock-rs

HTTP mocking to test Rust applications.
Apache License 2.0
624 stars 72 forks source link

http-types dependency seems unmaintained #123

Closed jplatte closed 10 months ago

jplatte commented 1 year ago

Hi! Is it important for wiremock to use the http-types crate (from http-rs which unfortunately looks pretty dead as a whole) as opposed to the http crate (from hyperium)? It has not seen a release in almost two years and pulls in several unwanted dependencies ([old] serde_qs, old rand).

LukeMathWalker commented 1 year ago

It isn't crucial, and I'd be open to removing it if somebody wants to put in the effort.

flisky commented 1 year ago

Well, I'll give it a try on this weekends:)