Skip to content

Commit

Permalink
Fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
levex committed Apr 27, 2023
1 parent 169d685 commit e1edd66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ext/crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ ctr = "0.9.1"
curve25519-dalek = "2.1.3"
deno_core.workspace = true
deno_web.workspace = true
elliptic-curve = { version = "0.12.1", features = ["std", "pem"] }
elliptic-curve.workspace = true
num-traits = "0.2.14"
once_cell.workspace = true
p256 = { version = "0.11.1", features = ["ecdh"] }
p384 = "0.11.1"
p256.workspace = true
p384.workspace = true
rand.workspace = true
ring = { workspace = true, features = ["std"] }
rsa.workspace = true
Expand Down

0 comments on commit e1edd66

Please sign in to comment.