alexliesenfeld / httpmock

HTTP mocking library for Rust
https://httpmock.rs
MIT License
471 stars 42 forks source link

remove deprecated & unused `regex::internal::Input` #85

Closed utkarshgupta137 closed 1 year ago

utkarshgupta137 commented 1 year ago

Fixes #84.

PS: You can add #[warn(unused)] & then run cargo clippy --fix to automatically remove many other unused imports as well. I'm not doing it here since this is breaking our CI, so we need a quick fix first.

pdiazvargas commented 1 year ago

Just ran into this as well with the latest version of regex (1.9.0). Would be nice to merge this change

alexliesenfeld commented 1 year ago

Thanks for this PR. This fix will be released soon.