From fff1dcd2116f3ea12c8762766f1c8d3c8060418e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 19:09:29 +0000 Subject: [PATCH] Bump const-oid from 0.9.0 to 0.9.1 Bumps [const-oid](https://github.com/RustCrypto/formats) from 0.9.0 to 0.9.1. - [Release notes](https://github.com/RustCrypto/formats/releases) - [Commits](https://github.com/RustCrypto/formats/compare/const-oid/v0.9.0...const-oid/v0.9.1) --- 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 a7269d2c8..537b8b91f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1009,9 +1009,9 @@ dependencies = [ [[package]] name = "const-oid" -version = "0.9.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "722e23542a15cea1f65d4a1419c4cfd7a26706c70871a13a04238ca3f40f1661" +checksum = "cec318a675afcb6a1ea1d4340e2d377e56e47c266f28043ceccbf4412ddfdd3b" [[package]] name = "convert_case" diff --git a/crates/keystore/Cargo.toml b/crates/keystore/Cargo.toml index d11e9b232..684190b6b 100644 --- a/crates/keystore/Cargo.toml +++ b/crates/keystore/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" [dependencies] anyhow = "1.0.66" aead = { version = "0.5.1", features = ["std"] } -const-oid = { version = "0.9.0", features = ["std"] } +const-oid = { version = "0.9.1", features = ["std"] } cookie = { version = "0.16.1", features = ["key-expansion", "private"] } der = { version = "0.6.0", features = ["std"] } ecdsa = { version = "0.14.8", features = ["std"] }