diff --git a/Cargo.toml b/Cargo.toml index 17aa603..2f30049 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rxing" -version = "0.4.3" +version = "0.4.4" description="A rust port of the zxing barcode library." license="Apache-2.0" repository="https://github.com/rxing-core/rxing" @@ -19,7 +19,7 @@ once_cell = "1.17.1" encoding = "0.2" urlencoding = "2.1.2" uriparse = "0.6.4" -chrono = "0.4.23" +chrono = "0.4.24" chrono-tz = "0.8" image = {version = "0.24", 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"} num = "0.4.0" 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 } thiserror = "1.0.38" -multimap = "0.8.3" +multimap = "0.9" [dev-dependencies] java-properties = "1.4.1" diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 07670df..23cba58 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rxing-cli" -version = "0.1.13" +version = "0.1.14" edition = "2021" description = "A command line interface for rxing supporting encoding and decoding of multiple barcode formats" license="Apache-2.0"