Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and nikstur committed Dec 6, 2024
1 parent 5381969 commit d67b619
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v13
- uses: DeterminateSystems/nix-installer-action@v16
with:
diagnostic-endpoint: ""
source-url: "https://install.lix.systems/lix/lix-installer-x86_64-linux"
- uses: DeterminateSystems/magic-nix-cache-action@v7
- uses: DeterminateSystems/magic-nix-cache-action@v8
with:
diagnostic-endpoint: ""
- run: nix flake check --log-format raw-with-logs -L
Expand Down
22 changes: 11 additions & 11 deletions rust/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 rust/transformer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
anyhow = "1.0.86"
clap = { version = "4.5.17", default-features = false, features = ["std", "derive"] }
cyclonedx-bom = "0.7.0"
cyclonedx-bom = "0.8.0"
itertools = "0.13.0"
serde = { version = "1.0.209", features = [ "derive" ] }
serde_json = "1.0.128"
Expand Down

0 comments on commit d67b619

Please sign in to comment.