-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: update deps and remove stale audit exceptions #5446
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5446 +/- ##
======================================
Coverage 72% 72%
======================================
Files 490 490
Lines 87053 86621 -432
Branches 87053 86621 -432
======================================
- Hits 62423 62279 -144
- Misses 21675 21741 +66
+ Partials 2955 2601 -354 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rust compiler got a bit better at lifetime inference it seems 🚀
b953649
to
e7db834
Compare
ab6a615
to
d17e3a2
Compare
9654e30
to
c41db5b
Compare
* fix: update deps and remove stale audit exceptions * fix: update toolchain to support new dependencies + fix new clippy lints * chore: fmt * fix: update dylib build/download paths * fix: imports * fix: update debian settings * chore: bump old engine version to 1_7_2 * chore: bump old version 1.7.1 -> 1.7.2 * fix: upload dylibs from /deps folder * fix: add more /deps folders in CI jobs * fix: flatten upload structure --------- Co-authored-by: kylezs <zsembery.kyle@gmail.com>
* fix: update deps and remove stale audit exceptions * fix: update toolchain to support new dependencies + fix new clippy lints * chore: fmt * fix: update dylib build/download paths * fix: imports * fix: update debian settings * chore: bump old engine version to 1_7_2 * chore: bump old version 1.7.1 -> 1.7.2 * fix: upload dylibs from /deps folder * fix: add more /deps folders in CI jobs * fix: flatten upload structure --------- Co-authored-by: kylezs <zsembery.kyle@gmail.com>
Make Audit Great Again