Skip to content

Commit

Permalink
chore(deps): bump png from 0.17.11 to 0.17.13 in /rust (#2343)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 19, 2024
1 parent c7abc4a commit abd9144
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust/qrcode_rtx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ bitvec = "1.0.1"
hex = "0.4.3"
raptorq = "1.8.0"
qrcodegen = "1.8.0"
png = "0.17.11"
png = "0.17.13"

definitions = { path = "../definitions" }
constants = { path = "../constants" }
Expand Down
2 changes: 1 addition & 1 deletion rust/qrcode_static/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2018"
anyhow = "1.0.79"
bitvec = "1.0.1"
constants = {path = "../constants"}
png = "0.17.11"
png = "0.17.13"
qrcodegen = "1.8.0"

[dev-dependencies]
Expand Down

0 comments on commit abd9144

Please sign in to comment.