update versions

This commit is contained in:
Henry Schimke
2023-04-29 10:51:38 -05:00
parent 508f5f14c5
commit 78e7dcc040
2 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "rxing" name = "rxing"
version = "0.4.3" version = "0.4.4"
description="A rust port of the zxing barcode library." description="A rust port of the zxing barcode library."
license="Apache-2.0" license="Apache-2.0"
repository="https://github.com/rxing-core/rxing" repository="https://github.com/rxing-core/rxing"
@@ -19,7 +19,7 @@ once_cell = "1.17.1"
encoding = "0.2" encoding = "0.2"
urlencoding = "2.1.2" urlencoding = "2.1.2"
uriparse = "0.6.4" uriparse = "0.6.4"
chrono = "0.4.23" chrono = "0.4.24"
chrono-tz = "0.8" chrono-tz = "0.8"
image = {version = "0.24", optional = true} image = {version = "0.24", optional = true}
imageproc = {version = "0.23", optional = true} imageproc = {version = "0.23", optional = true}
@@ -28,10 +28,10 @@ codepage-437 = "0.1.0"
rxing-one-d-proc-derive = {version = "0.4", path ="./crates/one-d-proc-derive"} rxing-one-d-proc-derive = {version = "0.4", path ="./crates/one-d-proc-derive"}
num = "0.4.0" num = "0.4.0"
svg = {version = "0.13", optional = true} svg = {version = "0.13", optional = true}
resvg = {version = "0.28.0", optional = true, default-features=false} resvg = {version = "0.29.0", optional = true, default-features=false}
serde = { version = "1.0", features = ["derive", "rc"], optional = true } serde = { version = "1.0", features = ["derive", "rc"], optional = true }
thiserror = "1.0.38" thiserror = "1.0.38"
multimap = "0.8.3" multimap = "0.9"
[dev-dependencies] [dev-dependencies]
java-properties = "1.4.1" java-properties = "1.4.1"

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "rxing-cli" name = "rxing-cli"
version = "0.1.13" version = "0.1.14"
edition = "2021" edition = "2021"
description = "A command line interface for rxing supporting encoding and decoding of multiple barcode formats" description = "A command line interface for rxing supporting encoding and decoding of multiple barcode formats"
license="Apache-2.0" license="Apache-2.0"