From 4b69f7b76eda670160be075c6a70db1e6413df31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 20:47:30 +0000 Subject: [PATCH] chore(deps): bump clap_lex from 0.5.0 to 0.5.1 Bumps [clap_lex](https://github.com/clap-rs/clap) from 0.5.0 to 0.5.1. - [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/clap_lex-v0.5.0...clap_lex-v0.5.1) --- updated-dependencies: - dependency-name: clap_lex dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- tls_codec/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8179f1ce6..53891e26d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -280,9 +280,9 @@ dependencies = [ [[package]] name = "clap_lex" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b" +checksum = "cd7cc57abe963c6d3b9d8be5b06ba7c8957a930305ca90304f24ef040aa6f961" [[package]] name = "cmpv2" diff --git a/tls_codec/Cargo.toml b/tls_codec/Cargo.toml index a407d7421..8e2a60357 100644 --- a/tls_codec/Cargo.toml +++ b/tls_codec/Cargo.toml @@ -23,7 +23,7 @@ serde = { version = "1.0.184", features = ["derive"], optional = true } [dev-dependencies] clap = "=4.3.23" # pinned to preserve MSRV -clap_lex = "=0.5.0" # pinned to preserve MSRV +clap_lex = "=0.5.1" # pinned to preserve MSRV anstyle = "=1.0.2" # pinned to preserve MSRV anstyle-parse = "=0.2.1" # pinned to preserve MSRV criterion = { version = "0.5", default-features = false }