From 9d36442e20c121a3693bc36cec54352eed1cf8e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 13:21:05 +0000 Subject: [PATCH] build(deps): bump kml from 0.4.3 to 0.6.0 Bumps [kml](https://github.com/georust/kml) from 0.4.3 to 0.6.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.6.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 31539d1..804c0d4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -490,9 +490,9 @@ checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35" [[package]] name = "kml" -version = "0.4.3" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a29830e91e9086ac4fa84bedaef794d71cf0b10f88ec691902b65c5a77dc9b5" +checksum = "2d932704faeb699bd4264a74d93a212c2c686e9c7f38a641c32ea3626a38341e" dependencies = [ "geo-types", "num-traits", diff --git a/Cargo.toml b/Cargo.toml index 72c9925..3c485e9 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.6.0" [[bin]] name = "echomap"