Skip to content

Commit

Permalink
Bump anyhow from 1.0.86 to 1.0.89
Browse files Browse the repository at this point in the history
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.86 to 1.0.89.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.86...1.0.89)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 1317bb9 commit 0a58e6d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ocrs-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rten-tensor = { workspace = true }
ocrs = { path = "../ocrs", version = "0.8.1" }
lexopt = "0.3.0"
url = "2.4.0"
anyhow = "1.0.86"
anyhow = "1.0.89"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
ureq = "2.9.7"
Expand Down
2 changes: 1 addition & 1 deletion ocrs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ homepage = "https://github.com/robertknight/ocrs"
repository = "https://github.com/robertknight/ocrs"

[dependencies]
anyhow = "1.0.86"
anyhow = "1.0.89"
rayon = "1.10.0"
rten = { workspace = true }
rten-imageproc = { workspace = true }
Expand Down

0 comments on commit 0a58e6d

Please sign in to comment.