From 7ce8b0d841fa899d742e587f4540bd2d4290ff02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 14:59:46 +0000 Subject: [PATCH] build(deps): bump der from 0.7.7 to 0.7.8 Bumps [der](https://github.com/RustCrypto/formats) from 0.7.7 to 0.7.8. - [Commits](https://github.com/RustCrypto/formats/compare/der/v0.7.7...der/v0.7.8) --- updated-dependencies: - dependency-name: der 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 6f1b597a..58c470dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1706,9 +1706,9 @@ dependencies = [ [[package]] name = "der" -version = "0.7.7" +version = "0.7.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c7ed52955ce76b1554f509074bb357d3fb8ac9b51288a65a3fd480d1dfba946" +checksum = "fffa369a668c8af7dbf8b5e56c9f744fbd399949ed171606040001947de40b1c" dependencies = [ "const-oid", "pem-rfc7468", diff --git a/crates/keystore/Cargo.toml b/crates/keystore/Cargo.toml index e1c9215c..2bdf5164 100644 --- a/crates/keystore/Cargo.toml +++ b/crates/keystore/Cargo.toml @@ -9,7 +9,7 @@ license = "Apache-2.0" aead = { version = "0.5.2", features = ["std"] } const-oid = { version = "0.9.4", features = ["std"] } cookie = { version = "0.17.0", features = ["key-expansion", "private"] } -der = { version = "0.7.7", features = ["std"] } +der = { version = "0.7.8", features = ["std"] } ecdsa = { version = "0.16.8", features = ["std"] } elliptic-curve = { version = "0.13.5", features = ["std", "pem", "sec1"] } k256 = { version = "0.13.1", features = ["std"] }