From 328a41c91d8fcce85559094ff3d0158c727876ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 23:21:49 +0000 Subject: [PATCH] Bump anyhow from 1.0.93 to 1.0.95 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.93 to 1.0.95. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.93...1.0.95) --- 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 df169f4..90faf29 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -16,9 +16,9 @@ checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" [[package]] name = "anyhow" -version = "1.0.93" +version = "1.0.95" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775" +checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04" [[package]] name = "autocfg" diff --git a/ocrs-cli/Cargo.toml b/ocrs-cli/Cargo.toml index 54d766c..6e02413 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.93" +anyhow = "1.0.95" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] ureq = "2.11.0" diff --git a/ocrs/Cargo.toml b/ocrs/Cargo.toml index 2762cbd..856c7e4 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.93" +anyhow = "1.0.95" rayon = "1.10.0" rten = { workspace = true } rten-imageproc = { workspace = true }