Skip to content

Commit

Permalink
build(Cargo): cargo update and modified evtx crate reference
Browse files Browse the repository at this point in the history
  • Loading branch information
hitenkoku committed Sep 22, 2023
1 parent 9bc02f9 commit c0101db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 64 deletions.
69 changes: 6 additions & 63 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 = "c3eeadf" } # 0.8.7 2023/09/21 update
evtx = { git = "https://github.com/Yamato-Security/hayabusa-evtx.git" , features = ["fast-alloc"] , rev = "d7af285" } # 0.8.7 2023/09/22 update
quick-xml = {version = "0.*", features = ["serialize"] }
serde = { version = "1.*", features = ["derive"] }
serde_json = { version = "1.0"}
Expand Down

0 comments on commit c0101db

Please sign in to comment.