diff --git a/Cargo.lock b/Cargo.lock index b4cbaa4..9d0c848 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1590,7 +1590,7 @@ dependencies = [ "serde", "serde_json", "serde_yaml", - "sha2 0.10.9", + "sha2 0.11.0", "tempfile", "thiserror 2.0.18", "tokio", @@ -1636,7 +1636,7 @@ dependencies = [ "serde", "serde_json", "serde_yaml", - "sha2 0.10.9", + "sha2 0.11.0", "tempfile", "thiserror 2.0.18", "tokio", diff --git a/Cargo.toml b/Cargo.toml index f8949e4..9c88e72 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ validator = { version = "0.20", features = ["derive"] } rusqlite = { version = "0.39", features = ["bundled"] } # SHA256 hashing for file integrity -sha2 = "0.10" +sha2 = "0.11" # Base64 encoding/decoding for JWT parsing base64 = "0.22"