Skip to content

Commit

Permalink
build(deps): bump digest from 0.10.6 to 0.10.7 (#720)
Browse files Browse the repository at this point in the history
Bumps [digest](https://github.com/RustCrypto/traits) from 0.10.6 to 0.10.7.
- [Commits](RustCrypto/traits@digest-v0.10.6...digest-v0.10.7)

---
updated-dependencies:
- dependency-name: digest
  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 Jun 30, 2023
1 parent ec0e19b commit 3a871f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecdsa/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ signature = { version = "2.0, <2.2", default-features = false, features = ["rand

# optional dependencies
der = { version = "0.7", optional = true }
digest = { version = "0.10.6", optional = true, default-features = false, features = ["oid"] }
digest = { version = "0.10.7", optional = true, default-features = false, features = ["oid"] }
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"] }
Expand Down

0 comments on commit 3a871f3

Please sign in to comment.