Skip to content

Commit f15e896

Browse files
authored
feat(ext/node): bump up crypto to v1.46.3 (#481)
* chore: update dependencies * chore: update `Cargo.lock` * feat(ext/node): bump up `crypto` to v1.46.3
1 parent 6a32308 commit f15e896

25 files changed

+3894
-1313
lines changed

Cargo.lock

Lines changed: 143 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,10 +150,10 @@ brotli = "6.0.0"
150150
cbc = { version = "=0.1.2", features = ["alloc"] }
151151
ecb = "=0.1.2"
152152
data-encoding = "2.3.3"
153-
elliptic-curve = { version = "0.13.4", features = ["alloc", "arithmetic", "ecdh", "std", "pem"] }
153+
elliptic-curve = { version = "0.13.4", features = ["alloc", "arithmetic", "ecdh", "std", "pem", "jwk"] }
154154
p224 = { version = "0.13.0", features = ["ecdh"] }
155-
p256 = { version = "0.13.2", features = ["ecdh"] }
156-
p384 = { version = "0.13.0", features = ["ecdh"] }
155+
p256 = { version = "0.13.2", features = ["ecdh", "jwk"] }
156+
p384 = { version = "0.13.0", features = ["ecdh", "jwk"] }
157157
sha1 = { version = "0.10.6", features = ["oid"] }
158158
sha2 = { version = "0.10.8", features = ["oid"] }
159159
lazy-regex = "3"

0 commit comments

Comments
 (0)