Skip to content
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

Update deps, fix new sqlx usage #1428

Merged
merged 9 commits into from
Mar 11, 2025
Merged

Update deps, fix new sqlx usage #1428

merged 9 commits into from
Mar 11, 2025

Conversation

nyurik
Copy link
Member

@nyurik nyurik commented Jul 23, 2024

Resolves #1475

One possible concern is that i32 is now used as i64 with sqlx. This might impact tile_xxh3_64_hash value validity, but I don't see conclusive evidence of that. Note that the tests were incorrectly dumped as i32, thus had to be updated, but it does not seem to affect the actual storage or validation...

@nyurik nyurik force-pushed the bump-deps2 branch 2 times, most recently from 8dbedf7 to bee6a94 Compare October 19, 2024 22:47
@nyurik nyurik enabled auto-merge (squash) March 11, 2025 08:32
Copy link
Collaborator

@CommanderStorm CommanderStorm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, thanks for debugging the last part ❤️

@nyurik nyurik merged commit c12bfc8 into maplibre:main Mar 11, 2025
20 checks passed
@nyurik nyurik deleted the bump-deps2 branch March 11, 2025 13:48
CommanderStorm added a commit to CommanderStorm/martin that referenced this pull request Mar 11, 2025
Resolves maplibre#1475

One possible concern is that i32 is now used as i64 with sqlx. This
**might** impact `tile_xxh3_64_hash` value validity, but I don't see
conclusive evidence of that. Note that the tests were incorrectly dumped
as i32, thus had to be updated, but it does not seem to affect the
actual storage or validation...

---------

Co-authored-by: Frank Elsinga <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RUSTSEC-2024-0363: Binary Protocol Misinterpretation caused by Truncating or Overflowing Casts
2 participants