Skip to main content

max / makenotwork

mnw-cli: update lockfile for sha2 0.11 and hex
Author: Max Johnson <me@maxj.phd> · 2026-07-22 15:41 UTC
Commit: 5978e13d777383072c1cf12252e49aeb0bde4353
Parent: d2a543c
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",