From f06408f4f7b0ec73fcd3f4e8dfd85e657c5259df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 09:12:37 +0100 Subject: chore(deps): bump memchr from 2.7.2 to 2.7.4 (#2151) Bumps [memchr](https://github.com/BurntSushi/memchr) from 2.7.2 to 2.7.4. - [Commits](https://github.com/BurntSushi/memchr/compare/2.7.2...2.7.4) --- updated-dependencies: - dependency-name: memchr dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- crates/atuin-client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/atuin-client') diff --git a/crates/atuin-client/Cargo.toml b/crates/atuin-client/Cargo.toml index 88173bac..65727f2f 100644 --- a/crates/atuin-client/Cargo.toml +++ b/crates/atuin-client/Cargo.toml @@ -44,7 +44,7 @@ regex = "1.10.5" serde_regex = "1.1.0" fs-err = { workspace = true } sql-builder = "3" -memchr = "2.5" +memchr = "2.7" rmp = { version = "0.8.14" } typed-builder = { workspace = true } tokio = { workspace = true } -- cgit v1.3.1