Skip to content

Commit

Permalink
chore(deps): bump qrcode from 0.13.0 to 0.14.0
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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 18, 2024
1 parent 2362384 commit 93ea21d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ base64 = "0.22"

clap = { version = "~4.4", features = ["wrap_help", "suggestions"] }
cfg-if = "1"
qrcode = { version = "0.13", default-features = false, optional = true }
qrcode = { version = "0.14", default-features = false, optional = true }
sysexits = "0.7"
build-time = "0.1"
directories = "5.0"
Expand Down

0 comments on commit 93ea21d

Please sign in to comment.