Skip to content

Commit

Permalink
deps: bump quick-xml dependency from 0.30 to 0.31
Browse files Browse the repository at this point in the history
  • Loading branch information
decathorpe committed Jul 13, 2024
1 parent 65f629b commit e991bdf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dxr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ required-features = ["derive", "i8", "nil"]
dxr_derive = { workspace = true, optional = true }
base64 = "0.22"
chrono = { version = "0.4.19", features = ["std"], default-features = false }
quick-xml = { version = "0.30", features = ["serialize"] }
quick-xml = { version = "0.31", features = ["serialize"] }
serde = { version = "1.0.104", features = ["derive"] }
thiserror = "1.0.30"

Expand Down

0 comments on commit e991bdf

Please sign in to comment.