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:
parent
e2d5567269
commit
c3c9be5f3f
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ serde_bytes = "0.11.5"
|
|||
bincode = "1.3.3"
|
||||
hashbrown = {version = "0.11.2", features = ["serde"]}
|
||||
zeroize = {version = "1.3", features = ["zeroize_derive"]}
|
||||
const-oid = "0.6.2"
|
||||
const-oid = "0.7.0"
|
||||
|
||||
[dev-dependencies]
|
||||
criterion = "0.3.4"
|
||||
|
|
Loading…
Reference in a new issue