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 Jun 7, 2024
1 parent f4d2653 commit e77e2b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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@v26
- uses: DeterminateSystems/magic-nix-cache-action@v4
- uses: cachix/install-nix-action@v27
- uses: DeterminateSystems/magic-nix-cache-action@v7
with:
diagnostic-endpoint: ""
- run: nix flake check
6 changes: 3 additions & 3 deletions rust/transformer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ edition = "2021"
[dependencies]
anyhow = "1.0.83"
clap = { version = "4.5.4", default-features = false, features = ["std", "derive"] }
cyclonedx-bom = "0.5.0"
itertools = "0.12.1"
cyclonedx-bom = "0.6.0"
itertools = "0.13.0"
serde = { version = "1.0.201", features = [ "derive" ] }
serde_json = "1.0.117"
sha2 = "0.10.8"
uuid = "1.8.0"
base64 = "0.21.7"
base64 = "0.22.0"

[lints.rust]
unsafe_code = "forbid"
Expand Down

0 comments on commit e77e2b7

Please sign in to comment.