@@ -101,7 +101,7 @@ mcp_test_support = { path = "mcp-server/tests/common" }
101101
102102# External
103103allocative = " 0.3.3"
104- ansi-to-tui = " 7.0 .0"
104+ ansi-to-tui = " 8.0.0-beta .0"
105105anyhow = " 1"
106106arboard = { version = " 3" , features = [" wayland-data-control" ] }
107107askama = " 0.14"
@@ -118,8 +118,8 @@ chrono = "0.4.42"
118118clap = " 4"
119119clap_complete = " 4"
120120color-eyre = " 0.6.3"
121- crossterm = " 0.28.1 "
122- ctor = " 0.5.0 "
121+ crossterm = " 0.29.0 "
122+ ctor = " 0.6.1 "
123123derive_more = " 2"
124124diffy = " 0.4.2"
125125dirs = " 6"
@@ -145,35 +145,35 @@ landlock = "0.4.1"
145145lazy_static = " 1"
146146libc = " 0.2.177"
147147log = " 0.4"
148- lru = " 0.12.5 "
148+ lru = " 0.16.2 "
149149maplit = " 1.0.2"
150150mime_guess = " 2.0.5"
151151multimap = " 0.10.0"
152152notify = " 8.2.0"
153153nucleo-matcher = " 0.3.1"
154154once_cell = " 1.20.2"
155155openssl-sys = " *"
156- opentelemetry = " 0.30 .0"
157- opentelemetry-appender-tracing = " 0.30.0 "
158- opentelemetry-otlp = " 0.30 .0"
159- opentelemetry-semantic-conventions = " 0.30 .0"
160- opentelemetry_sdk = " 0.30 .0"
156+ opentelemetry = " 0.31 .0"
157+ opentelemetry-appender-tracing = " 0.31.1 "
158+ opentelemetry-otlp = " 0.31 .0"
159+ opentelemetry-semantic-conventions = " 0.31 .0"
160+ opentelemetry_sdk = " 0.31 .0"
161161os_info = " 3.12.0"
162162owo-colors = " 4.2.0"
163163path-absolutize = " 3.1.1"
164164pathdiff = " 0.2"
165165portable-pty = " 0.9.0"
166166predicates = " 3"
167167pretty_assertions = " 1.4.1"
168- pulldown-cmark = " 0.10"
169- rand = " 0.9"
170- ratatui = " 0.29.0"
171- ratatui-macros = " 0.6.0"
172168regex = " 1.12.2"
169+ pulldown-cmark = " 0.13.0"
170+ rand = " 0.9.2"
171+ ratatui = " 0.30.0-beta.0"
172+ ratatui-macros = " 0.7.0-beta.0"
173173regex-lite = " 0.1.7"
174174reqwest = " 0.12"
175175rmcp = { version = " 0.10.0" , default-features = false }
176- schemars = " 0.8.22 "
176+ schemars = " 1.1.0 "
177177seccompiler = " 0.5.0"
178178sentry = " 0.34.0"
179179serde = " 1"
@@ -202,8 +202,8 @@ tokio-test = "0.4"
202202tokio-util = " 0.7.16"
203203toml = " 0.9.5"
204204toml_edit = " 0.23.5"
205- tonic = " 0.13.1"
206205tracing = " 0.1.43"
206+ tonic = " 0.14.2"
207207tracing-appender = " 0.2.3"
208208tracing-subscriber = " 0.3.20"
209209tracing-test = " 0.2.5"
@@ -213,14 +213,14 @@ tree-sitter-highlight = "0.25.10"
213213ts-rs = " 11"
214214uds_windows = " 1.1.0"
215215unicode-segmentation = " 1.12.0"
216- unicode-width = " 0.2"
216+ unicode-width = " 0.2.2 "
217217url = " 2"
218218urlencoding = " 2.1"
219219uuid = " 1"
220220vt100 = " 0.16.2"
221221walkdir = " 2.5.0"
222222webbrowser = " 1.0"
223- which = " 6 "
223+ which = " 8.0.0 "
224224wildmatch = " 2.5.0"
225225
226226wiremock = " 0.6"
@@ -286,8 +286,14 @@ opt-level = 0
286286[patch .crates-io ]
287287# Uncomment to debug local changes.
288288# ratatui = { path = "../../ratatui" }
289- crossterm = { git = " https://github.com/nornagon/crossterm" , branch = " nornagon/color-query" }
290- ratatui = { git = " https://github.com/nornagon/ratatui" , branch = " nornagon-v0.29.0-patch" }
289+ crossterm = { git = " https://github.com/takumi-earth/crossterm" , rev = " b87b8e3b77283d41d7106d87357f929db2e00368" }
290+ ratatui = { git = " https://github.com/takumi-earth/ratatui" , rev = " c250e525a67625dde14a70ccd4cb563610ba103d" }
291+ ratatui-core = { git = " https://github.com/takumi-earth/ratatui" , rev = " c250e525a67625dde14a70ccd4cb563610ba103d" }
292+ ratatui-widgets = { git = " https://github.com/takumi-earth/ratatui" , rev = " c250e525a67625dde14a70ccd4cb563610ba103d" }
293+ ratatui-crossterm = { git = " https://github.com/takumi-earth/ratatui" , rev = " c250e525a67625dde14a70ccd4cb563610ba103d" }
294+ ratatui-termion = { git = " https://github.com/takumi-earth/ratatui" , rev = " c250e525a67625dde14a70ccd4cb563610ba103d" }
295+ ratatui-termwiz = { git = " https://github.com/takumi-earth/ratatui" , rev = " c250e525a67625dde14a70ccd4cb563610ba103d" }
296+ ratatui-macros = { git = " https://github.com/takumi-earth/ratatui" , rev = " c250e525a67625dde14a70ccd4cb563610ba103d" }
291297
292298# Uncomment to debug local changes.
293299# rmcp = { path = "../../rust-sdk/crates/rmcp" }
0 commit comments