From b7b71ef8ad8cce8c0e019c61fbbbb496e63118d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 13:06:43 +0000 Subject: [PATCH] build(deps): bump clap from 4.0.22 to 4.0.23 Bumps [clap](https://github.com/clap-rs/clap) from 4.0.22 to 4.0.23. - [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.23) --- 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..2f6d1e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -169,9 +169,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.0.22" +version = "4.0.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "91b9970d7505127a162fdaa9b96428d28a479ba78c9ec7550a63a5d9863db682" +checksum = "0eb41c13df48950b20eb4cd0eefa618819469df1bffc49d11e8487c4ba0037e5" dependencies = [ "atty", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index 72c9925..b393545 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.23" csv = "1.1" shapefile = { version = "0.3.0", features = ["geo-types"] } topojson = "0.5.1"