From 9060737fb3fc5136ccd80d5feb85cbf2cd95baac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 16:33:01 -0400 Subject: [PATCH] Bump new_string_template from 1.4.0 to 1.5.1 in /quickwit (#4846) Bumps [new_string_template](https://github.com/hasezoey/new_string_template) from 1.4.0 to 1.5.1. - [Release notes](https://github.com/hasezoey/new_string_template/releases) - [Changelog](https://github.com/hasezoey/new_string_template/blob/master/CHANGELOG.md) - [Commits](https://github.com/hasezoey/new_string_template/compare/v1.4.0...v1.5.1) --- updated-dependencies: - dependency-name: new_string_template dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- quickwit/Cargo.lock | 4 ++-- quickwit/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/quickwit/Cargo.lock b/quickwit/Cargo.lock index 1e19fecab18..22ca36fa3be 100644 --- a/quickwit/Cargo.lock +++ b/quickwit/Cargo.lock @@ -4046,9 +4046,9 @@ checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" [[package]] name = "new_string_template" -version = "1.4.0" +version = "1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7359c5bee6fe9218ccd4988120a23dc79d291e95486756969112d45efdc97d1" +checksum = "ae40f3a13799cd6700ae77842b8c57e678a62f9c69105705660cea46083acf2e" dependencies = [ "lazy_static", "regex", diff --git a/quickwit/Cargo.toml b/quickwit/Cargo.toml index 81c844ca642..2b5fb754417 100644 --- a/quickwit/Cargo.toml +++ b/quickwit/Cargo.toml @@ -152,7 +152,7 @@ md5 = "0.7" mime_guess = "2.0.4" mockall = "0.11" mrecordlog = { git = "https://github.com/quickwit-oss/mrecordlog", rev = "306c0a7" } -new_string_template = "1.4.0" +new_string_template = "1.5.1" nom = "7.1.3" num_cpus = "1" numfmt = "1.1.1"