add missing to_string methods in pdf417

This commit is contained in:
Henry Schimke
2022-12-31 11:56:14 -06:00
parent da39b9fce4
commit f59507ce2a
5 changed files with 61 additions and 45 deletions

View File

@@ -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"