@@ -35,9 +35,9 @@ bazel_dep(name = "buildifier_prebuilt", version = "6.4.0", dev_dependency = True
35
35
36
36
# Keep edition and version approximately in sync with internal repo.
37
37
# the versions there are canonical, the versions here are used for CI in github/codeql, as well as for the vendoring of dependencies.
38
- RUST_EDITION = "2021 "
38
+ RUST_EDITION = "2024 "
39
39
40
- RUST_VERSION = "1.82 .0"
40
+ RUST_VERSION = "1.85 .0"
41
41
42
42
rust = use_extension ("@rules_rust//rust:extensions.bzl" , "rust" )
43
43
rust .toolchain (
@@ -71,15 +71,15 @@ use_repo(
71
71
tree_sitter_extractors_deps = use_extension ("//misc/bazel/3rdparty:tree_sitter_extractors_extension.bzl" , "r" )
72
72
use_repo (
73
73
tree_sitter_extractors_deps ,
74
- "vendor__anyhow-1.0.95 " ,
74
+ "vendor__anyhow-1.0.96 " ,
75
75
"vendor__argfile-0.2.1" ,
76
76
"vendor__chrono-0.4.39" ,
77
- "vendor__clap-4.5.26 " ,
77
+ "vendor__clap-4.5.31 " ,
78
78
"vendor__dunce-1.0.5" ,
79
- "vendor__either-1.13 .0" ,
79
+ "vendor__either-1.14 .0" ,
80
80
"vendor__encoding-0.2.33" ,
81
81
"vendor__figment-0.10.19" ,
82
- "vendor__flate2-1.0.35 " ,
82
+ "vendor__flate2-1.1.0 " ,
83
83
"vendor__glob-0.3.2" ,
84
84
"vendor__globset-0.4.15" ,
85
85
"vendor__itertools-0.14.0" ,
@@ -89,29 +89,29 @@ use_repo(
89
89
"vendor__num_cpus-1.16.0" ,
90
90
"vendor__proc-macro2-1.0.93" ,
91
91
"vendor__quote-1.0.38" ,
92
- "vendor__ra_ap_base_db-0.0.258 " ,
93
- "vendor__ra_ap_cfg-0.0.258 " ,
94
- "vendor__ra_ap_hir-0.0.258 " ,
95
- "vendor__ra_ap_hir_def-0.0.258 " ,
96
- "vendor__ra_ap_hir_expand-0.0.258 " ,
97
- "vendor__ra_ap_ide_db-0.0.258 " ,
98
- "vendor__ra_ap_intern-0.0.258 " ,
99
- "vendor__ra_ap_load-cargo-0.0.258 " ,
100
- "vendor__ra_ap_parser-0.0.258 " ,
101
- "vendor__ra_ap_paths-0.0.258 " ,
102
- "vendor__ra_ap_project_model-0.0.258 " ,
103
- "vendor__ra_ap_span-0.0.258 " ,
104
- "vendor__ra_ap_stdx-0.0.258 " ,
105
- "vendor__ra_ap_syntax-0.0.258 " ,
106
- "vendor__ra_ap_vfs-0.0.258 " ,
107
- "vendor__rand-0.8.5 " ,
92
+ "vendor__ra_ap_base_db-0.0.266 " ,
93
+ "vendor__ra_ap_cfg-0.0.266 " ,
94
+ "vendor__ra_ap_hir-0.0.266 " ,
95
+ "vendor__ra_ap_hir_def-0.0.266 " ,
96
+ "vendor__ra_ap_hir_expand-0.0.266 " ,
97
+ "vendor__ra_ap_ide_db-0.0.266 " ,
98
+ "vendor__ra_ap_intern-0.0.266 " ,
99
+ "vendor__ra_ap_load-cargo-0.0.266 " ,
100
+ "vendor__ra_ap_parser-0.0.266 " ,
101
+ "vendor__ra_ap_paths-0.0.266 " ,
102
+ "vendor__ra_ap_project_model-0.0.266 " ,
103
+ "vendor__ra_ap_span-0.0.266 " ,
104
+ "vendor__ra_ap_stdx-0.0.266 " ,
105
+ "vendor__ra_ap_syntax-0.0.266 " ,
106
+ "vendor__ra_ap_vfs-0.0.266 " ,
107
+ "vendor__rand-0.9.0 " ,
108
108
"vendor__rayon-1.10.0" ,
109
109
"vendor__regex-1.11.1" ,
110
- "vendor__serde-1.0.217 " ,
111
- "vendor__serde_json-1.0.135 " ,
110
+ "vendor__serde-1.0.218 " ,
111
+ "vendor__serde_json-1.0.139 " ,
112
112
"vendor__serde_with-3.12.0" ,
113
- "vendor__syn-2.0.96 " ,
114
- "vendor__toml-0.8.19 " ,
113
+ "vendor__syn-2.0.98 " ,
114
+ "vendor__toml-0.8.20 " ,
115
115
"vendor__tracing-0.1.41" ,
116
116
"vendor__tracing-flame-0.2.0" ,
117
117
"vendor__tracing-subscriber-0.3.19" ,
0 commit comments