diff options
| author | mat <git@matdoes.dev> | 2025-08-13 05:43:13 +0600 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-08-12 17:58:19 -0545 |
| commit | ac66744586880afd657969ae078700a9749e293a (patch) | |
| tree | e5a938d33f93f1ca9b60120b048ee037fd574282 /azalea-crypto | |
| parent | f01579f70b4acc045559c1aca82d8d39a1f79f12 (diff) | |
| download | azalea-drasl-ac66744586880afd657969ae078700a9749e293a.tar.xz | |
upgrade deps and remove unused deps
Diffstat (limited to 'azalea-crypto')
| -rw-r--r-- | azalea-crypto/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-crypto/Cargo.toml b/azalea-crypto/Cargo.toml index 6b0128ba..13a5a13b 100644 --- a/azalea-crypto/Cargo.toml +++ b/azalea-crypto/Cargo.toml @@ -17,7 +17,7 @@ num-bigint.workspace = true rand = { workspace = true, features = ["os_rng"] } rsa = { workspace = true, features = ["sha2"] } rsa_public_encrypt_pkcs1.workspace = true -sha-1.workspace = true +sha1.workspace = true sha2.workspace = true uuid.workspace = true |
