Skip to content

Commit

Permalink
chore(ext/crypto): bump signature to 2.1 (denoland#21125)
Browse files Browse the repository at this point in the history
  • Loading branch information
littledivy committed Nov 9, 2023
1 parent 09dc5f3 commit ee7fd0a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 48 deletions.
59 changes: 13 additions & 46 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ serde_bytes = "0.11"
serde_json = "1.0.85"
serde_repr = "=0.1.16"
sha2 = { version = "0.10.8", features = ["oid"] }
signature = "=1.6.4"
signature = "2.1"
slab = "0.4"
smallvec = "1.8"
socket2 = { version = "0.5.3", features = ["all"] }
Expand Down
1 change: 0 additions & 1 deletion ext/crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ p384 = "0.13.0"
rand.workspace = true
ring = { workspace = true, features = ["std"] }
rsa.workspace = true
sec1 = "0.3.0"
serde.workspace = true
serde_bytes.workspace = true
sha1 = { version = "0.10.6", features = ["oid"] }
Expand Down

0 comments on commit ee7fd0a

Please sign in to comment.