@@ -6,41 +6,41 @@ authors = ["Odoo"]
66readme = " ../README.md"
77repository = " https://github.com/odoo/odoo-ls"
88license = " ../LICENSE"
9- rust-version = " 1.91 "
9+ rust-version = " 1.93 "
1010
1111# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1212
1313[dependencies ]
14- anyhow = " 1.0.98 "
15- clap = { version = " 4.5.43 " , features = [" derive" ] }
16- glob = " 0.3.2 "
17- regex = " 1.11.1 "
18- ruff_python_ast = { git = " https://github.com/astral-sh/ruff" , tag = " 0.14.4 " , version = " 0.0.0" }
19- ruff_python_parser = { git = " https://github.com/astral-sh/ruff" , tag = " 0.14.4 " , version = " 0.0.0" }
20- ruff_text_size = { git = " https://github.com/astral-sh/ruff" , tag = " 0.14.4 " , version = " 0.0.0" }
21- ruff_source_file = { git = " https://github.com/astral-sh/ruff" , tag = " 0.14.4 " , version = " 0.0.0" }
14+ anyhow = " 1.0.101 "
15+ clap = { version = " 4.5.57 " , features = [" derive" ] }
16+ glob = " 0.3.3 "
17+ regex = " 1.12.3 "
18+ ruff_python_ast = { git = " https://github.com/astral-sh/ruff" , tag = " 0.15.0 " , version = " 0.0.0" }
19+ ruff_python_parser = { git = " https://github.com/astral-sh/ruff" , tag = " 0.15.0 " , version = " 0.0.0" }
20+ ruff_text_size = { git = " https://github.com/astral-sh/ruff" , tag = " 0.15.0 " , version = " 0.0.0" }
21+ ruff_source_file = { git = " https://github.com/astral-sh/ruff" , tag = " 0.15.0 " , version = " 0.0.0" }
2222lsp-server = { git = " https://github.com/rust-lang/rust-analyzer" , tag = " 2025-08-04" , version = " 0.7.6" }
23- serde = " 1.0.219 "
24- serde_json = " 1.0.142 "
25- url = " 2.5.4 "
23+ serde = " 1.0.228 "
24+ serde_json = " 1.0.149 "
25+ url = " 2.5.8 "
2626weak-table = " 0.3.2"
2727lsp-types = " 0.97.0"
2828crossbeam-channel = " 0.5.15"
2929path-slash = " 0.2.1"
30- tracing = " 0.1.41 "
31- tracing-subscriber = " 0.3.19 "
32- tracing-appender = " 0.2.3 "
30+ tracing = " 0.1.44 "
31+ tracing-subscriber = " 0.3.22 "
32+ tracing-appender = " 0.2.4 "
3333tracing-panic = " 0.1.2"
3434winapi = { version = " 0.3.9" , features = [" winbase" , " processthreadsapi" , " synchapi" , " handleapi" ] }
35- ctrlc = " 3.4.7 "
35+ ctrlc = " 3.5.1 "
3636once_cell = " 1.21.3"
3737itertools = " 0.14.0"
3838byteyarn = " 0.5.1"
3939roxmltree = " 0.20.0"
4040dirs = " 5.0"
41- toml = " 0.8.23 "
42- schemars = " 1.0.4 "
43- csv = " 1.3.1 "
41+ toml = " 0.9.11 "
42+ schemars = " 1.2.1 "
43+ csv = " 1.4.0 "
4444# ittapi = "0.3" # profiling with VTune profiler
4545[target .'cfg(any(target_os = "linux", target_os = "macos"))' .dependencies ]
4646nix = { version = " 0.29.0" , features = [" process" ] }
0 commit comments