Skip to content

Commit

Permalink
build(deps): bump spki from 0.7.2 to 0.7.3 (#396)
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 1, 2023
1 parent 7803ce5 commit a2ed9dd
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ digest = { version = "0.10.5", default-features = false, features = ["alloc", "o
pkcs1 = { version = "0.7.5", default-features = false, features = ["alloc", "pkcs8"] }
pkcs8 = { version = "0.10.2", default-features = false, features = ["alloc"] }
signature = { version = ">2.0, <2.3", default-features = false , features = ["alloc", "digest", "rand_core"] }
spki = { version = "0.7.2", default-features = false, features = ["alloc"] }
spki = { version = "0.7.3", default-features = false, features = ["alloc"] }
zeroize = { version = "1.5", features = ["alloc"] }

# optional dependencies
Expand Down

0 comments on commit a2ed9dd

Please sign in to comment.