From fe3e66ff5017327d8e4010bf9b0614d09ab49c17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 23:26:39 +0000 Subject: [PATCH] Bump anyhow from 1.0.80 to 1.0.86 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.80 to 1.0.86. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.80...1.0.86) --- 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 40279c5..48a03ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10,9 +10,9 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" [[package]] name = "anyhow" -version = "1.0.80" +version = "1.0.86" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ad32ce52e4161730f7098c077cd2ed6229b5804ccf99e5366be1ab72a98b4e1" +checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" [[package]] name = "autocfg" diff --git a/ocrs-cli/Cargo.toml b/ocrs-cli/Cargo.toml index 106f2bd..a31c6fc 100644 --- a/ocrs-cli/Cargo.toml +++ b/ocrs-cli/Cargo.toml @@ -18,7 +18,7 @@ rten-tensor = { workspace = true } ocrs = { path = "../ocrs", version = "0.8.0" } lexopt = "0.3.0" url = "2.4.0" -anyhow = "1.0.79" +anyhow = "1.0.86" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] ureq = "2.9.7" diff --git a/ocrs/Cargo.toml b/ocrs/Cargo.toml index 236777b..37bb769 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.80" +anyhow = "1.0.86" rayon = "1.10.0" rten = { workspace = true } rten-imageproc = { workspace = true }