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-ini requirement from 0.18 to 0.19 #437

Merged
merged 2 commits into from
Jul 20, 2023

Commits on Jul 20, 2023

  1. Update rust-ini requirement from 0.18 to 0.19

    Updates the requirements on [rust-ini](https://github.com/zonyitoo/rust-ini) to permit the latest version.
    - [Release notes](https://github.com/zonyitoo/rust-ini/releases)
    - [Commits](zonyitoo/rust-ini@v0.18.0...v0.19.0)
    
    ---
    updated-dependencies:
    - dependency-name: rust-ini
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    e4f3355 View commit details
    Browse the repository at this point in the history
  2. Fix test for fixed error message in rust-ini

    In
    
        zonyitoo/rust-ini#95
    
    the reported line and column was fixed in rust-ini. This patch adapts
    for this change.
    
    Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
    matthiasbeyer committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    e8fd988 View commit details
    Browse the repository at this point in the history