Skip to content

Commit

Permalink
Merge pull request #132 from robertknight/dependabot/cargo/anyhow-1.0.92
Browse files Browse the repository at this point in the history
Bump anyhow from 1.0.89 to 1.0.92
  • Loading branch information
robertknight authored Nov 16, 2024
2 parents aa6029d + ee3678a commit 98f854f
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.9.0" }
lexopt = "0.3.0"
url = "2.5.2"
anyhow = "1.0.89"
anyhow = "1.0.92"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
ureq = "2.10.1"
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.89"
anyhow = "1.0.92"
rayon = "1.10.0"
rten = { workspace = true }
rten-imageproc = { workspace = true }
Expand Down

0 comments on commit 98f854f

Please sign in to comment.