@@ -24,101 +24,98 @@ result_large_err = "allow"
2424too_many_arguments = " allow"
2525
2626[workspace .dependencies ]
27- actix-web = " 4.4 .0"
27+ actix-web = " 4.13 .0"
2828aether_factory = { git = " https://github.com/posit-dev/air" , package = " air_r_factory" , rev = " 4cbd36d552e27d8930cff1602d56bfd9ce4c1ed1" }
2929aether_lsp_utils = { git = " https://github.com/posit-dev/air" , rev = " 4cbd36d552e27d8930cff1602d56bfd9ce4c1ed1" }
3030aether_parser = { git = " https://github.com/posit-dev/air" , package = " air_r_parser" , rev = " 4cbd36d552e27d8930cff1602d56bfd9ce4c1ed1" }
3131aether_syntax = { git = " https://github.com/posit-dev/air" , package = " air_r_syntax" , rev = " 4cbd36d552e27d8930cff1602d56bfd9ce4c1ed1" }
3232amalthea = { path = " crates/amalthea" }
33- anyhow = " 1.0.100 "
33+ anyhow = " 1.0.102 "
3434ark = { path = " crates/ark" }
3535ark_test = { path = " crates/ark_test" }
3636assert_matches = " 1.5.0"
37- async-trait = " 0.1.66 "
38- base64 = " 0.21.0 "
37+ async-trait = " 0.1.89 "
38+ base64 = " 0.22.1 "
3939biome_line_index = { git = " https://github.com/lionel-/biome" , rev = " 41d799cfa4cedd25625fc3f6bd7898532873f051" }
4040biome_rowan = { git = " https://github.com/lionel-/biome" , rev = " 41d799cfa4cedd25625fc3f6bd7898532873f051" }
41- blake3 = " 1.8.2 "
42- bus = " 2.3.0 "
43- cc = " 1.1.22 "
44- cfg-if = " 1.0.0 "
41+ blake3 = " 1.8.4 "
42+ bus = " 2.4.1 "
43+ cc = " 1.2.60 "
44+ cfg-if = " 1.0.4 "
4545chrono = " 0.4.44"
4646crossbeam = { version = " 0.8.4" , features = [" crossbeam-channel" ] }
47- crypto-common = " 0.1.6"
4847ctor = " 0.1.26"
4948dap = { branch = " main" , git = " https://github.com/sztomi/dap-rs" }
50- dashmap = " 5.4 .0"
51- dirs = " 4 .0.0"
52- ego-tree = " 0.6.2 "
53- embed-resource = " 2.5.0 "
54- env_logger = " 0.10.0 "
49+ dashmap = " 6.1 .0"
50+ dirs = " 6 .0.0"
51+ ego-tree = " 0.11.0 "
52+ embed-resource = " 3.0.8 "
53+ env_logger = " 0.11.10 "
5554etcetera = " 0.11.0"
56- flate2 = " 1.1.1"
57- futures = " 0.3.30"
58- generic-array = " 0.14.6"
55+ flate2 = " 1.1.9"
56+ futures = " 0.3.32"
5957harp = { path = " crates/harp" }
6058harp-macros = { path = " crates/harp/harp-macros" }
6159hex = " 0.4.3"
62- hmac = " 0.12.1"
63- home = " 0.5.5"
64- http = " 0.2.9"
65- insta = " 1.39.0"
66- itertools = " 0.10.5"
67- libc = " 0.2.152"
68- libloading = " 0.8.1"
60+ hmac = " 0.13.0"
61+ home = " 0.5.12"
62+ insta = " 1.47.2"
63+ itertools = " 0.14.0"
64+ libc = " 0.2.185"
65+ libloading = " 0.9.0"
6966libr = { path = " crates/libr" }
70- log = " 0.4.18 "
71- mime_guess = " 2.0.4 "
72- nix = { version = " 0.26.2 " , features = [" signal" ] }
73- notify = " 6.0 .0"
67+ log = " 0.4.29 "
68+ mime_guess = " 2.0.5 "
69+ nix = { version = " 0.26.4 " , features = [" signal" ] }
70+ notify = " 8.2 .0"
7471oak_core = { path = " crates/oak_core" }
7572oak_fs = { path = " crates/oak_fs" }
7673oak_ide = { path = " crates/oak_ide" }
7774oak_index = { path = " crates/oak_index" }
7875oak_package = { path = " crates/oak_package" }
7976oak_r_process = { path = " crates/oak_r_process" }
8077oak_sources = { path = " crates/oak_sources" }
81- once_cell = " 1.17.1 "
82- parking_lot = " 0.12.3 "
83- paste = " 1.0.14 "
84- quote = " 1.0.42 "
85- rand = " 0.8.5 "
86- regex = " 1.10.0 "
78+ once_cell = " 1.21.4 "
79+ parking_lot = " 0.12.5 "
80+ paste = " 1.0.15 "
81+ quote = " 1.0.45 "
82+ rand = " 0.10 "
83+ regex = " 1.12.3 "
8784reqwest = { version = " 0.13.2" , default-features = false , features = [" json" ] }
8885reqwest-middleware = " 0.5.1"
8986reqwest-retry = " 0.9.1"
90- rust-embed = " 8.2 .0"
91- rustc-hash = " 2.1.1 "
92- scraper = " 0.15 .0"
93- semver = " 1.0.19 "
94- serde = { version = " 1.0.183 " , features = [" derive" ] }
95- serde_json = { version = " 1.0.94 " , features = [" preserve_order" ] }
96- serde_repr = " 0.1.17 "
97- serde_with = " 3.0 .0"
98- sha2 = " 0.10.6 "
99- smallvec = " 1.13.2 "
87+ rust-embed = " 8.11 .0"
88+ rustc-hash = " 2.1.2 "
89+ scraper = " 0.26 .0"
90+ semver = " 1.0.28 "
91+ serde = { version = " 1.0.228 " , features = [" derive" ] }
92+ serde_json = { version = " 1.0.149 " , features = [" preserve_order" ] }
93+ serde_repr = " 0.1.20 "
94+ serde_with = " 3.18 .0"
95+ sha2 = " 0.11.0 "
96+ smallvec = " 1.15.1 "
10097stdext = { path = " crates/stdext" }
10198streaming-iterator = " 0.1.9"
102- strum = " 0.26.2 "
103- strum_macros = " 0.26.2 "
104- syn = { version = " 2.0.111 " , features = [" full" ] }
105- tar = " 0.4.44 "
106- tempfile = " 3.13 .0"
107- tokio = { version = " 1.26.0 " , features = [" full" ] }
99+ strum = " 0.28.0 "
100+ strum_macros = " 0.28.0 "
101+ syn = { version = " 2.0.117 " , features = [" full" ] }
102+ tar = " 0.4.45 "
103+ tempfile = " 3.27 .0"
104+ tokio = { version = " 1.52.1 " , features = [" full" ] }
108105# For https://github.com/ebkalderon/tower-lsp/pull/428
109106tower-lsp = { branch = " bugfix/patches" , git = " https://github.com/lionel-/tower-lsp" }
110- tracing = " 0.1.40 "
111- tracing-appender = " 0.2.3 "
112- tracing-error = " 0.2.0 "
113- tracing-subscriber = { version = " 0.3.18 " , features = [" env-filter" ] }
107+ tracing = " 0.1.44 "
108+ tracing-appender = " 0.2.5 "
109+ tracing-error = " 0.2.1 "
110+ tracing-subscriber = { version = " 0.3.23 " , features = [" env-filter" ] }
114111tree-sitter = " 0.24.7"
115112tree-sitter-r = { git = " https://github.com/r-lib/tree-sitter-r" , rev = " 95aff097aa927a66bb357f715b58cde821be8867" }
116113ureq = " 3.3.0"
117- url = " 2.5.7 "
118- uuid = { version = " 1.3.0 " , features = [" v4" ] }
114+ url = " 2.5.8 "
115+ uuid = { version = " 1.23.1 " , features = [" v4" ] }
119116walkdir = " 2"
120117windows-sys =" 0.61.2"
121- winsafe = { version = " 0.0.19 " , features = [" kernel" ] }
122- xdg = " 2.5.2 "
123- yaml-rust = " 0.4.5 "
118+ winsafe = { version = " 0.0.27 " , features = [" kernel" ] }
119+ xdg = " 3.0.0 "
120+ yaml-rust2 = " 0.9 "
124121zmq = " 0.10.0"
0 commit comments