Skip to content

Commit 152aa10

Browse files
Bump anyhow from 1.0.99 to 1.0.100
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.99 to 1.0.100. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.99...1.0.100) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.100 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 604f076 commit 152aa10

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ocrs-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ rten-tensor = { workspace = true }
1818
ocrs = { path = "../ocrs", version = "0.11.0" }
1919
lexopt = "0.3.1"
2020
url = "2.5.4"
21-
anyhow = "1.0.99"
21+
anyhow = "1.0.100"
2222

2323
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
2424
ureq = "3.1.2"

ocrs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ homepage = "https://github.com/robertknight/ocrs"
99
repository = "https://github.com/robertknight/ocrs"
1010

1111
[dependencies]
12-
anyhow = "1.0.99"
12+
anyhow = "1.0.100"
1313
rayon = "1.11.0"
1414
rten = { workspace = true }
1515
rten-imageproc = { workspace = true }

0 commit comments

Comments
 (0)