mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-27 21:02:35 +00:00
chore: update many versions
This commit is contained in:
14
Cargo.toml
14
Cargo.toml
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "rxing"
|
name = "rxing"
|
||||||
version = "0.5.2"
|
version = "0.5.3"
|
||||||
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"
|
||||||
@@ -14,8 +14,8 @@ exclude = [
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
regex = "1.10"
|
regex = "1.10"
|
||||||
fancy-regex = "0.11"
|
fancy-regex = "0.13"
|
||||||
once_cell = "1.18"
|
once_cell = "1.19"
|
||||||
encoding = "0.2"
|
encoding = "0.2"
|
||||||
urlencoding = "2.1.3"
|
urlencoding = "2.1.3"
|
||||||
uriparse = "0.6.4"
|
uriparse = "0.6.4"
|
||||||
@@ -25,12 +25,12 @@ image = {version = "0.24", optional = true}
|
|||||||
imageproc = {version = "0.23", optional = true}
|
imageproc = {version = "0.23", optional = true}
|
||||||
unicode-segmentation = "1.10"
|
unicode-segmentation = "1.10"
|
||||||
codepage-437 = "0.1.0"
|
codepage-437 = "0.1.0"
|
||||||
rxing-one-d-proc-derive = {version = "0.5.1", path ="./crates/one-d-proc-derive"}
|
rxing-one-d-proc-derive = {version = "0.5.3", path ="./crates/one-d-proc-derive"}
|
||||||
num = "0.4.0"
|
num = "0.4.1"
|
||||||
svg = {version = "0.14", optional = true}
|
svg = {version = "0.14", optional = true}
|
||||||
resvg = {version = "0.35", optional = true, default-features=false}
|
resvg = {version = "0.37", 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.44"
|
thiserror = "1.0.56"
|
||||||
multimap = "0.9"
|
multimap = "0.9"
|
||||||
bit_reverse = "0.1.8"
|
bit_reverse = "0.1.8"
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "rxing-cli"
|
name = "rxing-cli"
|
||||||
version = "0.1.17"
|
version = "0.1.18"
|
||||||
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"
|
||||||
@@ -10,5 +10,5 @@ keywords = ["barcode", "2d_barcode", "1d_barcode", "barcode_reader", "barcode_wr
|
|||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
clap = { version = "4.2.0", features = ["derive"] }
|
clap = { version = "4.4.13", features = ["derive"] }
|
||||||
rxing = {path = "../../", version = "~0.5.0", features = ["image", "svg_read", "svg_write"] }
|
rxing = {path = "../../", version = "~0.5.3", features = ["image", "svg_read", "svg_write"] }
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "rxing-one-d-proc-derive"
|
name = "rxing-one-d-proc-derive"
|
||||||
repository = "https://github.com/rxing-core/rxing/tree/main/crates/one-d-proc-derive"
|
repository = "https://github.com/rxing-core/rxing/tree/main/crates/one-d-proc-derive"
|
||||||
version = "0.5.1"
|
version = "0.5.3"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "proc macros to simplify the development of one-d barcode symbologies in rxing (https://github.com/rxing-core/rxing)"
|
description = "proc macros to simplify the development of one-d barcode symbologies in rxing (https://github.com/rxing-core/rxing)"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user