Skip to content

Commit

Permalink
build(deps): bump sec1 from 0.8.0-rc.2 to 0.8.0-rc.3
Browse files Browse the repository at this point in the history
Bumps [sec1](https://github.com/RustCrypto/formats) from 0.8.0-rc.2 to 0.8.0-rc.3.
- [Commits](RustCrypto/formats@sec1/v0.8.0-rc.2...sec1/v0.8.0-rc.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 Oct 16, 2024
1 parent 158f5f1 commit c06de98
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 bign256/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ rand_core = "0.6.4"
rfc6979 = { version = "=0.5.0-pre.4", optional = true }
pkcs8 = { version = "0.11.0-rc.1", optional = true }
primeorder = { version = "=0.14.0-pre.2", optional = true, path = "../primeorder" }
sec1 = { version = "0.8.0-rc.1", optional = true }
sec1 = { version = "0.8.0-rc.3", optional = true }
signature = { version = "=2.3.0-pre.4", optional = true }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion p192/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rust-version = "1.73"

[dependencies]
elliptic-curve = { version = "0.14.0-rc.0", default-features = false, features = ["sec1"] }
sec1 = { version = "0.8.0-rc.1", default-features = false }
sec1 = { version = "0.8.0-rc.3", default-features = false }

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

0 comments on commit c06de98

Please sign in to comment.