From 0819242b7c0ec1499c8e1f4ec5f1d4f69ce94222 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Feb 2022 23:24:39 +0000 Subject: [PATCH] Bump clap from 3.1.1 to 3.1.2 Bumps [clap](https://github.com/clap-rs/clap) from 3.1.1 to 3.1.2. - [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/v3.1.1...v3.1.2) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- console_backend/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 117e0d8c4..280d56455 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -289,9 +289,9 @@ dependencies = [ [[package]] name = "clap" -version = "3.1.1" +version = "3.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d76c22c9b9b215eeb8d016ad3a90417bd13cb24cf8142756e6472445876cab7" +checksum = "5177fac1ab67102d8989464efd043c6ff44191b1557ec1ddd489b4f7e1447e77" dependencies = [ "atty", "bitflags", @@ -349,7 +349,7 @@ dependencies = [ "capnp", "capnpc", "chrono", - "clap 3.1.1", + "clap 3.1.2", "criterion", "crossbeam", "csv", diff --git a/console_backend/Cargo.toml b/console_backend/Cargo.toml index 70132f93b..2010cd82a 100644 --- a/console_backend/Cargo.toml +++ b/console_backend/Cargo.toml @@ -31,7 +31,7 @@ serialport = { git = "https://github.com/swift-nav/serialport-rs.git", default-f directories = "4" anyhow = { version = "1", features = ["backtrace"] } serde_yaml = "0.8.23" -clap = { version = "3.1.1", features = ["derive"] } +clap = { version = "3.1.2", features = ["derive"] } indexmap = { version = "1.8.0", features = ["serde"] } serde_json = { version = "1" } crossbeam = "0.8"