diff --git a/Cargo.lock b/Cargo.lock index 8758c3199..2976968b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9035,7 +9035,7 @@ dependencies = [ "serde", "serde_json", "serde_yaml", - "sha2 0.10.9", + "sha2 0.11.0", "sysinfo", "tempfile", "term_size", diff --git a/crates/terraphim_validation/Cargo.toml b/crates/terraphim_validation/Cargo.toml index 91e6895c0..e0d0fe4ff 100644 --- a/crates/terraphim_validation/Cargo.toml +++ b/crates/terraphim_validation/Cargo.toml @@ -42,7 +42,7 @@ tower = "0.5" tower-http = { version = "0.5", features = ["cors", "trace"] } # Security and validation -sha2 = "0.10" +sha2 = "0.11" hex = "0.4" # Testing and assertions