Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
68 changes: 26 additions & 42 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/tui-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
# Lua scripting for hooks (optional)
# Uses vendored Lua to avoid system dependency
# "send" feature makes Lua thread-safe (uses Arc instead of Rc)
mlua = { version = "0.10", features = ["lua54", "serialize", "vendored", "send"], optional = true }
mlua = { version = "0.12", features = ["lua54", "serialize", "vendored", "send"], optional = true }

Check failure on line 140 in packages/tui-rs/Cargo.toml

View workflow job for this annotation

GitHub Actions / unresolved-review-threads / unresolved-review-threads

unresolved P1 review thread

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Move the dependency bump to the internal mirror source

This repository's root instructions say public-facing source changes must originate in evalops/maestro-internal and arrive through the protected mirror workflow, not be edited directly in this public tree. Bumping mlua here (and regenerating Cargo.lock) changes mirrored source in this repo and bypasses that workflow, so please make the dependency update in the internal source and let the mirror sync it.

Useful? React with 👍 / 👎.


# WASM runtime for hook plugins (optional)
wasmtime = { version = "47", optional = true }
Expand Down
Loading