Skip to content

Commit

Permalink
chore(deps): bump ecdsa from 0.16.7 to 0.16.8 (#1167)
Browse files Browse the repository at this point in the history
Bumps [ecdsa](https://github.com/RustCrypto/signatures) from 0.16.7 to 0.16.8.
- [Commits](RustCrypto/signatures@ecdsa/v0.16.7...ecdsa/v0.16.8)

---
updated-dependencies:
- dependency-name: ecdsa
  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] authored Aug 14, 2023
1 parent 2474b57 commit 943e22e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 cms/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ hex-literal = "0.4"
pem-rfc7468 = "0.7.0"
pkcs5 = { version = "0.7" }
rsa = { version = "0.9.2", features = ["sha2"] }
ecdsa = { version = "0.16.7", features = ["digest", "pem"] }
ecdsa = { version = "0.16.8", features = ["digest", "pem"] }
p256 = "0.13.0"

[features]
Expand Down
2 changes: 1 addition & 1 deletion x509-cert/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ signature = { version = "2.1.0", features = ["rand_core"], optional = true }
hex-literal = "0.4"
rand = "0.8.5"
rsa = { version = "0.9.2", features = ["sha2"] }
ecdsa = { version = "0.16.7", features = ["digest", "pem"] }
ecdsa = { version = "0.16.8", features = ["digest", "pem"] }
p256 = "0.13.0"
rstest = "0.18"
sha2 = { version = "0.10", features = ["oid"] }
Expand Down

0 comments on commit 943e22e

Please sign in to comment.