Skip to content

Commit

Permalink
Update quick-xml dep
Browse files Browse the repository at this point in the history
  • Loading branch information
elrnv committed Jul 13, 2024
1 parent 68321ad commit 5e8894f
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 @@ -24,7 +24,7 @@ lz4 = { package = "lz4_flex", version = "0.11", optional = true }
flate2 = { version = "1.0.19", optional = true }
xz2 = { version = "0.1.6", optional = true } # LZMA
# quick-xml = { path = "../quick-xml", features = ["serialize", "binary"], optional = true }
quick-xml = { version = "0.28", features = ["serialize"], optional = true }
quick-xml = { version = "0.36", features = ["serialize"], optional = true }
serde = { version = "1.0", features = ["derive"], optional = true }
tokio = { version = "1.3", features = ["fs", "io-util"], optional = true }
rayon = { version = "1.0", optional = true }
Expand Down

0 comments on commit 5e8894f

Please sign in to comment.