Skip to content

Commit

Permalink
Update dependencies. (#999)
Browse files Browse the repository at this point in the history
This PR updates various dependencies that don’t require code changes.
Because clap now wants Rust 1.74, the PR also increases the minimum
supported Rust version to that.
  • Loading branch information
partim authored Jan 22, 2025
1 parent 606ab19 commit e8d82e3
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 154 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
rust: [1.73.0, stable, beta]
rust: [1.74.0, stable, beta]
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down
Loading

0 comments on commit e8d82e3

Please sign in to comment.