mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 07:14:47 -05:00
chore(ext/node): bump minimum required version of dsa
to 0.6.3 (#25154)
This commit bumps the minimum required version of `dsa` crate to 0.6.3.
This is preferable because `SigningKey::sign_prehashed_rfc6979` function
we use in `deno_node` is available from this version.
Ref: [dsa's CHANGELOG.md](132b046314/dsa/CHANGELOG.md (063-2024-01-28)
)
This commit is contained in:
parent
f606402677
commit
86a42c8114
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ deno_permissions.workspace = true
|
|||
deno_whoami = "0.1.0"
|
||||
der = { version = "0.7.9", features = ["derive"] }
|
||||
digest = { version = "0.10.5", features = ["core-api", "std"] }
|
||||
dsa = "0.6.1"
|
||||
dsa = "0.6.3"
|
||||
ecb.workspace = true
|
||||
ecdsa = "0.16.9"
|
||||
ed25519-dalek = { version = "2.1.1", features = ["digest", "pkcs8", "rand_core", "signature"] }
|
||||
|
|
Loading…
Reference in a new issue