build: commit Cargo.lock for omnigraph-cluster's optional fail dependency

The failpoints feature added fail = { workspace = true, optional = true } to
the crate manifest; the lockfile edge belongs with it (--locked CI gate).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
aaltshuler 2026-06-10 02:21:10 +03:00
parent 50543a8ce0
commit 08ea659c9b

1
Cargo.lock generated
View file

@ -4568,6 +4568,7 @@ dependencies = [
name = "omnigraph-cluster"
version = "0.6.2"
dependencies = [
"fail",
"omnigraph-compiler",
"omnigraph-engine",
"serde",