From 23a4a9c1cd07f15ba6c36f9f2809d4419994f167 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 20:50:59 +0000 Subject: [PATCH] chore(deps): bump memchr from 2.7.2 to 2.7.3 Bumps [memchr](https://github.com/BurntSushi/memchr) from 2.7.2 to 2.7.3. - [Commits](https://github.com/BurntSushi/memchr/compare/2.7.2...2.7.3) --- updated-dependencies: - dependency-name: memchr dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- lib/codecs/Cargo.toml | 2 +- lib/framework/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 87c9af377..694352ecc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2262,9 +2262,9 @@ dependencies = [ [[package]] name = "memchr" -version = "2.7.2" +version = "2.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d" +checksum = "6d0d8b92cd8358e8d229c11df9358decae64d137c5be540952c5ca7b25aea768" [[package]] name = "memmap2" diff --git a/lib/codecs/Cargo.toml b/lib/codecs/Cargo.toml index 2f2264610..b36041e40 100644 --- a/lib/codecs/Cargo.toml +++ b/lib/codecs/Cargo.toml @@ -23,7 +23,7 @@ event = { path = "../event" } futures = { version = "0.3.30", default-features = false } futures-util = { version = "0.3.30", default-features = false } log_schema = { path = "../log_schema" } -memchr = { version = "2.7.2", default-features = false } +memchr = { version = "2.7.3", default-features = false } serde_json = { version = "1.0.117", default-features = false, features = ["std"] } tokio = { version = "1.38.0", default-features = false } tokio-util = { version = "0.7.11", default-features = false, features = ["codec"] } diff --git a/lib/framework/Cargo.toml b/lib/framework/Cargo.toml index cb6ee38b5..1c2257110 100644 --- a/lib/framework/Cargo.toml +++ b/lib/framework/Cargo.toml @@ -55,7 +55,7 @@ listenfd = { version = "1.0.1", default-features = false, optional = true } libc = { version = "0.2.155", default-features = false } log_schema = { path = "../log_schema" } bytesize = { path = "../bytesize" } -memchr = { version = "2.7.2", default-features = false } +memchr = { version = "2.7.3", default-features = false } metrics = { path = "../metrics" } once_cell = { version = "1.19.0", default-features = false } pem = { version = "3.0.4", default-features = false, features = ["std"] }