diff --git a/shared/Cargo.toml b/shared/Cargo.toml index 9302fd6b..930513e6 100644 --- a/shared/Cargo.toml +++ b/shared/Cargo.toml @@ -32,7 +32,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter", "json"] } # Crypto rand = "0.8" rsa = "0.9" -sha2 = "0.10" +sha2 = "0.11" openssl = "0.10" chacha20poly1305 = "0.10" itertools = "0.14.0"