diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-07-18 07:22:11 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-18 07:22:11 -0400 |
| commit | 3fcb192c0ab2b13baa646d8e06e4a2b8d0146bea (patch) | |
| tree | 5f0c626747751f340cea80bc41125bc4f8d7644c | |
| parent | 05e031e5d20929ea9966089e011947d538a4d7c0 (diff) | |
| download | py-bcrypt-git-3fcb192c0ab2b13baa646d8e06e4a2b8d0146bea.tar.gz | |
Bump crypto-common from 0.1.5 to 0.1.6 in /src/_bcrypt (#370)
Bumps [crypto-common](https://github.com/RustCrypto/traits) from 0.1.5 to 0.1.6.
- [Release notes](https://github.com/RustCrypto/traits/releases)
- [Commits](https://github.com/RustCrypto/traits/compare/crypto-common-v0.1.5...crypto-common-v0.1.6)
---
updated-dependencies:
- dependency-name: crypto-common
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| -rw-r--r-- | src/_bcrypt/Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/_bcrypt/Cargo.lock b/src/_bcrypt/Cargo.lock index ffb2ed7..c97f0f2 100644 --- a/src/_bcrypt/Cargo.lock +++ b/src/_bcrypt/Cargo.lock @@ -105,9 +105,9 @@ dependencies = [ [[package]] name = "crypto-common" -version = "0.1.5" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ccfd8c0ee4cce11e45b3fd6f9d5e69e0cc62912aa6a0cb1bf4617b0eba5a12f" +checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" dependencies = [ "generic-array", "typenum", |
