diff options
author | Luca Casonato <hello@lcas.dev> | 2024-06-23 16:39:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-23 16:39:14 +0200 |
commit | 973d186e8f655e96dc7fb214e130fec81a78f550 (patch) | |
tree | 4fb45342baa32c5b1f9a227c74012b93db0b2553 /ext | |
parent | 416df1e895d6dad4ac90814ef7c41e14c03696d0 (diff) |
chore: use sha1 crate, not sha-1 (#24306)
Diffstat (limited to 'ext')
-rw-r--r-- | ext/node/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/node/Cargo.toml b/ext/node/Cargo.toml index a6e573213..2a6fd758d 100644 --- a/ext/node/Cargo.toml +++ b/ext/node/Cargo.toml @@ -68,7 +68,7 @@ rsa.workspace = true scrypt = "0.11.0" sec1 = "0.7" serde = "1.0.149" -sha-1 = "0.10.0" +sha1.workspace = true sha2.workspace = true signature.workspace = true simd-json = "0.13.4" |