Bump bcrypt from 0.10.1 to 0.11.0

Bumps [bcrypt](https://github.com/Keats/rust-bcrypt) from 0.10.1 to 0.11.0.
- [Release notes](https://github.com/Keats/rust-bcrypt/releases)
- [Commits](https://github.com/Keats/rust-bcrypt/compare/v0.10.1...v0.11.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-23 19:27:58 +00:00
committed by GitHub
parent b4d494a5c7
commit 2196cb95c0
2 changed files with 29 additions and 10 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ edition = "2018"
[dependencies]
activitypub = "0.1.1"
ammonia = "3.1.4"
bcrypt = "0.10.1"
bcrypt = "0.11.0"
guid-create = "0.2"
itertools = "0.10.3"
lazy_static = "1.0"