Skip to content

Commit

Permalink
Merge pull request #6 from sorokya/dependabot/cargo/quick-xml-0.36.0
Browse files Browse the repository at this point in the history
Update quick-xml requirement from 0.33.0 to 0.36.0
  • Loading branch information
sorokya authored Jul 16, 2024
2 parents 15cde0f + de4fe06 commit 3e0a1a0
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,5 +25,5 @@ serde = { version = "1.0", features = ["derive"], optional = true }
[build-dependencies]
glob = "0.3.1"
serde = {version = "1.0", features = ["derive"]}
quick-xml = {version = "0.33.0", features = ["serialize", "overlapped-lists"]}
quick-xml = {version = "0.36.0", features = ["serialize", "overlapped-lists"]}
convert_case = "0.6.0"

0 comments on commit 3e0a1a0

Please sign in to comment.