updated cargo #413
This commit is contained in:
+1
-1
@@ -7,12 +7,12 @@ edition = "2021"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "3.*", features = ["derive", "cargo"]}
|
||||
evtx = { git = "https://github.com/omerbenamram/evtx.git" , rev = "95a8ca6" , features = ["fast-alloc"]}
|
||||
quick-xml = {version = "0.23.0", features = ["serialize"] }
|
||||
serde = { version = "1.0.*", features = ["derive"] }
|
||||
serde_json = { version = "1.0"}
|
||||
serde_derive = "1.0.*"
|
||||
clap = "2.*"
|
||||
regex = "1.5.*"
|
||||
csv = "1.1.*"
|
||||
base64 = "*"
|
||||
|
||||
Reference in New Issue
Block a user