mirror of
https://github.com/RustCrypto/signatures
synced 2026-06-21 13:45:42 +00:00
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
Generated
+2
-2
@@ -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",
|
||||
|
||||
+1
-1
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user