Update const-oid requirement from 0.6.2 to 0.7.0

Updates the requirements on [const-oid](https://github.com/RustCrypto/formats) to permit the latest version.
- [Release notes](https://github.com/RustCrypto/formats/releases)
- [Commits](https://github.com/RustCrypto/formats/compare/const-oid/v0.6.2...const-oid/v0.7.0)

---
updated-dependencies:
- dependency-name: const-oid
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-11-15 12:12:09 +00:00 committed by GitHub
parent e2d5567269
commit c3c9be5f3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ serde_bytes = "0.11.5"
bincode = "1.3.3" bincode = "1.3.3"
hashbrown = {version = "0.11.2", features = ["serde"]} hashbrown = {version = "0.11.2", features = ["serde"]}
zeroize = {version = "1.3", features = ["zeroize_derive"]} zeroize = {version = "1.3", features = ["zeroize_derive"]}
const-oid = "0.6.2" const-oid = "0.7.0"
[dev-dependencies] [dev-dependencies]
criterion = "0.3.4" criterion = "0.3.4"