From b7f9a989d741d87872109a0e8c1a27d3c3025156 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Apr 2025 12:57:06 +0000 Subject: [PATCH] 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](https://github.com/RustCrypto/formats/compare/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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0fd26f6c..ab8e900d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -79,7 +79,7 @@ ring = { version = "0.17" , optional = true } # Cryptographic primitives cms = { version = "0.2" , optional = true } # for ASN.1 parsing der = { version = "0.7" , optional = true } # ASN.1 DER encoding bcder = { version = "0.7" , optional = true } # ASN.1 DER encoding -const-oid = { version = "0.9" , optional = true } # more ASN.1 +const-oid = { version = "0.10" , optional = true } # more ASN.1 openssl = { version = "0.10.70", optional = true } cryptoki = { version = "0.8", optional = true } pnet = { version = "0.35.0", default-features = false, features = ["std", "pnet_datalink"] }