matusf / openapi-fuzzer

Black-box fuzzer that fuzzes APIs based on OpenAPI specification. Find bugs for free!
GNU Affero General Public License v3.0
526 stars 22 forks source link

Update dependencies #27

Open qarmin opened 1 year ago

qarmin commented 1 year ago

Some of dependencies are outdated like openapiv3 or openapi_utils - https://deps.rs/repo/github/matusf/openapi-fuzzer

image

Without updating, I'm unable to check if with https://github.com/glademiller/openapiv3/pull/70 will fix my problems

matusf commented 1 year ago

Hi, thanks for the heads up. I know it's out of date. I keep it at that version because I need openapi_utils at the current version and it does not work with newer version of openapiv3. I plan to update the openapi_utils along with it openapiv3, but it requires a larger refactor.