Skip to content

Commit

Permalink
Bump sha2 from 0.10.6 to 0.10.8
Browse files Browse the repository at this point in the history
Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.6 to 0.10.8.
- [Commits](RustCrypto/hashes@sha2-v0.10.6...sha2-v0.10.8)

---
updated-dependencies:
- dependency-name: sha2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and riquito committed Jan 1, 2024
1 parent 11717e5 commit 0053a2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion svanill-vault-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ anyhow = "1.0.78"
log = "0.4.17"
base64 = "0.21.0"
hmac = "0.12.1"
sha2 = "0.10.6"
sha2 = "0.10.8"
color-backtrace = "0.6.1"
reqwest = { version = "0.11.18", default-features = false, features = ["blocking", "gzip", "multipart", "json", "rustls-tls", "rustls-tls-webpki-roots"] }
hyper = { version = "0.14.27", features = ["full"] }
Expand Down

0 comments on commit 0053a2b

Please sign in to comment.