Skip to content

Commit

Permalink
chore: bump sha2 from 0.10.1 to 0.10.2 (solana-labs#23343)
Browse files Browse the repository at this point in the history
* chore: bump sha2 from 0.10.1 to 0.10.2

Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.1 to 0.10.2.
- [Release notes](https://github.com/RustCrypto/hashes/releases)
- [Commits](RustCrypto/hashes@sha2-v0.10.1...sha2-v0.10.2)

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

Signed-off-by: dependabot[bot] <[email protected]>

* [auto-commit] Update all Cargo lock files

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <[email protected]>
  • Loading branch information
dependabot[bot] and dependabot-buildkite authored Feb 25, 2022
1 parent 98f059e commit 985af71
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 40 deletions.
36 changes: 18 additions & 18 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 frozen-abi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ bv = { version = "0.11.1", features = ["serde"] }
log = "0.4.14"
serde = "1.0.136"
serde_derive = "1.0.103"
sha2 = "0.10.1"
sha2 = "0.10.2"
solana-frozen-abi-macro = { path = "macro", version = "=1.10.0" }
thiserror = "1.0"

Expand Down
2 changes: 1 addition & 1 deletion ledger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ rand_chacha = "0.2.2"
rayon = "1.5.1"
serde = "1.0.136"
serde_bytes = "0.11.5"
sha2 = "0.10.1"
sha2 = "0.10.2"
solana-bpf-loader-program = { path = "../programs/bpf_loader", version = "=1.10.0" }
solana-entry = { path = "../entry", version = "=1.10.0" }
solana-frozen-abi = { path = "../frozen-abi", version = "=1.10.0" }
Expand Down
38 changes: 19 additions & 19 deletions programs/bpf/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 sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ serde = "1.0.136"
serde_bytes = "0.11"
serde_derive = "1.0.103"
serde_json = { version = "1.0.78", optional = true }
sha2 = "0.10.1"
sha2 = "0.10.2"
sha3 = { version = "0.10.0", optional = true }
solana-logger = { path = "../logger", version = "=1.10.0", optional = true }
solana-frozen-abi = { path = "../frozen-abi", version = "=1.10.0" }
Expand Down

0 comments on commit 985af71

Please sign in to comment.