Skip to content

Commit

Permalink
Merge pull request #53 from nikstur/renovate/all
Browse files Browse the repository at this point in the history
chore(deps): update all dependencies
  • Loading branch information
nikstur authored Dec 4, 2023
2 parents 12f39fc + e693c6f commit 582dc66
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v23
- uses: cachix/cachix-action@v12
- uses: cachix/install-nix-action@v24
- uses: cachix/cachix-action@v13
with:
name: bombon
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
Expand Down
8 changes: 4 additions & 4 deletions transformer/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 transformer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
anyhow = "1.0.75"
clap = { version = "4.4.8", features = ["derive"] }
clap = { version = "4.4.10", features = ["derive"] }
cyclonedx-bom = "0.4.3"
itertools = "0.12.0"
serde = { version = "1.0.193", features = [ "derive" ] }
Expand Down

0 comments on commit 582dc66

Please sign in to comment.