From 5d77b9bed0ea9a270546e9562370e5c61c659e71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 05:21:12 +0000 Subject: [PATCH] Update geo-svg requirement from 0.5.0 to 0.6.0 Updates the requirements on [geo-svg](https://github.com/georust/geo-svg) to permit the latest version. - [Release notes](https://github.com/georust/geo-svg/releases) - [Commits](https://github.com/georust/geo-svg/commits/v0.6.0) --- updated-dependencies: - dependency-name: geo-svg dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 17a9bcb..f57d55e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,5 +22,5 @@ serde = { version = "1.0.99", features = ["derive"] } serde_json = "1.0.40" once_cell = "1.4.0" data-uri-utils = "0.2.0" -geo-svg = "0.5.0" +geo-svg = "0.6.0" geo-types = "0.7.1"