Skip to content

Commit

Permalink
build(deps): bump ring-compat from 0.7.0 to 0.8.0 (#744)
Browse files Browse the repository at this point in the history
Bumps [ring-compat](https://github.com/RustCrypto/ring-compat) from 0.7.0 to 0.8.0.
- [Changelog](https://github.com/RustCrypto/ring-compat/blob/master/CHANGELOG.md)
- [Commits](RustCrypto/ring-compat@v0.7.0...v0.8.0)

---
updated-dependencies:
- dependency-name: ring-compat
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Oct 9, 2023
1 parent d8e3c05 commit fc21ff3
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 109 deletions.
160 changes: 52 additions & 108 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 ed25519/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ zeroize = { version = "1", optional = true, default-features = false }
bincode = "1"
ed25519-dalek = { version = "2", features = ["rand_core"] }
hex-literal = "0.4"
ring-compat = { version = "0.7", default-features = false, features = ["signature"] }
ring-compat = { version = "0.8", default-features = false, features = ["signature"] }
rand_core = { version = "0.6", features = ["std"] }

[features]
Expand Down

0 comments on commit fc21ff3

Please sign in to comment.