Skip to content

Commit

Permalink
deps: Update to kurbo 0.11, base64 0.22.
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Mar 5, 2024
1 parent e58e320 commit d68b242
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 @@ -25,10 +25,10 @@ serde_derive = "1.0"
serde_repr = "0.1"
quick-xml = { version = "0.31.0", features = ["serialize"] }
rayon = { version = "1.3.0", optional = true }
kurbo = { version = "0.10.0", optional = true }
kurbo = { version = "0.11.0", optional = true }
thiserror = "1.0"
indexmap = { version = "2.0.0", features = ["serde"] }
base64 = "0.21.2"
base64 = "0.22"
close_already = "0.3"

[dev-dependencies]
Expand Down

0 comments on commit d68b242

Please sign in to comment.