Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vicanso committed Jun 22, 2024
1 parent f7574f9 commit 61daa2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "charts-rs"
version = "0.3.10"
version = "0.3.11"
authors = ["Tree Xie <tree.xie@outlook.com>"]
edition = "2021"
categories = ["multimedia::images"]
Expand All @@ -16,15 +16,15 @@ rust-version = "1.65"

[dependencies]
charts-rs-derive = { path = "./charts-rs-derive", version = "0.2.1" }
fontdue = "0.9.0"
fontdue = "0.9.2"
image = { version = "0.25.1", features = [
"webp",
"avif",
"jpeg",
"png",
], optional = true }
once_cell = "1.19.0"
regex = "1.10.4"
regex = "1.10.5"
resvg = { version = "0.42.0", default-features = false, features = [
"text",
"system-fonts",
Expand Down

0 comments on commit 61daa2a

Please sign in to comment.