Skip to content

Commit

Permalink
build(deps): bump spki from 0.7.2 to 0.7.3 (#762)
Browse files Browse the repository at this point in the history
Bumps [spki](https://github.com/RustCrypto/formats) from 0.7.2 to 0.7.3.
- [Commits](RustCrypto/formats@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>
  • Loading branch information
dependabot[bot] committed Nov 29, 2023
1 parent 571d31f commit f0d2739
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ecdsa/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit f0d2739

Please sign in to comment.