From 86fbca6c3690f8be9a3bd9bc028b01dceb852995 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Nov 2022 13:05:26 +0000 Subject: [PATCH] build(deps): bump clap from 4.0.22 to 4.0.24 Bumps [clap](https://github.com/clap-rs/clap) from 4.0.22 to 4.0.24. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v4.0.22...v4.0.24) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... 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..0cf240e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -169,9 +169,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.0.22" +version = "4.0.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91b9970d7505127a162fdaa9b96428d28a479ba78c9ec7550a63a5d9863db682" +checksum = "60494cedb60cb47462c0ff7be53de32c0e42a6fc2c772184554fa12bd9489c03" dependencies = [ "atty", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index 72c9925..61df620 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ rstar = "0.9" anyhow = "1.0" console = "0.15" indicatif = "0.17" -clap = "4.0.22" +clap = "4.0.24" csv = "1.1" shapefile = { version = "0.3.0", features = ["geo-types"] } topojson = "0.5.1"