Skip to content

Commit

Permalink
build(deps): update quick-xml requirement from 0.30.0 to 0.31.0 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent 240de0a commit 977c672
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 @@ -25,7 +25,7 @@ nom = "7.1.3"
serde = { version = "1.0.188", features = ["derive"] }
serde_json = { version = "1.0.107", features = ["preserve_order"] }
utf16string = "0.2.0"
quick-xml = { version = "0.30.0", features = ["serialize"] }
quick-xml = { version = "0.31.0", features = ["serialize"] }
serde_repr = "0.1.16"

[dev-dependencies]
Expand Down

0 comments on commit 977c672

Please sign in to comment.