From 6a3d498350c958452b807ef0b71aefc5c4033ee1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 14:11:44 +0000 Subject: [PATCH] dependabot: bump stringzilla from 3.11.0 to 3.11.2 Bumps [stringzilla](https://github.com/ashvardanian/stringzilla) from 3.11.0 to 3.11.2. - [Release notes](https://github.com/ashvardanian/stringzilla/releases) - [Changelog](https://github.com/ashvardanian/StringZilla/blob/main/.releaserc) - [Commits](https://github.com/ashvardanian/stringzilla/compare/v3.11.0...v3.11.2) --- updated-dependencies: - dependency-name: stringzilla 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 4a7d3965..a5d5bd78 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3187,9 +3187,9 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "stringzilla" -version = "3.11.0" +version = "3.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "840c1dda7db44cd343bfac96cecfd1d9a5f7c8961c34500220d61aedf98908f0" +checksum = "b9bf1a3467305dd3839478e3e7295e682b5e79e15a1197c36ae1ebf54a0d2ba3" dependencies = [ "cc", ] diff --git a/Cargo.toml b/Cargo.toml index ff9a2eb5..fb38f917 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,7 +75,7 @@ rand = "0.8.5" rangemap = "1.5.1" regex = "1.11.1" si_trace_print = "0.3.12" -stringzilla = { version = "3.11.0", optional = true } +stringzilla = { version = "3.11.2", optional = true } tar = "0.4.43" tempfile = "3.14.0" termcolor = "1.4.1"