Skip to content

Commit

Permalink
build(deps): bump pkcs8 from 0.11.0-rc.0 to 0.11.0-rc.1
Browse files Browse the repository at this point in the history
Bumps [pkcs8](https://github.com/RustCrypto/formats) from 0.11.0-rc.0 to 0.11.0-rc.1.
- [Commits](https://github.com/RustCrypto/formats/commits)

---
updated-dependencies:
- dependency-name: pkcs8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 6, 2024
1 parent 4781762 commit ac96df3
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 bign256/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ hkdf = { version = "=0.13.0-pre.4", optional = true }
hmac = { version = "=0.13.0-pre.4", optional = true }
rand_core = "0.6.4"
rfc6979 = { version = "=0.5.0-pre.4", optional = true }
pkcs8 = { version = "0.11.0-rc.0", optional = true }
pkcs8 = { version = "0.11.0-rc.1", optional = true }
primeorder = { version = "=0.14.0-pre.1", optional = true, path = "../primeorder" }
sec1 = { version = "0.8.0-rc.0", optional = true }
signature = { version = "=2.3.0-pre.4", optional = true }
Expand Down

0 comments on commit ac96df3

Please sign in to comment.