Skip to content

Commit

Permalink
Update all non-major dependencies (#23)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 1, 2024
1 parent 6ad5b00 commit 6592072
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 15 deletions.
85 changes: 73 additions & 12 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "redacter"
version = "0.11.1"
version = "0.11.0"
edition = "2021"
authors = ["Abdulla Abdurakhmanov <[email protected]>"]
license = "Apache-2.0"
Expand Down Expand Up @@ -69,8 +69,8 @@ bytes = { version = "1" }
serde_json = "1"
arboard = { version = "3", features = ["image"], optional = true }
ocrs = { version = "0.8", optional = true }
rten = { version = "0.10", optional = true }
rten-imageproc = { version = "0.10", optional = true }
rten = { version = "0.13", optional = true }
rten-imageproc = { version = "0.13", optional = true }
dirs = "5.0.1"
base64 = "0.22"

Expand Down

0 comments on commit 6592072

Please sign in to comment.