From ee3678a905f26f7151b0e3f404a41c998bfb396a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 23:59:51 +0000 Subject: [PATCH] Bump anyhow from 1.0.89 to 1.0.92 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.89 to 1.0.92. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.89...1.0.92) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- ocrs-cli/Cargo.toml | 2 +- ocrs/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 95cb141..c028a17 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -16,9 +16,9 @@ checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" [[package]] name = "anyhow" -version = "1.0.89" +version = "1.0.92" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" +checksum = "74f37166d7d48a0284b99dd824694c26119c700b53bf0d1540cdb147dbdaaf13" [[package]] name = "autocfg" diff --git a/ocrs-cli/Cargo.toml b/ocrs-cli/Cargo.toml index 079c9f3..88537fc 100644 --- a/ocrs-cli/Cargo.toml +++ b/ocrs-cli/Cargo.toml @@ -18,7 +18,7 @@ rten-tensor = { workspace = true } ocrs = { path = "../ocrs", version = "0.9.0" } lexopt = "0.3.0" url = "2.5.2" -anyhow = "1.0.89" +anyhow = "1.0.92" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] ureq = "2.10.1" diff --git a/ocrs/Cargo.toml b/ocrs/Cargo.toml index 646b51b..02a488f 100644 --- a/ocrs/Cargo.toml +++ b/ocrs/Cargo.toml @@ -9,7 +9,7 @@ homepage = "https://github.com/robertknight/ocrs" repository = "https://github.com/robertknight/ocrs" [dependencies] -anyhow = "1.0.89" +anyhow = "1.0.92" rayon = "1.10.0" rten = { workspace = true } rten-imageproc = { workspace = true }