From c102027539266cb7da0555dbe02f45e37f131d62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 00:41:39 +0000 Subject: [PATCH] chore(deps): bump anyhow from 1.0.90 to 1.0.93 in /bin/oay Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.90 to 1.0.93. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.90...1.0.93) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- bin/oay/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/oay/Cargo.lock b/bin/oay/Cargo.lock index bc28fd09538..f85208d1d8e 100644 --- a/bin/oay/Cargo.lock +++ b/bin/oay/Cargo.lock @@ -49,9 +49,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.90" +version = "1.0.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37bf3594c4c988a53154954629820791dde498571819ae4ca50ca811e060cc95" +checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775" [[package]] name = "async-trait"