Skip to content

Commit

Permalink
chore(deps): bump sha2 from 0.10.7 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.7 to 0.10.8.
- [Commits](RustCrypto/hashes@sha2-v0.10.7...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 Oct 20, 2023
1 parent 62f6a52 commit 4a40b59
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 dcap/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ mc-sgx-util = { path = "../../util", version = "=0.9.0" }
nom = { version = "7.1.2", default-features = false }
p256 = { version = "0.13.0", default-features = false, features = ["ecdsa-core", "ecdsa"] }
serde = { version = "1.0", default-features = false, features = ["derive"] }
sha2 = { version = "0.10.6", default-features = false }
sha2 = { version = "0.10.8", default-features = false }
static_assertions = "1.1.0"
subtle = { version = "2", default-features = false }
x509-cert = { version = "0.2.3", default-features = false, features = ["pem"], optional = true }
Expand Down
2 changes: 1 addition & 1 deletion tcrypto/sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ mc-sgx-core-sys-types = { path = "../../core/sys/types", version = "=0.9.0" }
mc-sgx-tcrypto-sys-types = { path = "types", version = "=0.9.0" }

[dev-dependencies]
sha2 = "0.10.6"
sha2 = "0.10.8"

[build-dependencies]
bindgen = "0.66.1"
Expand Down

0 comments on commit 4a40b59

Please sign in to comment.