Skip to content

Commit b7f9a98

Browse files
Update const-oid requirement from 0.9 to 0.10
Updates the requirements on [const-oid](https://github.com/RustCrypto/formats) to permit the latest version. - [Commits](RustCrypto/formats@const-oid/v0.9.0...const-oid/v0.10.0) --- updated-dependencies: - dependency-name: const-oid dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8604722 commit b7f9a98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ ring = { version = "0.17" , optional = true } # Cryptographic primitives
7979
cms = { version = "0.2" , optional = true } # for ASN.1 parsing
8080
der = { version = "0.7" , optional = true } # ASN.1 DER encoding
8181
bcder = { version = "0.7" , optional = true } # ASN.1 DER encoding
82-
const-oid = { version = "0.9" , optional = true } # more ASN.1
82+
const-oid = { version = "0.10" , optional = true } # more ASN.1
8383
openssl = { version = "0.10.70", optional = true }
8484
cryptoki = { version = "0.8", optional = true }
8585
pnet = { version = "0.35.0", default-features = false, features = ["std", "pnet_datalink"] }

0 commit comments

Comments
 (0)