Skip to content

Commit

Permalink
build(deps): bump sec1 from 0.7.2 to 0.7.3
Browse files Browse the repository at this point in the history
Bumps [sec1](https://github.com/RustCrypto/formats) from 0.7.2 to 0.7.3.
- [Commits](RustCrypto/formats@sec1/v0.7.2...sec1/v0.7.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 17, 2023
1 parent 61c5daf commit a518976
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 p192/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ rust-version = "1.65"

[dependencies]
elliptic-curve = { version = "0.13", default-features = false, features = ["hazmat", "sec1"] }
sec1 = { version = "0.7.2", default-features = false }
sec1 = { version = "0.7.3", default-features = false }

# optional dependencies
ecdsa-core = { version = "0.16.6", package = "ecdsa", optional = true, default-features = false, features = ["der"] }
Expand Down

0 comments on commit a518976

Please sign in to comment.