Skip to content

Commit

Permalink
Merge pull request #67 from nikstur/renovate/all
Browse files Browse the repository at this point in the history
chore(deps): update all dependencies
  • Loading branch information
nikstur committed Feb 1, 2024
2 parents 72d9fa5 + 85bd260 commit 91c7564
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v24
- uses: cachix/install-nix-action@v25
- uses: DeterminateSystems/magic-nix-cache-action@v2
with:
diagnostic-endpoint: ""
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.

8 changes: 4 additions & 4 deletions transformer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ edition = "2021"

[dependencies]
anyhow = "1.0.79"
clap = { version = "4.4.12", features = ["derive"] }
clap = { version = "4.4.18", features = ["derive"] }
cyclonedx-bom = "0.4.3"
itertools = "0.12.0"
serde = { version = "1.0.194", features = [ "derive" ] }
serde_json = "1.0.110"
itertools = "0.12.1"
serde = { version = "1.0.196", features = [ "derive" ] }
serde_json = "1.0.113"

0 comments on commit 91c7564

Please sign in to comment.