max / makenotwork
1 file changed,
+2 insertions,
-1 deletion
| @@ -3691,12 +3691,13 @@ dependencies = [ | |||
| 3691 | 3691 | "bytes", | |
| 3692 | 3692 | "chacha20poly1305", | |
| 3693 | 3693 | "chrono", | |
| 3694 | + | "hex", | |
| 3694 | 3695 | "parking_lot", | |
| 3695 | 3696 | "rand 0.10.2", | |
| 3696 | 3697 | "reqwest", | |
| 3697 | 3698 | "serde", | |
| 3698 | 3699 | "serde_json", | |
| 3699 | - | "sha2 0.10.9", | |
| 3700 | + | "sha2 0.11.0", | |
| 3700 | 3701 | "thiserror 2.0.18", | |
| 3701 | 3702 | "tokio", | |
| 3702 | 3703 | "tokio-stream", |