aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-11-14 04:04:57 +0000
committerGitHub <noreply@github.com>2022-11-14 04:04:57 +0000
commit9c8e923f94e68b43e8c80b34a0824eb442e5cf67 (patch)
tree0fc17740fef51b96d4ed5371d2dbe569cc409eff
parentBump deps (diff)
downloadminiserve-9c8e923f94e68b43e8c80b34a0824eb442e5cf67.tar.gz
miniserve-9c8e923f94e68b43e8c80b34a0824eb442e5cf67.zip
Bump fast_qr from 0.6.0 to 0.6.1
Bumps [fast_qr](https://github.com/erwanvivien/fast_qr) from 0.6.0 to 0.6.1. - [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>
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 16e1484..874f3c8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -842,9 +842,9 @@ checksum = "aa6c2a740a5d6940f90a0f13b5828440c2a7160bd1e235cf934d5df0e7a3e1ad"
[[package]]
name = "fast_qr"
-version = "0.6.0"
+version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "30098df051d223fafaf0be12b44bbe84da3c49c5c9924e560544e5de36a0aac3"
+checksum = "1567f9472e73c7eb6d31fab9f5caa106632608401bc8642cf6c232d3d5825902"
dependencies = [
"wasm-bindgen",
]