From e560c8239d827c8edf40d1a0504626b40629b826 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 02:14:56 +0000 Subject: [PATCH] build(deps): bump anyhow from 1.0.75 to 1.0.93 in /tmpl8 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.75 to 1.0.93. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.75...1.0.93) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- tmpl8/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmpl8/Cargo.lock b/tmpl8/Cargo.lock index fcf3ef6..cc45ea5 100644 --- a/tmpl8/Cargo.lock +++ b/tmpl8/Cargo.lock @@ -37,9 +37,9 @@ checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d" [[package]] name = "anyhow" -version = "1.0.75" +version = "1.0.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6" +checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775" [[package]] name = "autocfg"