From 4363cd700a3f50ba4279a25b63eb19cb628d5d2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 15:25:49 +0000 Subject: [PATCH] build(deps): bump const-oid from 0.9.4 to 0.9.5 Bumps [const-oid](https://github.com/RustCrypto/formats) from 0.9.4 to 0.9.5. - [Commits](https://github.com/RustCrypto/formats/compare/const-oid/v0.9.4...const-oid/v0.9.5) --- 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 58c470dc..6bac8562 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1273,9 +1273,9 @@ dependencies = [ [[package]] name = "const-oid" -version = "0.9.4" +version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "795bc6e66a8e340f075fcf6227e417a2dc976b92b91f3cdc778bb858778b6747" +checksum = "28c122c3980598d243d63d9a704629a2d748d101f278052ff068be5a4423ab6f" [[package]] name = "convert_case" diff --git a/crates/keystore/Cargo.toml b/crates/keystore/Cargo.toml index 2bdf5164..b072868a 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.4", features = ["std"] } +const-oid = { version = "0.9.5", features = ["std"] } cookie = { version = "0.17.0", features = ["key-expansion", "private"] } der = { version = "0.7.8", features = ["std"] } ecdsa = { version = "0.16.8", features = ["std"] }