Skip to content

Commit 52a5964

Browse files
chore(deps): bump sha2 from 0.10.9 to 0.11.0
Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.9 to 0.11.0. - [Commits](RustCrypto/hashes@sha2-v0.10.9...sha2-v0.11.0) --- updated-dependencies: - dependency-name: sha2 dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 62a0b00 commit 52a5964

2 files changed

Lines changed: 72 additions & 8 deletions

File tree

Cargo.lock

Lines changed: 71 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.toml

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ rusqlite = { version = "0.32", features = ["bundled"] }
4848
base64 = "0.22"
4949

5050
# Hashing for update verification
51-
sha2 = "0.10"
51+
sha2 = "0.11"
5252

5353
# UUID generation
5454
uuid = { version = "1", features = ["v4", "serde"] }

0 commit comments

Comments
 (0)