Skip to content

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 1, 2024
1 parent 0a3e538 commit 76fca2f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions 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 transformer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.75"
clap = { version = "4.4.10", features = ["derive"] }
anyhow = "1.0.78"
clap = { version = "4.4.12", features = ["derive"] }
cyclonedx-bom = "0.4.3"
itertools = "0.12.0"
serde = { version = "1.0.193", features = [ "derive" ] }
serde_json = "1.0.108"
serde_json = "1.0.109"

0 comments on commit 76fca2f

Please sign in to comment.