mirror of
https://github.com/MEhrn00/boflink
synced 2026-06-08 11:36:57 +00:00
chore(deps): update sha2 requirement from 0.10.9 to 0.11.0
Updates the requirements on [sha2](https://github.com/RustCrypto/hashes) to permit the latest version. - [Commits](https://github.com/RustCrypto/hashes/compare/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>
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ flate2 = { version = "1.1.1", optional = true }
|
||||
hex = { version = "0.4.3", optional = true }
|
||||
serde = { version = "1.0.219", features = ["derive"], optional = true }
|
||||
serde_json = { version = "1.0.140", optional = true }
|
||||
sha2 = { version = "0.10.9", optional = true }
|
||||
sha2 = { version = "0.11.0", optional = true }
|
||||
tar = { version = "0.4.44", optional = true }
|
||||
|
||||
[dependencies.zip]
|
||||
|
||||
Reference in New Issue
Block a user