diff options
| author | Ana Gelez <ana@gelez.xyz> | 2024-08-14 09:10:12 +0200 |
|---|---|---|
| committer | Ana Gelez <ana@gelez.xyz> | 2024-08-14 09:10:12 +0200 |
| commit | a471807e2ef67f0d24d18ab153a941f2cd213f2b (patch) | |
| tree | 5dbc8def8d7fbbb9e9e70563cb141881eed44de3 /Cargo.toml | |
| parent | afc8c2c11a736f212a0ce205db01fa93bfa67337 (diff) | |
More stuffdigital-signatures
Still not working :(
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -99,7 +99,7 @@ semver = "1" serde = { version = "1.0.184", features = ["derive"] } serde_json = "1" serde_yaml = "0.9" -sha2 = { version = "0.10.8", featurs = ["oid"] } +sha2 = { version = "0.10.8", features = ["oid"] } shell-escape = "0.1.5" siphasher = "1" smallvec = { version = "1.11.1", features = ["union", "const_generics", "const_new"] } |
