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

Fix up linting issues and bring in dependabot MRs #368

Merged
merged 15 commits into from
Jan 3, 2024
Merged

Commits on Nov 20, 2023

  1. Bump uuid from 1.5.0 to 1.6.1

    Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.5.0 to 1.6.1.
    - [Release notes](https://github.com/uuid-rs/uuid/releases)
    - [Commits](uuid-rs/uuid@1.5.0...1.6.1)
    
    ---
    updated-dependencies:
    - dependency-name: uuid
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    9b7428d View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Bump unsafe-libyaml from 0.2.8 to 0.2.10

    Bumps [unsafe-libyaml](https://github.com/dtolnay/unsafe-libyaml) from 0.2.8 to 0.2.10.
    - [Release notes](https://github.com/dtolnay/unsafe-libyaml/releases)
    - [Commits](dtolnay/unsafe-libyaml@0.2.8...0.2.10)
    
    ---
    updated-dependencies:
    - dependency-name: unsafe-libyaml
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 21, 2023
    Configuration menu
    Copy the full SHA
    81deaa0 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Bump tempfile from 3.8.1 to 3.9.0

    Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.8.1 to 3.9.0.
    - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
    - [Commits](Stebalien/tempfile@v3.8.1...v3.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: tempfile
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 28, 2023
    Configuration menu
    Copy the full SHA
    c7584bd View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Bump thiserror from 1.0.50 to 1.0.56

    Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.50 to 1.0.56.
    - [Release notes](https://github.com/dtolnay/thiserror/releases)
    - [Commits](dtolnay/thiserror@1.0.50...1.0.56)
    
    ---
    updated-dependencies:
    - dependency-name: thiserror
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    7308288 View commit details
    Browse the repository at this point in the history
  2. Bump anyhow from 1.0.75 to 1.0.79

    Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.75 to 1.0.79.
    - [Release notes](https://github.com/dtolnay/anyhow/releases)
    - [Commits](dtolnay/anyhow@1.0.75...1.0.79)
    
    ---
    updated-dependencies:
    - dependency-name: anyhow
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    2b0d138 View commit details
    Browse the repository at this point in the history
  3. Bump serde_json from 1.0.108 to 1.0.110

    Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.108 to 1.0.110.
    - [Release notes](https://github.com/serde-rs/json/releases)
    - [Commits](serde-rs/json@v1.0.108...v1.0.110)
    
    ---
    updated-dependencies:
    - dependency-name: serde_json
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    115c93d View commit details
    Browse the repository at this point in the history
  4. Bump serde_yaml from 0.9.27 to 0.9.30

    Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.27 to 0.9.30.
    - [Release notes](https://github.com/dtolnay/serde-yaml/releases)
    - [Commits](dtolnay/serde-yaml@0.9.27...0.9.30)
    
    ---
    updated-dependencies:
    - dependency-name: serde_yaml
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    1a3b185 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Fix linting issues

    Signed-off-by: Max Dymond <[email protected]>
    maxdymond committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    874f6fa View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/dependabot/cargo/anyhow-1.0.79' …

    …into md/dependabot
    
    Signed-off-by: Max Dymond <[email protected]>
    maxdymond committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    4273488 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/dependabot/cargo/serde_json-1.0.…

    …110' into md/dependabot
    
    Signed-off-by: Max Dymond <[email protected]>
    maxdymond committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    9c99acf View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/dependabot/cargo/serde_yaml-0.9.…

    …30' into md/dependabot
    
    Signed-off-by: Max Dymond <[email protected]>
    maxdymond committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    fa10801 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/dependabot/cargo/tempfile-3.9.0'…

    … into md/dependabot
    
    Signed-off-by: Max Dymond <[email protected]>
    maxdymond committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    4cb2cee View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/dependabot/cargo/unsafe-libyaml-…

    …0.2.10' into md/dependabot
    
    Signed-off-by: Max Dymond <[email protected]>
    maxdymond committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    a274fa1 View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'origin/dependabot/cargo/uuid-1.6.1' int…

    …o md/dependabot
    
    Signed-off-by: Max Dymond <[email protected]>
    maxdymond committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    29ee0c3 View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'origin/dependabot/cargo/thiserror-1.0.5…

    …6' into md/dependabot
    
    Signed-off-by: Max Dymond <[email protected]>
    maxdymond committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    c9dd346 View commit details
    Browse the repository at this point in the history