From f0d273960b9309b0c4d8e2ca57b966620eb26e00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 07:38:12 -0700 Subject: [PATCH] build(deps): bump spki from 0.7.2 to 0.7.3 (#762) Bumps [spki](https://github.com/RustCrypto/formats) from 0.7.2 to 0.7.3. - [Commits](https://github.com/RustCrypto/formats/compare/spki/v0.7.2...spki/v0.7.3) --- updated-dependencies: - dependency-name: spki dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- ecdsa/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d27575e1..e1f3311a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -667,9 +667,9 @@ checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" [[package]] name = "spki" -version = "0.7.2" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d1e996ef02c474957d681f1b05213dfb0abab947b446a62d37770b23500184a" +checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" dependencies = [ "base64ct", "der", diff --git a/ecdsa/Cargo.toml b/ecdsa/Cargo.toml index 5bc31c78..85007ccd 100644 --- a/ecdsa/Cargo.toml +++ b/ecdsa/Cargo.toml @@ -25,7 +25,7 @@ digest = { version = "0.10.7", optional = true, default-features = false, featur rfc6979 = { version = "0.4", optional = true, path = "../rfc6979" } serdect = { version = "0.2", optional = true, default-features = false, features = ["alloc"] } sha2 = { version = "0.10", optional = true, default-features = false, features = ["oid"] } -spki = { version = "0.7.2", optional = true, default-features = false } +spki = { version = "0.7.3", optional = true, default-features = false } [dev-dependencies] elliptic-curve = { version = "0.13", default-features = false, features = ["dev"] }