From 8b89b2be410b9ee4e6c1a2e58c0b080c1764e46d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 18:50:25 +0000 Subject: [PATCH] chore(deps): bump anstyle-parse from 0.2.1 to 0.2.2 Bumps [anstyle-parse](https://github.com/rust-cli/anstyle) from 0.2.1 to 0.2.2. - [Commits](https://github.com/rust-cli/anstyle/compare/anstyle-parse-v0.2.1...anstyle-parse-v0.2.2) --- updated-dependencies: - dependency-name: anstyle-parse 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 c3ac2b1af..e583ae040 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -51,9 +51,9 @@ checksum = "15c4c2c83f81532e5845a733998b6971faca23490340a418e9b72a3ec9de12ea" [[package]] name = "anstyle-parse" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333" +checksum = "317b9a89c1868f5ea6ff1d9539a69f45dffc21ce321ac1fd1160dfa48c8e2140" dependencies = [ "utf8parse", ] diff --git a/tls_codec/Cargo.toml b/tls_codec/Cargo.toml index a407d7421..ea33d9f88 100644 --- a/tls_codec/Cargo.toml +++ b/tls_codec/Cargo.toml @@ -25,7 +25,7 @@ serde = { version = "1.0.184", features = ["derive"], optional = true } clap = "=4.3.23" # pinned to preserve MSRV clap_lex = "=0.5.0" # pinned to preserve MSRV anstyle = "=1.0.2" # pinned to preserve MSRV -anstyle-parse = "=0.2.1" # pinned to preserve MSRV +anstyle-parse = "=0.2.2" # pinned to preserve MSRV criterion = { version = "0.5", default-features = false } regex = "1.8"