diff --git a/Cargo.toml b/Cargo.toml index d06c5ab..1c227c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,5 +11,5 @@ categories = ["visualization", "science"] keywords = ["plotting", "plot", "graph", "chart", "histogram"] [dependencies] -svg = "0.10.0" +svg = "0.12.0" thiserror = "1.0.30"