Skip to content

Commit

Permalink
chore(deps): bump x509-cert from 0.2.3 to 0.2.4
Browse files Browse the repository at this point in the history
Bumps [x509-cert](https://github.com/RustCrypto/formats) from 0.2.3 to 0.2.4.
- [Commits](RustCrypto/formats@x509-cert/v0.2.3...x509-cert/v0.2.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 25, 2023
1 parent 62912f6 commit 97db995
Show file tree
Hide file tree
Showing 2 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.

4 changes: 2 additions & 2 deletions dcap/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ serde = { version = "1.0.173", default-features = false, features = ["derive"] }
sha2 = { version = "0.10.6", default-features = false }
static_assertions = "1.1.0"
subtle = { version = "2.4.1", default-features = false }
x509-cert = { version = "0.2.3", default-features = false, features = ["pem"], optional = true }
x509-cert = { version = "0.2.4", default-features = false, features = ["pem"], optional = true }

[dev-dependencies]
assert_matches = "1.5.0"
mc-sgx-core-sys-types = { path = "../../core/sys/types", version = "=0.7.2" }
serde_cbor = "0.11.2"
textwrap = "0.16.0"
x509-cert = { version = "0.2.3", default-features = false, features = ["pem"] }
x509-cert = { version = "0.2.4", default-features = false, features = ["pem"] }
yare = "1.0.1"

0 comments on commit 97db995

Please sign in to comment.