From d151d85a9fa45491b09b31d659049b4237bc76e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 17:15:58 +0000 Subject: [PATCH] build(deps): bump const-oid from 0.9.1 to 0.9.2 Bumps [const-oid](https://github.com/RustCrypto/formats) from 0.9.1 to 0.9.2. - [Release notes](https://github.com/RustCrypto/formats/releases) - [Commits](https://github.com/RustCrypto/formats/compare/const-oid/v0.9.1...const-oid/v0.9.2) --- updated-dependencies: - dependency-name: const-oid dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c46905e0..2df84ba8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -275,9 +275,9 @@ dependencies = [ [[package]] name = "const-oid" -version = "0.9.1" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cec318a675afcb6a1ea1d4340e2d377e56e47c266f28043ceccbf4412ddfdd3b" +checksum = "520fbf3c07483f94e3e3ca9d0cfd913d7718ef2483d2cfd91c0d9e91474ab913" [[package]] name = "core-foundation-sys" diff --git a/Cargo.toml b/Cargo.toml index 77c9029b..1897cfae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ axum = { version = "^0.5.17", default-features = false } chrono = { version = "0.4", default-features = false } clap = { version = "^4.1.6", default-features = false } confargs = { version = "^0.1.3", default-features = false } -const-oid = { version = "0.9.1", default-features = false } +const-oid = { version = "0.9.2", default-features = false } der = { version = "0.6", default-features = false } flagset = { version = "0.4.3", default-features = false } hex = { version = "0.4.3", default-features = false }