tom-draper / api-analytics

Lightweight monitoring and analytics for API frameworks.
https://apianalytics.dev
MIT License
179 stars 26 forks source link

update axum and http version #34

Closed thor314 closed 6 months ago

thor314 commented 6 months ago

This PR closes #33 by updating the dependencies for axum and http, which underwent breaking changes on http hitting version 1.0.

I noticed the test dir contains exactly the same code as the example dir while containing no tests, and would propose to remove it for redundancy reasons, though have not included this amendment in this PR.

vercel[bot] commented 6 months ago

Someone is attempting to deploy a commit to a Personal Account owned by @tom-draper on Vercel.

@tom-draper first needs to authorize it.

thor314 commented 6 months ago

I would also propose including Cargo.lock in your .gitignore

tom-draper commented 6 months ago

That's brilliant, thanks. I'll also act on your suggestions

tom-draper commented 6 months ago

Published axum-analytics v1.1.3, thanks