diff --git a/itcc-omics-ingest/Cargo.toml b/itcc-omics-ingest/Cargo.toml index e698e98..a19684b 100644 --- a/itcc-omics-ingest/Cargo.toml +++ b/itcc-omics-ingest/Cargo.toml @@ -6,7 +6,7 @@ license = "Apache-2.0" [dependencies] axum = { workspace = true } -sha2 = "0.10.9" +sha2 = "0.11.0" hex = "0.4.3" bytes = "1.11.1" tokio = { workspace = true }