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 dependencies #111

Merged
merged 21 commits into from
Oct 20, 2023
Merged

Update dependencies #111

merged 21 commits into from
Oct 20, 2023

Commits on Oct 18, 2023

  1. Update indicatif

    oeb25 committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    b543a20 View commit details
    Browse the repository at this point in the history
  2. Update itertools

    oeb25 committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    ae66f22 View commit details
    Browse the repository at this point in the history
  3. Update lalrpop

    oeb25 committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    0060431 View commit details
    Browse the repository at this point in the history
  4. Update logos

    oeb25 committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    5b76f5e View commit details
    Browse the repository at this point in the history
  5. Update base64

    This one required a bit of tweeking as one must now select which engine
    to use.
    
    Since the alice engine is used across modules, it exposes its engine,
    while entity index only uses its encoding internally, and thus does not
    re-export it.
    oeb25 committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    d1f33a1 View commit details
    Browse the repository at this point in the history
  6. Update utoipa

    oeb25 committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    984f902 View commit details
    Browse the repository at this point in the history
  7. Update toml

    oeb25 committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    069d9cd View commit details
    Browse the repository at this point in the history
  8. Update scylla

    oeb25 committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    0739d01 View commit details
    Browse the repository at this point in the history
  9. Temporarily use forked scylla

    oeb25 committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    438b538 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5b1aea5 View commit details
    Browse the repository at this point in the history
  11. Update clap

    oeb25 committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    54668b0 View commit details
    Browse the repository at this point in the history
  12. Update proptest-derive

    oeb25 committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    f872447 View commit details
    Browse the repository at this point in the history
  13. Update quick-xml

    This was a bigger one, since the API has changed a bit.
    
    For some, it has become simpler to get at the bytes, such as no longer
    needing to decode with a reader.
    oeb25 committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    72bc493 View commit details
    Browse the repository at this point in the history
  14. Update axum-extra

    oeb25 committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    e3e738e View commit details
    Browse the repository at this point in the history
  15. Update memmap2

    oeb25 committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    7e1c096 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8e63558 View commit details
    Browse the repository at this point in the history
  17. Update criterion

    oeb25 committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    244430b View commit details
    Browse the repository at this point in the history
  18. Remove unused torch-sys dependency

    It was not used directly, but is used indirectly by tch, so there is no
    need to declare it explicitly.
    oeb25 committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    eae64f6 View commit details
    Browse the repository at this point in the history
  19. Update scylla to use upstream latest commit

    We still need to change it to the latest crates.io version when that
    gets released!
    oeb25 committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    3eb6b5a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    bd83180 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    839a881 View commit details
    Browse the repository at this point in the history