diff --git a/Cargo.toml b/Cargo.toml index d06c5ab..2d4ee42 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.13.0" thiserror = "1.0.30"