diff --git a/Cargo.toml b/Cargo.toml index 18c36a4..3e9f1be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ crc32fast = { version = "1.3.2", default-features = false } hex = { version = "0.4", default-features = false } open-enum = "0.5.2" range_map_vec = "0.2.0" -sha2 = { version = "0.10", default-features = false } +sha2 = { version = "0.11", default-features = false } static_assertions = "1.1" thiserror = "2.0" tracing = "0.1"