Skip to content

Commit

Permalink
Merge pull request #78 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 Mar 1, 2024
2 parents 08c5ba6 + 76eb0df commit 9312115
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
- uses: DeterminateSystems/magic-nix-cache-action@v2
- uses: DeterminateSystems/magic-nix-cache-action@v3
with:
diagnostic-endpoint: ""
- run: nix flake check
2 changes: 1 addition & 1 deletion rust/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"
clap = { version = "4.4", features = ["derive"] }
clap = { version = "4.5", features = ["derive"] }
cyclonedx-bom = "0.5"
itertools = "0.12"
serde = { version = "1.0", features = [ "derive" ] }
Expand Down

0 comments on commit 9312115

Please sign in to comment.