chore: update deps for one-d

This commit is contained in:
Henry Schimke
2024-01-04 11:33:47 -06:00
parent a70e9c5e0f
commit 70d82863ef
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "rxing"
version = "0.5.0"
version = "0.5.1"
description="A rust port of the zxing barcode library."
license="Apache-2.0"
repository="https://github.com/rxing-core/rxing"
@@ -25,7 +25,7 @@ image = {version = "0.24", optional = true}
imageproc = {version = "0.23", optional = true}
unicode-segmentation = "1.10"
codepage-437 = "0.1.0"
rxing-one-d-proc-derive = {version = "0.5", path ="./crates/one-d-proc-derive"}
rxing-one-d-proc-derive = {version = "0.5.1", path ="./crates/one-d-proc-derive"}
num = "0.4.0"
svg = {version = "0.14", optional = true}
resvg = {version = "0.35", optional = true, default-features=false}