diff --git a/Cargo.toml b/Cargo.toml index 9d076654..fb47e9f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ serde_json.workspace = true # platform store (macOS Keychain / Windows Credential Manager / Linux Secret # Service), so no per-platform feature guards are needed. uuid = { version = "1", features = ["v4", "serde"] } -sha2 = "0.10" +sha2 = "0.11" keyring = "4" # Theme files. tty7 themes are authored as YAML (`~/.config/tty7/themes/*.yaml`,