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

chore: upgrade sqlx #252

Merged
merged 5 commits into from
Nov 18, 2023
Merged

chore: upgrade sqlx #252

merged 5 commits into from
Nov 18, 2023

Commits on Nov 6, 2023

  1. chore: upgrade sqlx to 0.7

    In particular, this fixes RUSTSEC-2023-0052.
    boxdot committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    a80e460 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. fix: skipping sync group message from other device

    Such messages were skipped because, we assumed that profile key is
    always set, which is not the case for sync group messages.
    boxdot committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    829f25a View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. show the urlpath of sqlite

    boxdot committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    aaa8a27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07bdab8 View commit details
    Browse the repository at this point in the history
  3. upgrade presage and update dependencies

    This clears cargo audit warnings.
    boxdot committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    8c5fd2e View commit details
    Browse the repository at this point in the history