Browse Source

Bump crypto-common from 0.1.0 to 0.1.1

Bumps [crypto-common](https://github.com/RustCrypto/traits) from 0.1.0 to 0.1.1.
- [Release notes](https://github.com/RustCrypto/traits/releases)
- [Commits](https://github.com/RustCrypto/traits/compare/crypto-common-v0.1.0...crypto-common-v0.1.1)

---
updated-dependencies:
- dependency-name: crypto-common
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 3 years ago
parent
commit
de760afecb
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Cargo.lock

+ 2 - 2
Cargo.lock

@@ -291,9 +291,9 @@ dependencies = [
 
 [[package]]
 name = "crypto-common"
-version = "0.1.0"
+version = "0.1.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "567569e659735adb39ff2d4c20600f7cd78be5471f8c58ab162bce3c03fdbc5f"
+checksum = "683d6b536309245c849479fba3da410962a43ed8e51c26b729208ec0ac2798d0"
 dependencies = [
  "generic-array 0.14.4",
 ]