From 1ba925e3614b6677be9f6f22907fe58f7d1941d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 23:31:31 +0000 Subject: [PATCH] Bump anyhow from 1.0.92 to 1.0.93 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.92 to 1.0.93. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.92...1.0.93) --- 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 c99ea56..dbc16ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -16,9 +16,9 @@ checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" [[package]] name = "anyhow" -version = "1.0.92" +version = "1.0.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74f37166d7d48a0284b99dd824694c26119c700b53bf0d1540cdb147dbdaaf13" +checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775" [[package]] name = "autocfg" diff --git a/ocrs-cli/Cargo.toml b/ocrs-cli/Cargo.toml index 6ee2ed4..0f15d9f 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.92" +anyhow = "1.0.93" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] ureq = "2.10.1" diff --git a/ocrs/Cargo.toml b/ocrs/Cargo.toml index de5ea54..2762cbd 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.92" +anyhow = "1.0.93" rayon = "1.10.0" rten = { workspace = true } rten-imageproc = { workspace = true }