max / audiofiles
1 file changed,
+2 insertions,
-1 deletion
| @@ -5075,6 +5075,7 @@ dependencies = [ | |||
| 5075 | 5075 | "bytes", | |
| 5076 | 5076 | "chacha20poly1305", | |
| 5077 | 5077 | "chrono", | |
| 5078 | + | "hex", | |
| 5078 | 5079 | "keyring", | |
| 5079 | 5080 | "parking_lot", | |
| 5080 | 5081 | "rand", | |
| @@ -5082,7 +5083,7 @@ dependencies = [ | |||
| 5082 | 5083 | "rusqlite", | |
| 5083 | 5084 | "serde", | |
| 5084 | 5085 | "serde_json", | |
| 5085 | - | "sha2 0.10.9", | |
| 5086 | + | "sha2 0.11.0", | |
| 5086 | 5087 | "thiserror 2.0.19", | |
| 5087 | 5088 | "tokio", | |
| 5088 | 5089 | "tokio-stream", |