Skip to content

Commit

Permalink
Bump quick-xml
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Feb 12, 2024
1 parent 1b77745 commit 721843c
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 @@ -22,7 +22,7 @@ addr = "0.15.3"
rocket = { version = "0.5.0", features = ["json"] }

# Serialization/Deserialization
quick-xml = { version = "0.27.1", default-features = false, features = [ "serialize" ] }
quick-xml = { version = "0.31.0", default-features = false, features = [ "serialize" ] }
serde_json = "1.0.64"
serde = { version = "1.0.153", default-features = false, features = [ "derive" ] }
chrono = "0.4.19"
Expand Down

0 comments on commit 721843c

Please sign in to comment.