diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-05-08 04:53:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-08 04:53:31 +0000 |
commit | 1d57ff4c85dbbb89acfc3f6466991ab8942349d3 (patch) | |
tree | 0757ec502e9973d3aa6512cb58ae60f2bc944de8 /Cargo.lock | |
parent | Bump deps (diff) | |
download | miniserve-1d57ff4c85dbbb89acfc3f6466991ab8942349d3.tar.gz miniserve-1d57ff4c85dbbb89acfc3f6466991ab8942349d3.zip |
Bump fast_qr from 0.12.3 to 0.12.4
Bumps [fast_qr](https://github.com/erwanvivien/fast_qr) from 0.12.3 to 0.12.4.
- [Release notes](https://github.com/erwanvivien/fast_qr/releases)
- [Commits](https://github.com/erwanvivien/fast_qr/commits)
---
updated-dependencies:
- dependency-name: fast_qr
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '')
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1024,9 +1024,9 @@ checksum = "aa6c2a740a5d6940f90a0f13b5828440c2a7160bd1e235cf934d5df0e7a3e1ad" [[package]] name = "fast_qr" -version = "0.12.3" +version = "0.12.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e5713474c9ee80afc27203d07b5b2600ea526ac9c45d7f9345264d032ae9375" +checksum = "a95e3f01f3b80079824cca7416730ab7bb3980481001d0e439982fa2a55fab30" [[package]] name = "fastrand" |