From 6cfceec5548a7f032ed4def9417c5e2a7665bb74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Nov 2022 13:16:34 +0000 Subject: [PATCH] build(deps): bump clap from 4.0.22 to 4.0.26 Bumps [clap](https://github.com/clap-rs/clap) from 4.0.22 to 4.0.26. - [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.26) --- 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..2961e04 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -169,9 +169,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.0.22" +version = "4.0.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91b9970d7505127a162fdaa9b96428d28a479ba78c9ec7550a63a5d9863db682" +checksum = "2148adefda54e14492fb9bddcc600b4344c5d1a3123bd666dcb939c6f0e0e57e" dependencies = [ "atty", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index 72c9925..74224d4 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.26" csv = "1.1" shapefile = { version = "0.3.0", features = ["geo-types"] } topojson = "0.5.1"