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 10, 2024
1 parent 2c920f2 commit 9bb9e51
Showing 1 changed file with 3 additions and 3 deletions.
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 9bb9e51

Please sign in to comment.