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 scripting 2024-06-03 #229

Merged

Commits on Jun 3, 2024

  1. Update Rust Dependencies 2024-05-29 (#226)

    * Moved deprecated .cargo/config to config.toml
    
    * Ignore clippy warning
    
    * Updated body_reader and channel dependencies
    
    * Updated config-wasm and hdr-histogram dependencies
    
    * Updated additional dependencies
    
    - Held back hyper, http, and yansi due to major changes
    
    * 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.
    
    * Added build test-server to the PR script and workflow
    
    * Fix dependency loop with ahash on itself
    
    - tkaitchuck/aHash#95 (comment)
    - rustwasm/wasm-bindgen#3031 (comment)
    
    * Updated yaml-rust to use yaml-rust2 due to deprecation
    
    - chyh1990/yaml-rust#197
    - chyh1990/yaml-rust#160 (comment)
    
    * Updated cargo deny to remove deprecated entries
    
    - EmbarkStudios/cargo-deny#611
    - https://embarkstudios.github.io/cargo-deny/checks/licenses/cfg.html#the-clarify-field-optional
    
    * Updated cargo lock file
    
    * Updated code for deprecations
    
    - Added tests for create_date_diff, then updated deprecated calls and confirmed tests still passed
    
    * Added clippy ignore large results and errors
    
    * 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 authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    c716994 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85d8c2f View commit details
    Browse the repository at this point in the history