Skip to content

Commit

Permalink
versoin update 0.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
hschimke committed Jun 1, 2023
1 parent e633b10 commit 163bbd8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rxing"
version = "0.4.6"
version = "0.4.7"
description="A rust port of the zxing barcode library."
license="Apache-2.0"
repository="https://github.com/rxing-core/rxing"
Expand All @@ -15,11 +15,11 @@ exclude = [
[dependencies]
regex = "1.8.0"
fancy-regex = "0.11"
once_cell = "1.17.1"
once_cell = "1.17.2"
encoding = "0.2"
urlencoding = "2.1.2"
uriparse = "0.6.4"
chrono = "0.4.24"
chrono = "0.4.26"
chrono-tz = "0.8"
image = {version = "0.24", optional = true}
imageproc = {version = "0.23", optional = true}
Expand All @@ -34,10 +34,10 @@ thiserror = "1.0.38"
multimap = "0.9"

[dev-dependencies]
java-properties = "1.4.1"
java-properties = "2.0"
java-rand = "0.2.0"
rand = "0.8.5"
criterion = "0.4.0"
criterion = "0.5"

[features]
default = ["image"]
Expand Down

0 comments on commit 163bbd8

Please sign in to comment.