From c00dc9f4bdfbea0714a337cc71b7cf6e1cc12dab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 13:28:27 +0000 Subject: [PATCH] Update geo-svg requirement from 0.6.0 to 0.7.2 Updates the requirements on [geo-svg](https://github.com/georust/geo-svg) to permit the latest version. - [Changelog](https://github.com/georust/geo-svg/blob/main/CHANGELOG.md) - [Commits](https://github.com/georust/geo-svg/compare/0.6.0...v0.7.2) --- 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 cd252f0..b20bf1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,6 +20,6 @@ log = "0.4.17" [dev-dependencies] data-uri-utils = "0.2.0" geo-rand = "0.3.0" -geo-svg = "0.6.0" +geo-svg = "0.7.2" rand_core = "0.6.2" rand_pcg = "0.3.0"