Skip to content

Commit 049f206

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 8b52249 commit 049f206

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 6 additions & 6 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
@@ -27,7 +27,7 @@ rand = "^0.8"
2727
serde = { version = "^1.0.203", features = ["derive"], optional = true }
2828
serde_json = { version = "^1.0.120", optional = true }
2929
sha-1 = "^0.10.1"
30-
sha2 = "^0.10.8"
30+
sha2 = "^0.10.9"
3131
subtle = "^2.4"
3232
tink-proto = "^0.3"
3333

prf/Cargo.toml

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

0 commit comments

Comments
 (0)