Skip to content

Commit

Permalink
Merge pull request #138 from robertknight/dependabot/cargo/anyhow-1.0.93
Browse files Browse the repository at this point in the history
Bump anyhow from 1.0.92 to 1.0.93
  • Loading branch information
robertknight authored Dec 15, 2024
2 parents 1f2600a + 1ba925e commit d22c454
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.92"
anyhow = "1.0.93"

[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.92"
anyhow = "1.0.93"
rayon = "1.10.0"
rten = { workspace = true }
rten-imageproc = { workspace = true }
Expand Down

0 comments on commit d22c454

Please sign in to comment.