diff --git a/server/Cargo.toml b/server/Cargo.toml index 02f85af..01a2e62 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -32,7 +32,7 @@ tokio-rustls = "0.26.1" tonic = { version = "0.12.3", features = ["transport"] } rustls = "0.23.23" rustls-pemfile = "2.2.0" -sha2 = "0.10.8" +sha2 = "0.11.0" hex = "0.4.3" tracing = "0.1.41" tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }