From e35f4c727c6c60bcfb5b1d601054de95d39a9977 Mon Sep 17 00:00:00 2001 From: Martin Date: Mon, 14 Aug 2023 20:40:08 +0100 Subject: [PATCH] Bump svg to 0.13.1 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a1c9f74..3649bfe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,5 +11,5 @@ repository = "https://github.com/askanium/rustplotlib" readme = "README.md" [dependencies] -svg="0.7.1" -format_num = "0.1.0" \ No newline at end of file +svg = "0.13.1" +format_num = "0.1.0"