Skip to content

Commit

Permalink
Update quick-xml to 0.31.
Browse files Browse the repository at this point in the history
  • Loading branch information
partim committed Nov 30, 2023
1 parent 63273a2 commit 120f6f5
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 @@ futures-util = { version = "0.3", optional = true }
chrono = { version = "0.4.10", features = [ "serde" ] }
log = "0.4.7"
openssl = { version = "0.10.23", optional = true }
quick-xml = { version = "0.29.0", optional = true }
quick-xml = { version = "0.31.0", optional = true }
ring = { version = "0.17.6", optional = true }
serde = { version = "1.0.103", optional = true, features = [ "derive" ] }
serde_json = { version = "1.0.40", optional = true }
Expand Down

0 comments on commit 120f6f5

Please sign in to comment.