From 93df1f3ef6897246fc43152e6ae9d942bbdfd6d0 Mon Sep 17 00:00:00 2001 From: Mac Anderson Date: Fri, 11 Sep 2026 11:50:55 -0700 Subject: [PATCH] chore(workspace): refresh Cargo.lock for stella-time after the 0.9.417 sync The 0.9.417 version sync landed between #6488's last rebase and its merge, so main's lock names stella-time at 0.9.416 and every --locked build fails (#6495). Only the lock entry moves. Refs #6495 --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 3172d1a34..4eda73d28 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3577,7 +3577,7 @@ dependencies = [ [[package]] name = "stella-time" -version = "0.9.416" +version = "0.9.417" dependencies = [ "async-trait", "rand 0.10.2",