Skip to content

Commit 7e0f05f

Browse files
author
Paolo Tranquilli
committed
Rust/Ruby/Python: cargo upgrade + upgrade to edition 2024
1 parent 22074af commit 7e0f05f

File tree

128 files changed

+2259
-1613
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

128 files changed

+2259
-1613
lines changed

Cargo.lock

+235-187
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

MODULE.bazel

+26-26
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ bazel_dep(name = "buildifier_prebuilt", version = "6.4.0", dev_dependency = True
3535

3636
# Keep edition and version approximately in sync with internal repo.
3737
# 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"
3939

40-
RUST_VERSION = "1.82.0"
40+
RUST_VERSION = "1.85.0"
4141

4242
rust = use_extension("@rules_rust//rust:extensions.bzl", "rust")
4343
rust.toolchain(
@@ -71,15 +71,15 @@ use_repo(
7171
tree_sitter_extractors_deps = use_extension("//misc/bazel/3rdparty:tree_sitter_extractors_extension.bzl", "r")
7272
use_repo(
7373
tree_sitter_extractors_deps,
74-
"vendor__anyhow-1.0.95",
74+
"vendor__anyhow-1.0.96",
7575
"vendor__argfile-0.2.1",
7676
"vendor__chrono-0.4.39",
77-
"vendor__clap-4.5.26",
77+
"vendor__clap-4.5.31",
7878
"vendor__dunce-1.0.5",
79-
"vendor__either-1.13.0",
79+
"vendor__either-1.14.0",
8080
"vendor__encoding-0.2.33",
8181
"vendor__figment-0.10.19",
82-
"vendor__flate2-1.0.35",
82+
"vendor__flate2-1.1.0",
8383
"vendor__glob-0.3.2",
8484
"vendor__globset-0.4.15",
8585
"vendor__itertools-0.14.0",
@@ -89,29 +89,29 @@ use_repo(
8989
"vendor__num_cpus-1.16.0",
9090
"vendor__proc-macro2-1.0.93",
9191
"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",
108108
"vendor__rayon-1.10.0",
109109
"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",
112112
"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",
115115
"vendor__tracing-0.1.41",
116116
"vendor__tracing-flame-0.2.0",
117117
"vendor__tracing-subscriber-0.3.19",

misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.anyhow-1.0.95.bazel misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.anyhow-1.0.96.bazel

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)