From 6fb8ab127745267747bf2438d8738f7b050b2388 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 05:58:38 +0000 Subject: [PATCH] Bump memchr from 2.6.3 to 2.7.1 Bumps [memchr](https://github.com/BurntSushi/memchr) from 2.6.3 to 2.7.1. - [Commits](https://github.com/BurntSushi/memchr/compare/2.6.3...2.7.1) --- updated-dependencies: - dependency-name: memchr dependency-type: direct:production update-type: version-update:semver-minor ... 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 d20a583..a755a32 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -439,9 +439,9 @@ checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" [[package]] name = "memchr" -version = "2.6.3" +version = "2.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c" +checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149" [[package]] name = "minijinja" diff --git a/Cargo.toml b/Cargo.toml index 3e13f0c..a9c8a8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ clap = { version = "4", features = ["derive", "wrap_help"] } either = "1.9" itertools = "0.12" log = "0.4" -memchr = "2.6" +memchr = "2.7" minijinja = { version = "1.0", features = ["builtins", "debug", "key_interning", "urlencode"], default-features = false } monostate = "0.1" proc-macro2 = { version = "1.0", features = ["span-locations"], default-features = false }