From ae511c944e676f862479da3093b8db389bddf568 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 04:08:41 +0000 Subject: [PATCH] Bump memchr from 2.5.0 to 2.6.3 Bumps [memchr](https://github.com/BurntSushi/memchr) from 2.5.0 to 2.6.3. - [Commits](https://github.com/BurntSushi/memchr/compare/2.5.0...2.6.3) --- 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 fc5bce7..7a7e15a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -499,9 +499,9 @@ checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" [[package]] name = "memchr" -version = "2.5.0" +version = "2.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" +checksum = "8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c" [[package]] name = "minijinja" diff --git a/Cargo.toml b/Cargo.toml index 1ad8c5e..9fe104b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ clap = { version = "4", features = ["derive", "wrap_help"] } either = "1.9" itertools = "0.11" log = "0.4" -memchr = "2.5" +memchr = "2.6" 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 }