Skip to content

Commit 4640c79

Browse files
build(deps): bump sha2 from 0.10.8 to 0.10.9
Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.8 to 0.10.9. - [Commits](RustCrypto/hashes@sha2-v0.10.8...sha2-v0.10.9) --- updated-dependencies: - dependency-name: sha2 dependency-version: 0.10.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 82810ac commit 4640c79

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Cargo.lock

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

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ rand = "^0.8"
2626
serde = { version = "^1.0.203", features = ["derive"], optional = true }
2727
serde_json = { version = "^1.0.120", optional = true }
2828
sha-1 = "^0.10.1"
29-
sha2 = "^0.10.8"
29+
sha2 = "^0.10.9"
3030
subtle = "^2.4"
3131
tink-proto = "^0.3"
3232

prf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ digest = "^0.10.7"
1818
hkdf = "^0.12.4"
1919
hmac = { version = "^0.12.1", features = ["reset"] }
2020
sha-1 = "^0.10.1"
21-
sha2 = "^0.10.8"
21+
sha2 = "^0.10.9"
2222
tink-core = "^0.3"
2323
tink-proto = "^0.3"

0 commit comments

Comments
 (0)