diff --git a/fortify/crates/fortify-core/Cargo.toml b/fortify/crates/fortify-core/Cargo.toml index 0149b37..8b4a2b7 100644 --- a/fortify/crates/fortify-core/Cargo.toml +++ b/fortify/crates/fortify-core/Cargo.toml @@ -15,6 +15,6 @@ tracing-subscriber = { workspace = true } chrono = { workspace = true } sysinfo = { workspace = true } rand = { workspace = true } -sha2 = "0.10" +sha2 = "0.11" hmac = "0.12" base64 = "0.22" diff --git a/fortify/crates/fortify-gate/Cargo.toml b/fortify/crates/fortify-gate/Cargo.toml index 6a25e26..90f60bd 100644 --- a/fortify/crates/fortify-gate/Cargo.toml +++ b/fortify/crates/fortify-gate/Cargo.toml @@ -15,7 +15,7 @@ hyper = { version = "1.8", features = ["server", "http1"] } hyper-util = { version = "0.1", features = ["tokio", "server-auto"] } http-body-util = "0.1" bytes = "1.5" -sha2 = "0.10" +sha2 = "0.11" hex = "0.4" rand = { workspace = true } serde = { workspace = true }