update quick-xml to 0.25

This commit is contained in:
Yamato Security
2022-10-11 09:31:38 +09:00
parent 7b1d5299d8
commit ff2f52811f
2 changed files with 4 additions and 13 deletions

15
Cargo.lock generated
View File

@@ -609,7 +609,7 @@ dependencies = [
"indoc",
"jemallocator",
"log",
"quick-xml 0.25.0",
"quick-xml",
"rayon",
"rpmalloc",
"serde",
@@ -825,7 +825,7 @@ dependencies = [
"openssl",
"pbr",
"pulldown-cmark",
"quick-xml 0.23.1",
"quick-xml",
"rand",
"regex",
"reqwest",
@@ -1523,16 +1523,6 @@ version = "1.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
[[package]]
name = "quick-xml"
version = "0.23.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11bafc859c6815fbaffbbbf4229ecb767ac913fecb27f9ad4343662e9ef099ea"
dependencies = [
"memchr",
"serde",
]
[[package]]
name = "quick-xml"
version = "0.25.0"
@@ -1540,6 +1530,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58e21a144a0ffb5fad7b464babcdab934a325ad69b7c0373bcfef5cbd9799ca9"
dependencies = [
"memchr",
"serde",
]
[[package]]

View File

@@ -9,7 +9,7 @@ itertools = "*"
dashmap = "*"
clap = { version = "3.*", features = ["derive", "cargo"]}
evtx = { git = "https://github.com/Yamato-Security/hayabusa-evtx.git" , features = ["fast-alloc"] , rev = "5b0884d" } # 0.8.3
quick-xml = {version = "0.23.*", features = ["serialize"] }
quick-xml = {version = "0.25.*", features = ["serialize"] }
serde = { version = "1.*", features = ["derive"] }
serde_json = { version = "1.0"}
serde_derive = "1.*"