mirror of
https://github.com/l0ng-ai/tty7.git
synced 2026-09-22 00:02:23 +00:00
Merge pull request #228 from l0ng-ai/dependabot/cargo/sha2-0.11.0
deps: bump sha2 from 0.10.9 to 0.11.0
This commit is contained in:
Generated
+1
-1
@@ -9662,7 +9662,7 @@ dependencies = [
|
||||
"serde",
|
||||
"serde_json",
|
||||
"serde_yaml",
|
||||
"sha2 0.10.9",
|
||||
"sha2 0.11.0",
|
||||
"smallvec",
|
||||
"smol",
|
||||
"tokio",
|
||||
|
||||
+1
-1
@@ -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`,
|
||||
|
||||
Reference in New Issue
Block a user