Skip to content

Commit

Permalink
Update quick-xml to 0.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Feb 12, 2024
1 parent 0fbdaef commit e398155
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ lcov = "0.8.1"
lcov2cobertura = { path = "lcov2cobertura", version = "1.0.2" }

[dev-dependencies]
quick-xml = "0.30.0"
quick-xml = "0.31.0"

[profile.release]
strip = "symbols"
2 changes: 1 addition & 1 deletion lcov2cobertura/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rust-version = "1.59"

[dependencies]
anyhow = "1.0.75"
quick-xml = "0.30.0"
quick-xml = "0.31.0"
regex = "1.7.3"
rustc-demangle = "0.1.23"

Expand Down

0 comments on commit e398155

Please sign in to comment.