From 1038ac06680fe5155bc4e976a2ff633e72e84932 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 06:33:17 +0000 Subject: [PATCH] build(deps): bump treereduce from 0.3.0 to 0.3.1 Bumps [treereduce](https://github.com/langston-barrett/treereduce) from 0.3.0 to 0.3.1. - [Release notes](https://github.com/langston-barrett/treereduce/releases) - [Changelog](https://github.com/langston-barrett/treereduce/blob/main/doc/changelog.md) - [Commits](https://github.com/langston-barrett/treereduce/compare/v0.3.0...v0.3.1) --- updated-dependencies: - dependency-name: treereduce 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 a1f3706..4e47a25 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1322,9 +1322,9 @@ dependencies = [ [[package]] name = "treereduce" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fd121f11f99660017a0bde6d4414a6a13c159f6746c59688edc57d54ff8d08b" +checksum = "25140845f21c4c0e2cd87350e15b1f0c8f2f13befec2382544384af3362d0cf5" dependencies = [ "log", "regex",