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 Rust Dependencies 2024-05-29 #226

Merged
merged 15 commits into from
Jun 3, 2024

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    fcf8b6b View commit details
    Browse the repository at this point in the history
  2. Ignore clippy warning

    tkmcmaster committed May 29, 2024
    Configuration menu
    Copy the full SHA
    9e34cb8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9eca255 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b6a3eb6 View commit details
    Browse the repository at this point in the history
  5. Updated additional dependencies

    - Held back hyper, http, and yansi due to major changes
    tkmcmaster committed May 29, 2024
    Configuration menu
    Copy the full SHA
    f063a18 View commit details
    Browse the repository at this point in the history
  6. Updated Yansi to latest version

    - Converted Paint::disable to Yansi::disable
    - Removed Windows specific code. Yansi now will try to enable on Windows and automatically disables if it can't activate.
    tkmcmaster committed May 29, 2024
    Configuration menu
    Copy the full SHA
    e670e0a View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    cc9964a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3cf8241 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9c4991 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e9ca973 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b93850 View commit details
    Browse the repository at this point in the history
  6. Updated cargo lock file

    tkmcmaster committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    818c1d8 View commit details
    Browse the repository at this point in the history
  7. Updated code for deprecations

    - Added tests for create_date_diff, then updated deprecated calls and confirmed tests still passed
    tkmcmaster committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    0603d80 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d445383 View commit details
    Browse the repository at this point in the history
  9. Fixed tests to validate to UTC

    - Since the PR flow runs on UTC, updated the local PR script to also run UTC
    - Updated the create_date_diff test to validate UTC and print a warning to run UTC if it fails
    tkmcmaster committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    c01988c View commit details
    Browse the repository at this point in the history