Commit 776fb91
chore(deps): Bump sha2 from 0.10.9 to 0.11.0 in /src/sandbox/runtime (#128)
* chore(deps): Bump sha2 from 0.10.9 to 0.11.0 in /src/sandbox/runtime
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>
* fix(deps): bump sha2 to 0.11 (with coupled sha1/digest)
sha2 0.11 pulls digest 0.11, but native-globals also depends on sha1
and digest directly. Mixing sha2 0.11 with sha1/digest 0.10 produces
two incompatible `digest::Digest` traits, so bump all three to 0.11
together. The hashing API (Sha1/Sha256 new/update/finalize) is
unchanged, so no code edits are needed.
Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Simon Davies <simongdavies@users.noreply.github.com>1 parent bacfd68 commit 776fb91
2 files changed
Lines changed: 74 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
0 commit comments