mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
update versions
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user