Skip to content

Commit

Permalink
test: removed-unused-crates
Browse files Browse the repository at this point in the history
  • Loading branch information
fukusuket committed Feb 17, 2024
1 parent 75d69c0 commit 954fdfa
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 75 deletions.
118 changes: 44 additions & 74 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ include = ["src/**/*", "LICENSE.txt", "README.md", "CHANGELOG.md"]
itertools = "*"
dashmap = "*"
clap = { version = "4.*", features = ["derive", "cargo", "color"]}
evtx = { git = "https://github.com/Yamato-Security/hayabusa-evtx.git" , features = ["fast-alloc"] , rev = "6f1b0e3" } # 0.8.7 2024/02/10 update
evtx = { git = "https://github.com/Yamato-Security/hayabusa-evtx.git" , features = ["fast-alloc"] , branch = "remove-unused-crates"} # 0.8.7 2024/02/10 update
quick-xml = {version = "0.*", features = ["serialize"] }
serde = { version = "1.*", features = ["derive"] }
serde_json = { version = "1.0"}
Expand Down

0 comments on commit 954fdfa

Please sign in to comment.