From 9d711f6c4163208b14e60657dabb681db2c69e9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 03:27:05 +0000 Subject: [PATCH] chore(deps): Bump subst from 0.3.5 to 0.3.7 Bumps [subst](https://github.com/fizyr/subst) from 0.3.5 to 0.3.7. - [Changelog](https://github.com/fizyr/subst/blob/main/CHANGELOG) - [Commits](https://github.com/fizyr/subst/compare/v0.3.5...v0.3.7) --- updated-dependencies: - dependency-name: subst dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 112ed23bf..b15ec09dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4774,9 +4774,9 @@ dependencies = [ [[package]] name = "subst" -version = "0.3.5" +version = "0.3.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a3c1ba4fd019bc866333a61fe205fc9b686e3cf5971dd8dfc116657d933031c" +checksum = "33e7942675ea19db01ef8cf15a1e6443007208e6c74568bd64162da26d40160d" dependencies = [ "memchr", "serde",