rustcrypto: bump sha2
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aode (lion) 2021-12-07 14:44:32 -06:00
parent 3c5d3a97a8
commit 4f00554af4

View file

@ -15,7 +15,7 @@ apub-core = { version = "0.2.0", path = "../apub-core/" }
base64 = "0.13.0"
rsa = "0.5.0"
serde = { version = "1", features = ["derive"] }
sha2 = "0.9.0"
sha2 = "0.10.0"
thiserror = "1"
[dev-dependencies]