Bump bcrypt from 0.11.0 to 0.12.0

Bumps [bcrypt](https://github.com/Keats/rust-bcrypt) from 0.11.0 to 0.12.0.
- [Release notes](https://github.com/Keats/rust-bcrypt/releases)
- [Commits](https://github.com/Keats/rust-bcrypt/compare/v0.11.0...v0.12.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-02-28 19:46:44 +00:00
committed by GitHub
parent 8c8c2edc66
commit 07fd66863d
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ edition = "2018"
[dependencies]
activitypub = "0.1.1"
ammonia = "3.1.4"
bcrypt = "0.11.0"
bcrypt = "0.12.0"
guid-create = "0.2"
itertools = "0.10.3"
lazy_static = "1.0"