Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 1, 2024
1 parent 6ffa158 commit bc9f6a7
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 76 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: nightly
Expand Down
90 changes: 16 additions & 74 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ clap = { version = "4.3.2", features = ["cargo", "derive"] }
env-file-reader = "0.3.0"
glob = "0.3.1"
log = "0.4.18"
simple_logger = "4.1.0"
simple_logger = "5.0.0"
thiserror = "1.0.40"
toml = "0.7.4"

0 comments on commit bc9f6a7

Please sign in to comment.