Skip to content

Commit

Permalink
Update sha-1 requirement from 0.9 to 0.10
Browse files Browse the repository at this point in the history
Updates the requirements on [sha-1](https://github.com/RustCrypto/hashes) to permit the latest version.
- [Commits](RustCrypto/hashes@groestl-v0.9.0...sha-1-v0.10.1)

---
updated-dependencies:
- dependency-name: sha-1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 10, 2024
1 parent 8bbe69b commit 3e61ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ratchet_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ derive_more = "0.99.14"
thiserror = "1.0"
bytes = "1.0"
rand = { version = "0.8", features = ["std", "small_rng", "getrandom"] }
sha-1 = "0.9"
sha-1 = "0.10"
base64 = "0.13"
httparse = "1.4.1"
fnv = "1.0.3"
Expand Down

0 comments on commit 3e61ba3

Please sign in to comment.