Skip to content

Commit

Permalink
transformer: upgrade Rust dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nikstur committed Sep 6, 2024
1 parent d79a37a commit 8143368
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
52 changes: 26 additions & 26 deletions rust/transformer/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions rust/transformer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ edition = "2021"

[dependencies]
anyhow = "1.0.86"
clap = { version = "4.5.9", default-features = false, features = ["std", "derive"] }
clap = { version = "4.5.17", default-features = false, features = ["std", "derive"] }
cyclonedx-bom = "0.7.0"
itertools = "0.13.0"
serde = { version = "1.0.204", features = [ "derive" ] }
serde_json = "1.0.120"
serde = { version = "1.0.209", features = [ "derive" ] }
serde_json = "1.0.128"
sha2 = "0.10.8"
uuid = "1.10.0"
base64 = "0.22.1"
Expand Down

0 comments on commit 8143368

Please sign in to comment.