Skip to content

Commit f08b483

Browse files
chore(deps): update sha2 requirement from 0.10.9 to 0.11.0 (#56)
Updates the requirements on [sha2](https://github.com/RustCrypto/hashes) to permit the latest version. - [Commits](RustCrypto/hashes@streebog-v0.11.0-pre.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>
1 parent 8e894bf commit f08b483

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ bytes = "1.9.0"
5858
hex = "0.4.3"
5959
md5 = "0.8.0"
6060
nom = "8.0.0"
61-
sha2 = { version = "0.10.9", default-features = false }
61+
sha2 = { version = "0.11.0", default-features = false }
6262

6363
tokio-rustls = "0.26"
6464
rustls-pemfile = "2.0"

0 commit comments

Comments
 (0)