From 5c5d0f36eba563b2ab06588ecb6c37c0c2de9a61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 02:28:12 +0000 Subject: [PATCH] Bump memchr from 2.7.1 to 2.7.2 Bumps [memchr](https://github.com/BurntSushi/memchr) from 2.7.1 to 2.7.2. - [Commits](https://github.com/BurntSushi/memchr/compare/2.7.1...2.7.2) --- updated-dependencies: - dependency-name: memchr 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 e0f6e2c..7ecf0d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -75,9 +75,9 @@ checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" [[package]] name = "memchr" -version = "2.7.1" +version = "2.7.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149" +checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d" [[package]] name = "pico-args" diff --git a/Cargo.toml b/Cargo.toml index 082f8a2..2f18fd9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ categories = ["command-line-utilities"] [dependencies] anyhow = "1.0.80" bstr = "1.9.1" -memchr = "2.7.1" +memchr = "2.7.2" pico-args = { version = "0.5.0", features = ["short-space-opt", "combined-flags", "eq-separator"] } regex = { version = "1.10", default-features = false, features = ["std", "unicode-bool", "unicode-perl", "unicode-gencat"], optional = true } serde_json = "1.0.114"