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 954fdfa commit d713ae6
Showing 1 changed file with 1 addition and 1 deletion.
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"] , branch = "remove-unused-crates"} # 0.8.7 2024/02/10 update
evtx = { git = "https://github.com/Yamato-Security/hayabusa-evtx.git" , features = ["fast-alloc"] , rev = "61e799a5acc1933a5cee7d68344e95a83093937a"} # 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 d713ae6

Please sign in to comment.