From 61daa2aa7864d76e919702d2a16c95bd354b30ef Mon Sep 17 00:00:00 2001 From: vicanso Date: Sat, 22 Jun 2024 09:03:21 +0800 Subject: [PATCH] chore: update dependencies --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 38489ba..543aa15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "charts-rs" -version = "0.3.10" +version = "0.3.11" authors = ["Tree Xie "] edition = "2021" categories = ["multimedia::images"] @@ -16,7 +16,7 @@ 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", @@ -24,7 +24,7 @@ image = { version = "0.25.1", features = [ "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",