Skip to content

Commit

Permalink
Bump quick-xml
Browse files Browse the repository at this point in the history
  • Loading branch information
reknih committed Oct 2, 2024
1 parent f069f9c commit f298101
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 @@ -16,7 +16,7 @@ default = []
json = ["unscanny"] # adds support for CSL-json parsing

[dependencies]
quick-xml = { version = "0.31", features = ["serialize", "overlapped-lists"] }
quick-xml = { version = "0.36.2", features = ["serialize", "overlapped-lists"] }
serde = { version = "1.0", features = ["derive"] }
unscanny = { version = "0.1.0", optional = true }

Expand Down

0 comments on commit f298101

Please sign in to comment.