Skip to content

Commit

Permalink
Bump quick-xml to v0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RickyDaMa committed Aug 2, 2023
1 parent b11df74 commit 412480b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ uuid = { version = "1.2", features = ["v4"] }
serde = { version = "1.0", features = ["rc", "derive"] }
serde_derive = "1.0"
serde_repr = "0.1"
quick-xml = { version = "0.29.0", features = ["serialize"] }
quick-xml = { version = "0.30.0", features = ["serialize"] }
rayon = { version = "1.3.0", optional = true }
kurbo = { version = "0.9.0", optional = true }
thiserror = "1.0"
indexmap = {version = "2.0.0", features = ["serde"] }
indexmap = { version = "2.0.0", features = ["serde"] }
base64 = "0.21.2"

[dependencies.druid]
Expand Down

0 comments on commit 412480b

Please sign in to comment.