Skip to content

Commit 953d7c5

Browse files
Update sha2 requirement from 0.10 to 0.11 (#5)
Updates the requirements on [sha2](https://github.com/RustCrypto/hashes) to permit the latest version. - [Commits](RustCrypto/hashes@groestl-v0.10.0...sha2-v0.11.0) --- updated-dependencies: - dependency-name: sha2 dependency-version: 0.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: codifide inc <97999044+codifide@users.noreply.github.com>
1 parent 8551935 commit 953d7c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/codifide-canonical/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ path = "src/bin/codifide_canonical.rs"
1515

1616
[dependencies]
1717
serde_json = "1"
18-
sha2 = "0.10"
18+
sha2 = "0.11"

0 commit comments

Comments
 (0)