Skip to content

Commit 4d76906

Browse files
authored
Merge pull request #209 from robertknight/dependabot/cargo/anyhow-1.0.100
Bump anyhow from 1.0.99 to 1.0.100
2 parents b44ebf5 + 152aa10 commit 4d76906

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.12.0" }
1919
lexopt = "0.3.1"
2020
url = "2.5.4"
21-
anyhow = "1.0.99"
21+
anyhow = "1.0.100"
2222

2323
[features]
2424
# Support loading custom models in ONNX format

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)