mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 04:12:34 +00:00
add missing to_string methods in pdf417
This commit is contained in:
@@ -9,7 +9,7 @@ exclude = [
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
regex = "1.6"
|
||||
regex = "1.7.0"
|
||||
fancy-regex = "0.10"
|
||||
lazy_static = "1.4.0"
|
||||
encoding = "0.2"
|
||||
@@ -18,7 +18,7 @@ urlencoding = "2.1.2"
|
||||
uriparse = "0.6.4"
|
||||
chrono = "0.4"
|
||||
chrono-tz = "0.4"
|
||||
image = {version = "0.24.3", optional = true}
|
||||
image = {version = "0.24.5", optional = true}
|
||||
imageproc = {version = "0.23.0", optional = true}
|
||||
unicode-segmentation = "1.10.0"
|
||||
codepage-437 = "0.1.0"
|
||||
|
||||
Reference in New Issue
Block a user