Skip to content

Commit 6ea7332

Browse files
chore(deps): update sha2 requirement from 0.10 to 0.11 in /src-tauri (#215)
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>
1 parent 1a976ea commit 6ea7332

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ tracing-appender = "0.2"
4141
tracing-log = "0.2"
4242
keyring = "4"
4343
keyring-core = "1"
44-
sha2 = "0.10"
44+
sha2 = "0.11"
4545
url = "2"
4646
# COMP-1.b: GoBD-Export ZIP generator. `zip` is used to build the export
4747
# archive (per-table CSV + manifest + signature) in `export_gobd`.

0 commit comments

Comments
 (0)