diff --git a/Cargo.lock b/Cargo.lock index d7ef7ba78..6d27fa245 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8998,7 +8998,7 @@ dependencies = [ "serde", "serde_json", "serial_test", - "sha2 0.10.9", + "sha2 0.11.0", "tar", "tempfile", "thiserror 1.0.69", @@ -9064,7 +9064,7 @@ dependencies = [ "serde", "serde_json", "serde_yaml", - "sha2 0.10.9", + "sha2 0.11.0", "sysinfo", "tempfile", "term_size", diff --git a/crates/terraphim_update/Cargo.toml b/crates/terraphim_update/Cargo.toml index 555ca7d39..3ca7bebad 100644 --- a/crates/terraphim_update/Cargo.toml +++ b/crates/terraphim_update/Cargo.toml @@ -27,7 +27,7 @@ jiff = { version = "0.2", features = ["serde"] } chrono = { workspace = true } semver = "1.0" -sha2 = "0.10" +sha2 = "0.11" ureq = "2.9" dirs = "5.0" dialoguer = "0.12" 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