From 369bfbbc5ee55a2347b88ef4cdca92bab6c331de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Feb 2021 06:05:15 -0800 Subject: [PATCH] build(deps): bump der from 0.2.8 to 0.2.9 (#255) Bumps [der](https://github.com/RustCrypto/utils) from 0.2.8 to 0.2.9. - [Release notes](https://github.com/RustCrypto/utils/releases) - [Commits](https://github.com/RustCrypto/utils/compare/der-v0.2.8...der-v0.2.9) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2b0dc8c..df5cfab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -86,9 +86,9 @@ dependencies = [ [[package]] name = "der" -version = "0.2.8" +version = "0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff87fc4cc42439753d09185278bb1fdee4710b5b295159cdc0789563528e776f" +checksum = "9d5a37d77fb7f6e5f14045fae2701f611f3529375bc6afe5cd63495aa0ab546e" dependencies = [ "const-oid", "typenum",