Skip to content

Commit

Permalink
chore(deps): bump der from 0.7.7 to 0.7.8
Browse files Browse the repository at this point in the history
Bumps [der](https://github.com/RustCrypto/formats) from 0.7.7 to 0.7.8.
- [Commits](RustCrypto/formats@der/v0.7.7...der/v0.7.8)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 16, 2023
1 parent 30c22a7 commit 4feed77
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 30 deletions.
33 changes: 4 additions & 29 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 verifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rust-version = { workspace = true }
mbedtls = ["dep:mbedtls"]

[dependencies]
der = { version = "0.7.7", default-features = false }
der = { version = "0.7.8", default-features = false }
displaydoc = { version = "0.2.1", default-features = false }
hex = { version = "0.4.3", default-features = false, features = ["serde", "alloc"] }
mbedtls = { version = "0.8.1", default-features = false, features = ["no_std_deps"], optional = true }
Expand Down

0 comments on commit 4feed77

Please sign in to comment.