From 7e7094adbe6d43c686b40efe2b7047c7e36c4438 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Nov 2022 13:07:30 +0000 Subject: [PATCH] build(deps): bump kml from 0.4.3 to 0.5.0 Bumps [kml](https://github.com/georust/kml) from 0.4.3 to 0.5.0. - [Release notes](https://github.com/georust/kml/releases) - [Changelog](https://github.com/georust/kml/blob/main/CHANGELOG.md) - [Commits](https://github.com/georust/kml/compare/v0.4.3...v0.5.0) --- updated-dependencies: - dependency-name: kml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 14bd6f6..46fc98e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -490,9 +490,9 @@ checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35" [[package]] name = "kml" -version = "0.4.3" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a29830e91e9086ac4fa84bedaef794d71cf0b10f88ec691902b65c5a77dc9b5" +checksum = "57469636631840039960c987863e87166a6b743a2acbdf86589cac617ee54387" dependencies = [ "geo-types", "num-traits", diff --git a/Cargo.toml b/Cargo.toml index 72c9925..6971998 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ topojson = "0.5.1" float-cmp = "0.9" wkt = "0.10" polyline = "0.9" -kml = "0.4.3" +kml = "0.5.0" [[bin]] name = "echomap"