From 1a1af47d4cd92db0bf87db57cb8f7001acc99fc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 19:12:47 +0000 Subject: [PATCH] build(deps): bump const-oid from 0.9.2 to 0.9.3 Bumps [const-oid](https://github.com/RustCrypto/formats) from 0.9.2 to 0.9.3. - [Commits](https://github.com/RustCrypto/formats/compare/const-oid/v0.9.2...const-oid/v0.9.3) --- updated-dependencies: - dependency-name: const-oid dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/keystore/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 738eb29b..8082af9a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1358,9 +1358,9 @@ dependencies = [ [[package]] name = "const-oid" -version = "0.9.2" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "520fbf3c07483f94e3e3ca9d0cfd913d7718ef2483d2cfd91c0d9e91474ab913" +checksum = "6340df57935414636969091153f35f68d9f00bbc8fb4a9c6054706c213e6c6bc" [[package]] name = "convert_case" diff --git a/crates/keystore/Cargo.toml b/crates/keystore/Cargo.toml index 34922e6b..dedfdf36 100644 --- a/crates/keystore/Cargo.toml +++ b/crates/keystore/Cargo.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" [dependencies] aead = { version = "0.5.2", features = ["std"] } -const-oid = { version = "0.9.2", features = ["std"] } +const-oid = { version = "0.9.3", features = ["std"] } cookie = { version = "0.17.0", features = ["key-expansion", "private"] } der = { version = "0.7.7", features = ["std"] } ecdsa = { version = "0.16.7", features = ["std"] }