From 8d49322c2c2fff8f060d6ad88dea20dfb99f32ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 02:44:12 +0000 Subject: [PATCH] chore(deps): Bump subst from 0.3.3 to 0.3.5 Bumps [subst](https://github.com/fizyr/subst) from 0.3.3 to 0.3.5. - [Changelog](https://github.com/fizyr/subst/blob/main/CHANGELOG) - [Commits](https://github.com/fizyr/subst/compare/v0.3.3...v0.3.5) --- 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 fcf68de1f..fc067fef5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4442,9 +4442,9 @@ dependencies = [ [[package]] name = "subst" -version = "0.3.3" +version = "0.3.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "266d3fe7ffc582b3a0c3fe36cdc88d5635a1c2d53e7c3f813c901d7bd1d34ba0" +checksum = "7a3c1ba4fd019bc866333a61fe205fc9b686e3cf5971dd8dfc116657d933031c" dependencies = [ "memchr", "serde",