Skip to content

Commit

Permalink
build(deps): bump qrcode from 0.13.0 to 0.14.0 (#38)
Browse files Browse the repository at this point in the history
Bumps [qrcode](https://github.com/kennytm/qrcode-rust) from 0.13.0 to 0.14.0.
- [Release notes](https://github.com/kennytm/qrcode-rust/releases)
- [Commits](https://github.com/kennytm/qrcode-rust/commits)

---
updated-dependencies:
- dependency-name: qrcode
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 15, 2024
1 parent df2eff2 commit b0e321f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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 fav_utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ tokio = { version = "1", features = [
# tracing
tracing = { version = "0.1" }
# Tools
qrcode = { version = "0.13", default-features = false }
qrcode = { version = "0.14", default-features = false }
tempfile = "3.10.1"
sanitize-filename = "0.5.0"
md5 = "0.7.0"
Expand Down
2 changes: 1 addition & 1 deletion fav_utils_old/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ tokio = { version = "1", features = [
tracing = { version = "0.1" }
tracing-subscriber = { version = "0.3" }
# Tools
qrcode = { version = "0.13", default-features = false }
qrcode = { version = "0.14", default-features = false }
rand = "0.8.5"
base64 = "0.22.0"
tempfile = "3.10.1"
Expand Down

0 comments on commit b0e321f

Please sign in to comment.