Bazel: regenerate vendored cargo dependencies

This commit is contained in:
Simon Friis Vindum
2025-09-30 10:28:42 +02:00
parent 4846cf4791
commit ef80ff416f
84 changed files with 553 additions and 308 deletions

View File

@@ -96,9 +96,9 @@ rust_library(
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
"//conditions:default": ["@platforms//:incompatible"],
}),
version = "1.0.99",
version = "1.0.100",
deps = [
"@vendor_ts__anyhow-1.0.99//:build_script_build",
"@vendor_ts__anyhow-1.0.100//:build_script_build",
],
)
@@ -154,7 +154,7 @@ cargo_build_script(
"noclippy",
"norustfmt",
],
version = "1.0.99",
version = "1.0.100",
visibility = ["//visibility:private"],
)

View File

@@ -32,14 +32,14 @@ filegroup(
# Workspace Member Dependencies
alias(
name = "anyhow-1.0.99",
actual = "@vendor_ts__anyhow-1.0.99//:anyhow",
name = "anyhow-1.0.100",
actual = "@vendor_ts__anyhow-1.0.100//:anyhow",
tags = ["manual"],
)
alias(
name = "anyhow",
actual = "@vendor_ts__anyhow-1.0.99//:anyhow",
actual = "@vendor_ts__anyhow-1.0.100//:anyhow",
tags = ["manual"],
)
@@ -80,14 +80,14 @@ alias(
)
alias(
name = "clap-4.5.47",
actual = "@vendor_ts__clap-4.5.47//:clap",
name = "clap-4.5.48",
actual = "@vendor_ts__clap-4.5.48//:clap",
tags = ["manual"],
)
alias(
name = "clap",
actual = "@vendor_ts__clap-4.5.47//:clap",
actual = "@vendor_ts__clap-4.5.48//:clap",
tags = ["manual"],
)
@@ -248,14 +248,14 @@ alias(
)
alias(
name = "quote-1.0.40",
actual = "@vendor_ts__quote-1.0.40//:quote",
name = "quote-1.0.41",
actual = "@vendor_ts__quote-1.0.41//:quote",
tags = ["manual"],
)
alias(
name = "quote",
actual = "@vendor_ts__quote-1.0.40//:quote",
actual = "@vendor_ts__quote-1.0.41//:quote",
tags = ["manual"],
)
@@ -482,50 +482,50 @@ alias(
)
alias(
name = "regex-1.11.2",
actual = "@vendor_ts__regex-1.11.2//:regex",
name = "regex-1.11.3",
actual = "@vendor_ts__regex-1.11.3//:regex",
tags = ["manual"],
)
alias(
name = "regex",
actual = "@vendor_ts__regex-1.11.2//:regex",
actual = "@vendor_ts__regex-1.11.3//:regex",
tags = ["manual"],
)
alias(
name = "serde-1.0.219",
actual = "@vendor_ts__serde-1.0.219//:serde",
name = "serde-1.0.228",
actual = "@vendor_ts__serde-1.0.228//:serde",
tags = ["manual"],
)
alias(
name = "serde",
actual = "@vendor_ts__serde-1.0.219//:serde",
actual = "@vendor_ts__serde-1.0.228//:serde",
tags = ["manual"],
)
alias(
name = "serde_json-1.0.143",
actual = "@vendor_ts__serde_json-1.0.143//:serde_json",
name = "serde_json-1.0.145",
actual = "@vendor_ts__serde_json-1.0.145//:serde_json",
tags = ["manual"],
)
alias(
name = "serde_json",
actual = "@vendor_ts__serde_json-1.0.143//:serde_json",
actual = "@vendor_ts__serde_json-1.0.145//:serde_json",
tags = ["manual"],
)
alias(
name = "serde_with-3.14.0",
actual = "@vendor_ts__serde_with-3.14.0//:serde_with",
name = "serde_with-3.14.1",
actual = "@vendor_ts__serde_with-3.14.1//:serde_with",
tags = ["manual"],
)
alias(
name = "serde_with",
actual = "@vendor_ts__serde_with-3.14.0//:serde_with",
actual = "@vendor_ts__serde_with-3.14.1//:serde_with",
tags = ["manual"],
)
@@ -542,14 +542,14 @@ alias(
)
alias(
name = "toml-0.9.5",
actual = "@vendor_ts__toml-0.9.5//:toml",
name = "toml-0.9.7",
actual = "@vendor_ts__toml-0.9.7//:toml",
tags = ["manual"],
)
alias(
name = "toml",
actual = "@vendor_ts__toml-0.9.5//:toml",
actual = "@vendor_ts__toml-0.9.7//:toml",
tags = ["manual"],
)
@@ -602,14 +602,14 @@ alias(
)
alias(
name = "tree-sitter-embedded-template-0.23.2",
actual = "@vendor_ts__tree-sitter-embedded-template-0.23.2//:tree_sitter_embedded_template",
name = "tree-sitter-embedded-template-0.25.0",
actual = "@vendor_ts__tree-sitter-embedded-template-0.25.0//:tree_sitter_embedded_template",
tags = ["manual"],
)
alias(
name = "tree-sitter-embedded-template",
actual = "@vendor_ts__tree-sitter-embedded-template-0.23.2//:tree_sitter_embedded_template",
actual = "@vendor_ts__tree-sitter-embedded-template-0.25.0//:tree_sitter_embedded_template",
tags = ["manual"],
)

View File

@@ -99,7 +99,7 @@ rust_library(
version = "1.1.12",
deps = [
"@vendor_ts__camino-1.1.12//:build_script_build",
"@vendor_ts__serde-1.0.219//:serde",
"@vendor_ts__serde-1.0.228//:serde",
],
)

View File

@@ -90,6 +90,6 @@ rust_library(
}),
version = "0.2.0",
deps = [
"@vendor_ts__serde-1.0.219//:serde",
"@vendor_ts__serde-1.0.228//:serde",
],
)

View File

@@ -91,7 +91,7 @@ rust_library(
version = "0.8.2",
deps = [
"@vendor_ts__semver-1.0.26//:semver",
"@vendor_ts__serde-1.0.219//:serde",
"@vendor_ts__serde-1.0.228//:serde",
"@vendor_ts__serde-untagged-0.1.8//:serde_untagged",
"@vendor_ts__serde-value-0.7.0//:serde_value",
"@vendor_ts__thiserror-2.0.16//:thiserror",

View File

@@ -97,8 +97,8 @@ rust_library(
"@vendor_ts__cargo-platform-0.2.0//:cargo_platform",
"@vendor_ts__cargo-util-schemas-0.8.2//:cargo_util_schemas",
"@vendor_ts__semver-1.0.26//:semver",
"@vendor_ts__serde-1.0.219//:serde",
"@vendor_ts__serde_json-1.0.143//:serde_json",
"@vendor_ts__serde-1.0.228//:serde",
"@vendor_ts__serde_json-1.0.145//:serde_json",
"@vendor_ts__thiserror-2.0.16//:thiserror",
],
)

View File

@@ -91,7 +91,7 @@ rust_proc_macro(
version = "0.103.0",
deps = [
"@vendor_ts__proc-macro2-1.0.101//:proc_macro2",
"@vendor_ts__quote-1.0.40//:quote",
"@vendor_ts__quote-1.0.41//:quote",
"@vendor_ts__syn-2.0.106//:syn",
"@vendor_ts__synstructure-0.13.2//:synstructure",
],

View File

@@ -91,7 +91,7 @@ rust_proc_macro(
version = "0.104.0",
deps = [
"@vendor_ts__proc-macro2-1.0.101//:proc_macro2",
"@vendor_ts__quote-1.0.40//:quote",
"@vendor_ts__quote-1.0.41//:quote",
"@vendor_ts__syn-2.0.106//:syn",
"@vendor_ts__synstructure-0.13.2//:synstructure",
],

View File

@@ -95,7 +95,7 @@ rust_library(
deps = [
"@vendor_ts__chalk-ir-0.103.0//:chalk_ir",
"@vendor_ts__ena-0.14.3//:ena",
"@vendor_ts__indexmap-2.11.1//:indexmap",
"@vendor_ts__indexmap-2.11.4//:indexmap",
"@vendor_ts__itertools-0.12.1//:itertools",
"@vendor_ts__petgraph-0.6.5//:petgraph",
"@vendor_ts__rustc-hash-1.1.0//:rustc_hash",

View File

@@ -106,7 +106,7 @@ rust_library(
version = "0.4.42",
deps = [
"@vendor_ts__num-traits-0.2.19//:num_traits",
"@vendor_ts__serde-1.0.219//:serde",
"@vendor_ts__serde-1.0.228//:serde",
] + select({
"@rules_rust//rust/platform:aarch64-apple-darwin": [
"@vendor_ts__iana-time-zone-0.1.63//:iana_time_zone", # aarch64-apple-darwin

View File

@@ -101,8 +101,8 @@ rust_library(
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
"//conditions:default": ["@platforms//:incompatible"],
}),
version = "4.5.47",
version = "4.5.48",
deps = [
"@vendor_ts__clap_builder-4.5.47//:clap_builder",
"@vendor_ts__clap_builder-4.5.48//:clap_builder",
],
)

View File

@@ -96,7 +96,7 @@ rust_library(
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
"//conditions:default": ["@platforms//:incompatible"],
}),
version = "4.5.47",
version = "4.5.48",
deps = [
"@vendor_ts__anstream-0.6.20//:anstream",
"@vendor_ts__anstyle-1.0.11//:anstyle",

View File

@@ -95,7 +95,7 @@ rust_proc_macro(
deps = [
"@vendor_ts__heck-0.5.0//:heck",
"@vendor_ts__proc-macro2-1.0.101//:proc_macro2",
"@vendor_ts__quote-1.0.40//:quote",
"@vendor_ts__quote-1.0.41//:quote",
"@vendor_ts__syn-2.0.106//:syn",
],
)

View File

@@ -41,7 +41,7 @@ rust_library(
crate_root = "src/lib.rs",
edition = "2021",
proc_macro_deps = [
"@vendor_ts__darling_macro-0.20.11//:darling_macro",
"@vendor_ts__darling_macro-0.21.3//:darling_macro",
],
rustc_env_files = [
":cargo_toml_env_vars",
@@ -95,8 +95,8 @@ rust_library(
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
"//conditions:default": ["@platforms//:incompatible"],
}),
version = "0.20.11",
version = "0.21.3",
deps = [
"@vendor_ts__darling_core-0.20.11//:darling_core",
"@vendor_ts__darling_core-0.21.3//:darling_core",
],
)

View File

@@ -92,12 +92,12 @@ rust_library(
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
"//conditions:default": ["@platforms//:incompatible"],
}),
version = "0.20.11",
version = "0.21.3",
deps = [
"@vendor_ts__fnv-1.0.7//:fnv",
"@vendor_ts__ident_case-1.0.1//:ident_case",
"@vendor_ts__proc-macro2-1.0.101//:proc_macro2",
"@vendor_ts__quote-1.0.40//:quote",
"@vendor_ts__quote-1.0.41//:quote",
"@vendor_ts__strsim-0.11.1//:strsim",
"@vendor_ts__syn-2.0.106//:syn",
],

View File

@@ -88,10 +88,10 @@ rust_proc_macro(
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
"//conditions:default": ["@platforms//:incompatible"],
}),
version = "0.20.11",
version = "0.21.3",
deps = [
"@vendor_ts__darling_core-0.20.11//:darling_core",
"@vendor_ts__quote-1.0.40//:quote",
"@vendor_ts__darling_core-0.21.3//:darling_core",
"@vendor_ts__quote-1.0.41//:quote",
"@vendor_ts__syn-2.0.106//:syn",
],
)

View File

@@ -91,7 +91,7 @@ rust_proc_macro(
version = "0.2.5",
deps = [
"@vendor_ts__proc-macro2-1.0.101//:proc_macro2",
"@vendor_ts__quote-1.0.40//:quote",
"@vendor_ts__quote-1.0.41//:quote",
"@vendor_ts__syn-2.0.106//:syn",
],
)

View File

@@ -93,7 +93,7 @@ rust_library(
}),
version = "0.4.6",
deps = [
"@vendor_ts__serde-1.0.219//:serde",
"@vendor_ts__serde-1.0.228//:serde",
"@vendor_ts__typeid-1.0.3//:typeid",
],
)

View File

@@ -103,7 +103,7 @@ rust_library(
deps = [
"@vendor_ts__figment-0.10.19//:build_script_build",
"@vendor_ts__pear-0.2.9//:pear",
"@vendor_ts__serde-1.0.219//:serde",
"@vendor_ts__serde-1.0.228//:serde",
"@vendor_ts__serde_yaml-0.9.34-deprecated//:serde_yaml",
"@vendor_ts__uncased-0.9.10//:uncased",
] + select({

View File

@@ -97,7 +97,7 @@ rust_library(
"@vendor_ts__aho-corasick-1.1.3//:aho_corasick",
"@vendor_ts__bstr-1.12.0//:bstr",
"@vendor_ts__log-0.4.28//:log",
"@vendor_ts__regex-automata-0.4.10//:regex_automata",
"@vendor_ts__regex-automata-0.4.11//:regex_automata",
"@vendor_ts__regex-syntax-0.8.6//:regex_syntax",
],
)

View File

@@ -93,10 +93,10 @@ rust_library(
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
"//conditions:default": ["@platforms//:incompatible"],
}),
version = "2.11.1",
version = "2.11.4",
deps = [
"@vendor_ts__equivalent-1.0.2//:equivalent",
"@vendor_ts__hashbrown-0.15.5//:hashbrown",
"@vendor_ts__serde-1.0.219//:serde",
"@vendor_ts__serde_core-1.0.228//:serde_core",
],
)

View File

@@ -90,6 +90,6 @@ rust_library(
}),
version = "0.2.0",
deps = [
"@vendor_ts__regex-automata-0.4.10//:regex_automata",
"@vendor_ts__regex-automata-0.4.11//:regex_automata",
],
)

View File

@@ -91,6 +91,6 @@ rust_library(
version = "0.9.0",
deps = [
"@vendor_ts__log-0.3.9//:log",
"@vendor_ts__serde-1.0.219//:serde",
"@vendor_ts__serde-1.0.228//:serde",
],
)

View File

@@ -92,7 +92,7 @@ rust_proc_macro(
deps = [
"@vendor_ts__proc-macro2-1.0.101//:proc_macro2",
"@vendor_ts__proc-macro2-diagnostics-0.10.1//:proc_macro2_diagnostics",
"@vendor_ts__quote-1.0.40//:quote",
"@vendor_ts__quote-1.0.41//:quote",
"@vendor_ts__syn-2.0.106//:syn",
],
)

View File

@@ -97,6 +97,6 @@ rust_library(
version = "0.6.5",
deps = [
"@vendor_ts__fixedbitset-0.4.2//:fixedbitset",
"@vendor_ts__indexmap-2.11.1//:indexmap",
"@vendor_ts__indexmap-2.11.4//:indexmap",
],
)

View File

@@ -101,7 +101,7 @@ rust_library(
deps = [
"@vendor_ts__proc-macro2-1.0.101//:proc_macro2",
"@vendor_ts__proc-macro2-diagnostics-0.10.1//:build_script_build",
"@vendor_ts__quote-1.0.40//:quote",
"@vendor_ts__quote-1.0.41//:quote",
"@vendor_ts__syn-2.0.106//:syn",
"@vendor_ts__yansi-1.0.1//:yansi",
],

View File

@@ -6,7 +6,11 @@
# bazel run @@//misc/bazel/3rdparty:vendor_tree_sitter_extractors
###############################################################################
load("@rules_rust//cargo:defs.bzl", "cargo_toml_env_vars")
load(
"@rules_rust//cargo:defs.bzl",
"cargo_build_script",
"cargo_toml_env_vars",
)
load("@rules_rust//rust:defs.bzl", "rust_library")
package(default_visibility = ["//visibility:public"])
@@ -92,8 +96,71 @@ rust_library(
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
"//conditions:default": ["@platforms//:incompatible"],
}),
version = "1.0.40",
version = "1.0.41",
deps = [
"@vendor_ts__proc-macro2-1.0.101//:proc_macro2",
"@vendor_ts__quote-1.0.41//:build_script_build",
],
)
cargo_build_script(
name = "_bs",
srcs = glob(
include = ["**/*.rs"],
allow_empty = True,
),
compile_data = glob(
include = ["**"],
allow_empty = True,
exclude = [
"**/* *",
"**/*.rs",
".tmp_git_root/**/*",
"BUILD",
"BUILD.bazel",
"WORKSPACE",
"WORKSPACE.bazel",
],
),
crate_features = [
"default",
"proc-macro",
],
crate_name = "build_script_build",
crate_root = "build.rs",
data = glob(
include = ["**"],
allow_empty = True,
exclude = [
"**/* *",
".tmp_git_root/**/*",
"BUILD",
"BUILD.bazel",
"WORKSPACE",
"WORKSPACE.bazel",
],
),
edition = "2018",
pkg_name = "quote",
rustc_env_files = [
":cargo_toml_env_vars",
],
rustc_flags = [
"--cap-lints=allow",
],
tags = [
"cargo-bazel",
"crate-name=quote",
"manual",
"noclippy",
"norustfmt",
],
version = "1.0.41",
visibility = ["//visibility:private"],
)
alias(
name = "build_script_build",
actual = ":_bs",
tags = ["manual"],
)

View File

@@ -91,7 +91,7 @@ rust_proc_macro(
version = "0.123.0",
deps = [
"@vendor_ts__proc-macro2-1.0.101//:proc_macro2",
"@vendor_ts__quote-1.0.40//:quote",
"@vendor_ts__quote-1.0.41//:quote",
"@vendor_ts__syn-2.0.106//:syn",
],
)

View File

@@ -103,7 +103,7 @@ rust_library(
version = "0.0.301",
deps = [
"@vendor_ts__dashmap-6.1.0//:dashmap",
"@vendor_ts__indexmap-2.11.1//:indexmap",
"@vendor_ts__indexmap-2.11.4//:indexmap",
"@vendor_ts__la-arena-0.3.1//:la_arena",
"@vendor_ts__ra_ap_cfg-0.0.301//:ra_ap_cfg",
"@vendor_ts__ra_ap_intern-0.0.301//:ra_ap_intern",

View File

@@ -104,7 +104,7 @@ rust_library(
deps = [
"@vendor_ts__arrayvec-0.7.6//:arrayvec",
"@vendor_ts__either-1.15.0//:either",
"@vendor_ts__indexmap-2.11.1//:indexmap",
"@vendor_ts__indexmap-2.11.4//:indexmap",
"@vendor_ts__itertools-0.14.0//:itertools",
"@vendor_ts__ra_ap_base_db-0.0.301//:ra_ap_base_db",
"@vendor_ts__ra_ap_cfg-0.0.301//:ra_ap_cfg",

View File

@@ -112,7 +112,7 @@ rust_library(
"@vendor_ts__drop_bomb-0.1.5//:drop_bomb",
"@vendor_ts__either-1.15.0//:either",
"@vendor_ts__fst-0.4.7//:fst",
"@vendor_ts__indexmap-2.11.1//:indexmap",
"@vendor_ts__indexmap-2.11.4//:indexmap",
"@vendor_ts__itertools-0.14.0//:itertools",
"@vendor_ts__la-arena-0.3.1//:la_arena",
"@vendor_ts__ra-ap-rustc_abi-0.123.0//:ra_ap_rustc_abi",

View File

@@ -113,7 +113,7 @@ rust_library(
"@vendor_ts__cov-mark-2.1.0//:cov_mark",
"@vendor_ts__either-1.15.0//:either",
"@vendor_ts__ena-0.14.3//:ena",
"@vendor_ts__indexmap-2.11.1//:indexmap",
"@vendor_ts__indexmap-2.11.4//:indexmap",
"@vendor_ts__itertools-0.14.0//:itertools",
"@vendor_ts__la-arena-0.3.1//:la_arena",
"@vendor_ts__oorandom-11.1.5//:oorandom",

View File

@@ -111,7 +111,7 @@ rust_library(
"@vendor_ts__crossbeam-channel-0.5.15//:crossbeam_channel",
"@vendor_ts__either-1.15.0//:either",
"@vendor_ts__fst-0.4.7//:fst",
"@vendor_ts__indexmap-2.11.1//:indexmap",
"@vendor_ts__indexmap-2.11.4//:indexmap",
"@vendor_ts__itertools-0.14.0//:itertools",
"@vendor_ts__line-index-0.1.2//:line_index",
"@vendor_ts__memchr-2.7.5//:memchr",

View File

@@ -101,7 +101,7 @@ rust_library(
}),
version = "0.0.301",
deps = [
"@vendor_ts__anyhow-1.0.99//:anyhow",
"@vendor_ts__anyhow-1.0.100//:anyhow",
"@vendor_ts__crossbeam-channel-0.5.15//:crossbeam_channel",
"@vendor_ts__itertools-0.14.0//:itertools",
"@vendor_ts__ra_ap_hir_expand-0.0.301//:ra_ap_hir_expand",

View File

@@ -44,7 +44,7 @@ rust_library(
crate_root = "src/lib.rs",
edition = "2024",
proc_macro_deps = [
"@vendor_ts__serde_derive-1.0.219//:serde_derive",
"@vendor_ts__serde_derive-1.0.228//:serde_derive",
],
rustc_env_files = [
":cargo_toml_env_vars",
@@ -100,15 +100,15 @@ rust_library(
}),
version = "0.0.301",
deps = [
"@vendor_ts__indexmap-2.11.1//:indexmap",
"@vendor_ts__indexmap-2.11.4//:indexmap",
"@vendor_ts__ra_ap_intern-0.0.301//:ra_ap_intern",
"@vendor_ts__ra_ap_paths-0.0.301//:ra_ap_paths",
"@vendor_ts__ra_ap_span-0.0.301//:ra_ap_span",
"@vendor_ts__ra_ap_stdx-0.0.301//:ra_ap_stdx",
"@vendor_ts__ra_ap_tt-0.0.301//:ra_ap_tt",
"@vendor_ts__rustc-hash-2.1.1//:rustc_hash",
"@vendor_ts__serde-1.0.219//:serde",
"@vendor_ts__serde_json-1.0.143//:serde_json",
"@vendor_ts__serde-1.0.228//:serde",
"@vendor_ts__serde_json-1.0.145//:serde_json",
"@vendor_ts__tracing-0.1.41//:tracing",
],
)

View File

@@ -46,7 +46,7 @@ rust_library(
crate_root = "src/lib.rs",
edition = "2024",
proc_macro_deps = [
"@vendor_ts__serde_derive-1.0.219//:serde_derive",
"@vendor_ts__serde_derive-1.0.228//:serde_derive",
],
rustc_env_files = [
":cargo_toml_env_vars",
@@ -102,7 +102,7 @@ rust_library(
}),
version = "0.0.301",
deps = [
"@vendor_ts__anyhow-1.0.99//:anyhow",
"@vendor_ts__anyhow-1.0.100//:anyhow",
"@vendor_ts__cargo_metadata-0.21.0//:cargo_metadata",
"@vendor_ts__itertools-0.14.0//:itertools",
"@vendor_ts__la-arena-0.3.1//:la_arena",
@@ -115,8 +115,8 @@ rust_library(
"@vendor_ts__ra_ap_toolchain-0.0.301//:ra_ap_toolchain",
"@vendor_ts__rustc-hash-2.1.1//:rustc_hash",
"@vendor_ts__semver-1.0.26//:semver",
"@vendor_ts__serde-1.0.219//:serde",
"@vendor_ts__serde_json-1.0.143//:serde_json",
"@vendor_ts__serde-1.0.228//:serde",
"@vendor_ts__serde_json-1.0.145//:serde_json",
"@vendor_ts__temp-dir-0.1.16//:temp_dir",
"@vendor_ts__tracing-0.1.41//:tracing",
"@vendor_ts__triomphe-0.1.14//:triomphe",

View File

@@ -91,7 +91,7 @@ rust_proc_macro(
version = "0.0.301",
deps = [
"@vendor_ts__proc-macro2-1.0.101//:proc_macro2",
"@vendor_ts__quote-1.0.40//:quote",
"@vendor_ts__quote-1.0.41//:quote",
"@vendor_ts__syn-2.0.106//:syn",
],
)

View File

@@ -96,7 +96,7 @@ rust_library(
deps = [
"@vendor_ts__crossbeam-channel-0.5.15//:crossbeam_channel",
"@vendor_ts__fst-0.4.7//:fst",
"@vendor_ts__indexmap-2.11.1//:indexmap",
"@vendor_ts__indexmap-2.11.4//:indexmap",
"@vendor_ts__nohash-hasher-0.2.0//:nohash_hasher",
"@vendor_ts__ra_ap_paths-0.0.301//:ra_ap_paths",
"@vendor_ts__ra_ap_stdx-0.0.301//:ra_ap_stdx",

View File

@@ -91,7 +91,7 @@ rust_proc_macro(
version = "1.0.24",
deps = [
"@vendor_ts__proc-macro2-1.0.101//:proc_macro2",
"@vendor_ts__quote-1.0.40//:quote",
"@vendor_ts__quote-1.0.41//:quote",
"@vendor_ts__syn-2.0.106//:syn",
],
)

View File

@@ -107,11 +107,11 @@ rust_library(
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
"//conditions:default": ["@platforms//:incompatible"],
}),
version = "1.11.2",
version = "1.11.3",
deps = [
"@vendor_ts__aho-corasick-1.1.3//:aho_corasick",
"@vendor_ts__memchr-2.7.5//:memchr",
"@vendor_ts__regex-automata-0.4.10//:regex_automata",
"@vendor_ts__regex-automata-0.4.11//:regex_automata",
"@vendor_ts__regex-syntax-0.8.6//:regex_syntax",
],
)

View File

@@ -116,7 +116,7 @@ rust_library(
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
"//conditions:default": ["@platforms//:incompatible"],
}),
version = "0.4.10",
version = "0.4.11",
deps = [
"@vendor_ts__aho-corasick-1.1.3//:aho_corasick",
"@vendor_ts__memchr-2.7.5//:memchr",

View File

@@ -104,7 +104,7 @@ rust_library(
"@vendor_ts__crossbeam-utils-0.8.21//:crossbeam_utils",
"@vendor_ts__hashbrown-0.15.5//:hashbrown",
"@vendor_ts__hashlink-0.10.0//:hashlink",
"@vendor_ts__indexmap-2.11.1//:indexmap",
"@vendor_ts__indexmap-2.11.4//:indexmap",
"@vendor_ts__intrusive-collections-0.9.7//:intrusive_collections",
"@vendor_ts__papaya-0.2.3//:papaya",
"@vendor_ts__parking_lot-0.12.4//:parking_lot",

View File

@@ -91,7 +91,7 @@ rust_proc_macro(
version = "0.23.0",
deps = [
"@vendor_ts__proc-macro2-1.0.101//:proc_macro2",
"@vendor_ts__quote-1.0.40//:quote",
"@vendor_ts__quote-1.0.41//:quote",
"@vendor_ts__syn-2.0.106//:syn",
"@vendor_ts__synstructure-0.13.2//:synstructure",
],

View File

@@ -92,7 +92,7 @@ rust_library(
deps = [
"@vendor_ts__dyn-clone-1.0.20//:dyn_clone",
"@vendor_ts__ref-cast-1.0.24//:ref_cast",
"@vendor_ts__serde-1.0.219//:serde",
"@vendor_ts__serde_json-1.0.143//:serde_json",
"@vendor_ts__serde-1.0.228//:serde",
"@vendor_ts__serde_json-1.0.145//:serde_json",
],
)

View File

@@ -92,7 +92,7 @@ rust_library(
deps = [
"@vendor_ts__dyn-clone-1.0.20//:dyn_clone",
"@vendor_ts__ref-cast-1.0.24//:ref_cast",
"@vendor_ts__serde-1.0.219//:serde",
"@vendor_ts__serde_json-1.0.143//:serde_json",
"@vendor_ts__serde-1.0.228//:serde",
"@vendor_ts__serde_json-1.0.145//:serde_json",
],
)

View File

@@ -100,7 +100,7 @@ rust_library(
version = "1.0.26",
deps = [
"@vendor_ts__semver-1.0.26//:build_script_build",
"@vendor_ts__serde-1.0.219//:serde",
"@vendor_ts__serde-1.0.228//:serde",
],
)

View File

@@ -46,9 +46,9 @@ rust_library(
"std",
],
crate_root = "src/lib.rs",
edition = "2018",
edition = "2021",
proc_macro_deps = [
"@vendor_ts__serde_derive-1.0.219//:serde_derive",
"@vendor_ts__serde_derive-1.0.228//:serde_derive",
],
rustc_env_files = [
":cargo_toml_env_vars",
@@ -102,9 +102,10 @@ rust_library(
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
"//conditions:default": ["@platforms//:incompatible"],
}),
version = "1.0.219",
version = "1.0.228",
deps = [
"@vendor_ts__serde-1.0.219//:build_script_build",
"@vendor_ts__serde-1.0.228//:build_script_build",
"@vendor_ts__serde_core-1.0.228//:serde_core",
],
)
@@ -148,7 +149,7 @@ cargo_build_script(
"WORKSPACE.bazel",
],
),
edition = "2018",
edition = "2021",
pkg_name = "serde",
rustc_env_files = [
":cargo_toml_env_vars",
@@ -163,7 +164,7 @@ cargo_build_script(
"noclippy",
"norustfmt",
],
version = "1.0.219",
version = "1.0.228",
visibility = ["//visibility:private"],
)

View File

@@ -91,7 +91,7 @@ rust_library(
version = "0.1.8",
deps = [
"@vendor_ts__erased-serde-0.4.6//:erased_serde",
"@vendor_ts__serde-1.0.219//:serde",
"@vendor_ts__serde-1.0.228//:serde",
"@vendor_ts__typeid-1.0.3//:typeid",
],
)

View File

@@ -91,6 +91,6 @@ rust_library(
version = "0.7.0",
deps = [
"@vendor_ts__ordered-float-2.10.1//:ordered_float",
"@vendor_ts__serde-1.0.219//:serde",
"@vendor_ts__serde-1.0.228//:serde",
],
)

View File

@@ -0,0 +1,167 @@
###############################################################################
# @generated
# DO NOT MODIFY: This file is auto-generated by a crate_universe tool. To
# regenerate this file, run the following:
#
# bazel run @@//misc/bazel/3rdparty:vendor_tree_sitter_extractors
###############################################################################
load(
"@rules_rust//cargo:defs.bzl",
"cargo_build_script",
"cargo_toml_env_vars",
)
load("@rules_rust//rust:defs.bzl", "rust_library")
package(default_visibility = ["//visibility:public"])
cargo_toml_env_vars(
name = "cargo_toml_env_vars",
src = "Cargo.toml",
)
rust_library(
name = "serde_core",
srcs = glob(
include = ["**/*.rs"],
allow_empty = True,
),
compile_data = glob(
include = ["**"],
allow_empty = True,
exclude = [
"**/* *",
".tmp_git_root/**/*",
"BUILD",
"BUILD.bazel",
"WORKSPACE",
"WORKSPACE.bazel",
],
),
crate_features = [
"alloc",
"result",
"std",
],
crate_root = "src/lib.rs",
edition = "2021",
rustc_env_files = [
":cargo_toml_env_vars",
],
rustc_flags = [
"--cap-lints=allow",
],
tags = [
"cargo-bazel",
"crate-name=serde_core",
"manual",
"noclippy",
"norustfmt",
],
target_compatible_with = select({
"@rules_rust//rust/platform:aarch64-apple-darwin": [],
"@rules_rust//rust/platform:aarch64-apple-ios": [],
"@rules_rust//rust/platform:aarch64-apple-ios-sim": [],
"@rules_rust//rust/platform:aarch64-linux-android": [],
"@rules_rust//rust/platform:aarch64-pc-windows-msvc": [],
"@rules_rust//rust/platform:aarch64-unknown-fuchsia": [],
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [],
"@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [],
"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [],
"@rules_rust//rust/platform:aarch64-unknown-uefi": [],
"@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [],
"@rules_rust//rust/platform:armv7-linux-androideabi": [],
"@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [],
"@rules_rust//rust/platform:i686-apple-darwin": [],
"@rules_rust//rust/platform:i686-linux-android": [],
"@rules_rust//rust/platform:i686-pc-windows-msvc": [],
"@rules_rust//rust/platform:i686-unknown-freebsd": [],
"@rules_rust//rust/platform:i686-unknown-linux-gnu": [],
"@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [],
"@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [],
"@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [],
"@rules_rust//rust/platform:s390x-unknown-linux-gnu": [],
"@rules_rust//rust/platform:thumbv7em-none-eabi": [],
"@rules_rust//rust/platform:thumbv8m.main-none-eabi": [],
"@rules_rust//rust/platform:wasm32-unknown-unknown": [],
"@rules_rust//rust/platform:wasm32-wasip1": [],
"@rules_rust//rust/platform:x86_64-apple-darwin": [],
"@rules_rust//rust/platform:x86_64-apple-ios": [],
"@rules_rust//rust/platform:x86_64-linux-android": [],
"@rules_rust//rust/platform:x86_64-pc-windows-msvc": [],
"@rules_rust//rust/platform:x86_64-unknown-freebsd": [],
"@rules_rust//rust/platform:x86_64-unknown-fuchsia": [],
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [],
"@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [],
"@rules_rust//rust/platform:x86_64-unknown-none": [],
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
"//conditions:default": ["@platforms//:incompatible"],
}),
version = "1.0.228",
deps = [
"@vendor_ts__serde_core-1.0.228//:build_script_build",
],
)
cargo_build_script(
name = "_bs",
srcs = glob(
include = ["**/*.rs"],
allow_empty = True,
),
compile_data = glob(
include = ["**"],
allow_empty = True,
exclude = [
"**/* *",
"**/*.rs",
".tmp_git_root/**/*",
"BUILD",
"BUILD.bazel",
"WORKSPACE",
"WORKSPACE.bazel",
],
),
crate_features = [
"alloc",
"result",
"std",
],
crate_name = "build_script_build",
crate_root = "build.rs",
data = glob(
include = ["**"],
allow_empty = True,
exclude = [
"**/* *",
".tmp_git_root/**/*",
"BUILD",
"BUILD.bazel",
"WORKSPACE",
"WORKSPACE.bazel",
],
),
edition = "2021",
pkg_name = "serde_core",
rustc_env_files = [
":cargo_toml_env_vars",
],
rustc_flags = [
"--cap-lints=allow",
],
tags = [
"cargo-bazel",
"crate-name=serde_core",
"manual",
"noclippy",
"norustfmt",
],
version = "1.0.228",
visibility = ["//visibility:private"],
)
alias(
name = "build_script_build",
actual = ":_bs",
tags = ["manual"],
)

View File

@@ -38,7 +38,7 @@ rust_proc_macro(
"default",
],
crate_root = "src/lib.rs",
edition = "2015",
edition = "2021",
rustc_env_files = [
":cargo_toml_env_vars",
],
@@ -91,10 +91,10 @@ rust_proc_macro(
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
"//conditions:default": ["@platforms//:incompatible"],
}),
version = "1.0.219",
version = "1.0.228",
deps = [
"@vendor_ts__proc-macro2-1.0.101//:proc_macro2",
"@vendor_ts__quote-1.0.40//:quote",
"@vendor_ts__quote-1.0.41//:quote",
"@vendor_ts__syn-2.0.106//:syn",
],
)

View File

@@ -155,55 +155,55 @@ rust_library(
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
"//conditions:default": ["@platforms//:incompatible"],
}),
version = "1.0.143",
version = "1.0.145",
deps = [
"@vendor_ts__itoa-1.0.15//:itoa",
"@vendor_ts__memchr-2.7.5//:memchr",
"@vendor_ts__ryu-1.0.20//:ryu",
"@vendor_ts__serde-1.0.219//:serde",
"@vendor_ts__serde_json-1.0.143//:build_script_build",
"@vendor_ts__serde_core-1.0.228//:serde_core",
"@vendor_ts__serde_json-1.0.145//:build_script_build",
] + select({
"@rules_rust//rust/platform:aarch64-apple-darwin": [
"@vendor_ts__indexmap-2.11.1//:indexmap", # aarch64-apple-darwin
"@vendor_ts__indexmap-2.11.4//:indexmap", # aarch64-apple-darwin
],
"@rules_rust//rust/platform:aarch64-pc-windows-msvc": [
"@vendor_ts__indexmap-2.11.1//:indexmap", # aarch64-pc-windows-msvc
"@vendor_ts__indexmap-2.11.4//:indexmap", # aarch64-pc-windows-msvc
],
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [
"@vendor_ts__indexmap-2.11.1//:indexmap", # aarch64-unknown-linux-gnu
"@vendor_ts__indexmap-2.11.4//:indexmap", # aarch64-unknown-linux-gnu
],
"@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [
"@vendor_ts__indexmap-2.11.1//:indexmap", # aarch64-unknown-linux-gnu, aarch64-unknown-nixos-gnu
"@vendor_ts__indexmap-2.11.4//:indexmap", # aarch64-unknown-linux-gnu, aarch64-unknown-nixos-gnu
],
"@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [
"@vendor_ts__indexmap-2.11.1//:indexmap", # arm-unknown-linux-gnueabi
"@vendor_ts__indexmap-2.11.4//:indexmap", # arm-unknown-linux-gnueabi
],
"@rules_rust//rust/platform:i686-pc-windows-msvc": [
"@vendor_ts__indexmap-2.11.1//:indexmap", # i686-pc-windows-msvc
"@vendor_ts__indexmap-2.11.4//:indexmap", # i686-pc-windows-msvc
],
"@rules_rust//rust/platform:i686-unknown-linux-gnu": [
"@vendor_ts__indexmap-2.11.1//:indexmap", # i686-unknown-linux-gnu
"@vendor_ts__indexmap-2.11.4//:indexmap", # i686-unknown-linux-gnu
],
"@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [
"@vendor_ts__indexmap-2.11.1//:indexmap", # powerpc-unknown-linux-gnu
"@vendor_ts__indexmap-2.11.4//:indexmap", # powerpc-unknown-linux-gnu
],
"@rules_rust//rust/platform:s390x-unknown-linux-gnu": [
"@vendor_ts__indexmap-2.11.1//:indexmap", # s390x-unknown-linux-gnu
"@vendor_ts__indexmap-2.11.4//:indexmap", # s390x-unknown-linux-gnu
],
"@rules_rust//rust/platform:x86_64-apple-darwin": [
"@vendor_ts__indexmap-2.11.1//:indexmap", # x86_64-apple-darwin
"@vendor_ts__indexmap-2.11.4//:indexmap", # x86_64-apple-darwin
],
"@rules_rust//rust/platform:x86_64-pc-windows-msvc": [
"@vendor_ts__indexmap-2.11.1//:indexmap", # x86_64-pc-windows-msvc
"@vendor_ts__indexmap-2.11.4//:indexmap", # x86_64-pc-windows-msvc
],
"@rules_rust//rust/platform:x86_64-unknown-freebsd": [
"@vendor_ts__indexmap-2.11.1//:indexmap", # x86_64-unknown-freebsd
"@vendor_ts__indexmap-2.11.4//:indexmap", # x86_64-unknown-freebsd
],
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [
"@vendor_ts__indexmap-2.11.1//:indexmap", # x86_64-unknown-linux-gnu
"@vendor_ts__indexmap-2.11.4//:indexmap", # x86_64-unknown-linux-gnu
],
"@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [
"@vendor_ts__indexmap-2.11.1//:indexmap", # x86_64-unknown-linux-gnu, x86_64-unknown-nixos-gnu
"@vendor_ts__indexmap-2.11.4//:indexmap", # x86_64-unknown-linux-gnu, x86_64-unknown-nixos-gnu
],
"//conditions:default": [],
}),
@@ -320,7 +320,7 @@ cargo_build_script(
"noclippy",
"norustfmt",
],
version = "1.0.143",
version = "1.0.145",
visibility = ["//visibility:private"],
)

View File

@@ -93,6 +93,6 @@ rust_library(
}),
version = "0.6.9",
deps = [
"@vendor_ts__serde-1.0.219//:serde",
"@vendor_ts__serde-1.0.228//:serde",
],
)

View File

@@ -93,8 +93,8 @@ rust_library(
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
"//conditions:default": ["@platforms//:incompatible"],
}),
version = "1.0.0",
version = "1.0.2",
deps = [
"@vendor_ts__serde-1.0.219//:serde",
"@vendor_ts__serde_core-1.0.228//:serde_core",
],
)

View File

@@ -43,8 +43,8 @@ rust_library(
crate_root = "src/lib.rs",
edition = "2021",
proc_macro_deps = [
"@vendor_ts__serde_derive-1.0.219//:serde_derive",
"@vendor_ts__serde_with_macros-3.14.0//:serde_with_macros",
"@vendor_ts__serde_derive-1.0.228//:serde_derive",
"@vendor_ts__serde_with_macros-3.14.1//:serde_with_macros",
],
rustc_env_files = [
":cargo_toml_env_vars",
@@ -98,8 +98,8 @@ rust_library(
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
"//conditions:default": ["@platforms//:incompatible"],
}),
version = "3.14.0",
version = "3.14.1",
deps = [
"@vendor_ts__serde-1.0.219//:serde",
"@vendor_ts__serde-1.0.228//:serde",
],
)

View File

@@ -88,11 +88,11 @@ rust_proc_macro(
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
"//conditions:default": ["@platforms//:incompatible"],
}),
version = "3.14.0",
version = "3.14.1",
deps = [
"@vendor_ts__darling-0.20.11//:darling",
"@vendor_ts__darling-0.21.3//:darling",
"@vendor_ts__proc-macro2-1.0.101//:proc_macro2",
"@vendor_ts__quote-1.0.40//:quote",
"@vendor_ts__quote-1.0.41//:quote",
"@vendor_ts__syn-2.0.106//:syn",
],
)

View File

@@ -90,10 +90,10 @@ rust_library(
}),
version = "0.9.34+deprecated",
deps = [
"@vendor_ts__indexmap-2.11.1//:indexmap",
"@vendor_ts__indexmap-2.11.4//:indexmap",
"@vendor_ts__itoa-1.0.15//:itoa",
"@vendor_ts__ryu-1.0.20//:ryu",
"@vendor_ts__serde-1.0.219//:serde",
"@vendor_ts__serde-1.0.228//:serde",
"@vendor_ts__unsafe-libyaml-0.2.11//:unsafe_libyaml",
],
)

View File

@@ -104,7 +104,7 @@ rust_library(
version = "2.0.106",
deps = [
"@vendor_ts__proc-macro2-1.0.101//:proc_macro2",
"@vendor_ts__quote-1.0.40//:quote",
"@vendor_ts__quote-1.0.41//:quote",
"@vendor_ts__unicode-ident-1.0.19//:unicode_ident",
],
)

View File

@@ -95,7 +95,7 @@ rust_library(
version = "0.13.2",
deps = [
"@vendor_ts__proc-macro2-1.0.101//:proc_macro2",
"@vendor_ts__quote-1.0.40//:quote",
"@vendor_ts__quote-1.0.41//:quote",
"@vendor_ts__syn-2.0.106//:syn",
],
)

View File

@@ -91,7 +91,7 @@ rust_proc_macro(
version = "2.0.16",
deps = [
"@vendor_ts__proc-macro2-1.0.101//:proc_macro2",
"@vendor_ts__quote-1.0.40//:quote",
"@vendor_ts__quote-1.0.41//:quote",
"@vendor_ts__syn-2.0.106//:syn",
],
)

View File

@@ -95,7 +95,7 @@ rust_library(
}),
version = "0.8.23",
deps = [
"@vendor_ts__serde-1.0.219//:serde",
"@vendor_ts__serde-1.0.228//:serde",
"@vendor_ts__serde_spanned-0.6.9//:serde_spanned",
"@vendor_ts__toml_datetime-0.6.11//:toml_datetime",
"@vendor_ts__toml_edit-0.22.27//:toml_edit",

View File

@@ -95,13 +95,13 @@ rust_library(
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
"//conditions:default": ["@platforms//:incompatible"],
}),
version = "0.9.5",
version = "0.9.7",
deps = [
"@vendor_ts__serde-1.0.219//:serde",
"@vendor_ts__serde_spanned-1.0.0//:serde_spanned",
"@vendor_ts__toml_datetime-0.7.0//:toml_datetime",
"@vendor_ts__toml_parser-1.0.2//:toml_parser",
"@vendor_ts__toml_writer-1.0.2//:toml_writer",
"@vendor_ts__serde_core-1.0.228//:serde_core",
"@vendor_ts__serde_spanned-1.0.2//:serde_spanned",
"@vendor_ts__toml_datetime-0.7.2//:toml_datetime",
"@vendor_ts__toml_parser-1.0.3//:toml_parser",
"@vendor_ts__toml_writer-1.0.3//:toml_writer",
"@vendor_ts__winnow-0.7.13//:winnow",
],
)

View File

@@ -93,6 +93,6 @@ rust_library(
}),
version = "0.6.11",
deps = [
"@vendor_ts__serde-1.0.219//:serde",
"@vendor_ts__serde-1.0.228//:serde",
],
)

View File

@@ -93,8 +93,8 @@ rust_library(
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
"//conditions:default": ["@platforms//:incompatible"],
}),
version = "0.7.0",
version = "0.7.2",
deps = [
"@vendor_ts__serde-1.0.219//:serde",
"@vendor_ts__serde_core-1.0.228//:serde_core",
],
)

View File

@@ -95,8 +95,8 @@ rust_library(
}),
version = "0.22.27",
deps = [
"@vendor_ts__indexmap-2.11.1//:indexmap",
"@vendor_ts__serde-1.0.219//:serde",
"@vendor_ts__indexmap-2.11.4//:indexmap",
"@vendor_ts__serde-1.0.228//:serde",
"@vendor_ts__serde_spanned-0.6.9//:serde_spanned",
"@vendor_ts__toml_datetime-0.6.11//:toml_datetime",
"@vendor_ts__toml_write-0.1.2//:toml_write",

View File

@@ -92,7 +92,7 @@ rust_library(
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
"//conditions:default": ["@platforms//:incompatible"],
}),
version = "1.0.2",
version = "1.0.3",
deps = [
"@vendor_ts__winnow-0.7.13//:winnow",
],

View File

@@ -92,5 +92,5 @@ rust_library(
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
"//conditions:default": ["@platforms//:incompatible"],
}),
version = "1.0.2",
version = "1.0.3",
)

View File

@@ -91,7 +91,7 @@ rust_proc_macro(
version = "0.1.30",
deps = [
"@vendor_ts__proc-macro2-1.0.101//:proc_macro2",
"@vendor_ts__quote-1.0.40//:quote",
"@vendor_ts__quote-1.0.41//:quote",
"@vendor_ts__syn-2.0.106//:syn",
],
)

View File

@@ -110,7 +110,7 @@ rust_library(
"@vendor_ts__matchers-0.2.0//:matchers",
"@vendor_ts__nu-ansi-term-0.50.1//:nu_ansi_term",
"@vendor_ts__once_cell-1.21.3//:once_cell",
"@vendor_ts__regex-automata-0.4.10//:regex_automata",
"@vendor_ts__regex-automata-0.4.11//:regex_automata",
"@vendor_ts__sharded-slab-0.1.7//:sharded_slab",
"@vendor_ts__smallvec-1.15.1//:smallvec",
"@vendor_ts__thread_local-1.1.9//:thread_local",

View File

@@ -98,7 +98,7 @@ rust_library(
}),
version = "0.25.9",
deps = [
"@vendor_ts__regex-1.11.2//:regex",
"@vendor_ts__regex-1.11.3//:regex",
"@vendor_ts__regex-syntax-0.8.6//:regex_syntax",
"@vendor_ts__streaming-iterator-0.1.9//:streaming_iterator",
"@vendor_ts__tree-sitter-0.25.9//:build_script_build",
@@ -163,7 +163,7 @@ cargo_build_script(
visibility = ["//visibility:private"],
deps = [
"@vendor_ts__cc-1.2.37//:cc",
"@vendor_ts__serde_json-1.0.143//:serde_json",
"@vendor_ts__serde_json-1.0.145//:serde_json",
],
)

View File

@@ -92,9 +92,9 @@ rust_library(
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
"//conditions:default": ["@platforms//:incompatible"],
}),
version = "0.23.2",
version = "0.25.0",
deps = [
"@vendor_ts__tree-sitter-embedded-template-0.23.2//:build_script_build",
"@vendor_ts__tree-sitter-embedded-template-0.25.0//:build_script_build",
"@vendor_ts__tree-sitter-language-0.1.5//:tree_sitter_language",
],
)
@@ -147,7 +147,7 @@ cargo_build_script(
"noclippy",
"norustfmt",
],
version = "0.23.2",
version = "0.25.0",
visibility = ["//visibility:private"],
deps = [
"@vendor_ts__cc-1.2.37//:cc",

View File

@@ -96,7 +96,7 @@ rust_library(
}),
version = "0.1.14",
deps = [
"@vendor_ts__serde-1.0.219//:serde",
"@vendor_ts__serde-1.0.228//:serde",
"@vendor_ts__stable_deref_trait-1.2.0//:stable_deref_trait",
],
)

View File

@@ -98,6 +98,6 @@ rust_library(
"@vendor_ts__form_urlencoded-1.2.2//:form_urlencoded",
"@vendor_ts__idna-1.1.0//:idna",
"@vendor_ts__percent-encoding-2.3.2//:percent_encoding",
"@vendor_ts__serde-1.0.219//:serde",
"@vendor_ts__serde-1.0.228//:serde",
],
)

View File

@@ -93,7 +93,7 @@ rust_library(
"@vendor_ts__bumpalo-3.19.0//:bumpalo",
"@vendor_ts__log-0.4.28//:log",
"@vendor_ts__proc-macro2-1.0.101//:proc_macro2",
"@vendor_ts__quote-1.0.40//:quote",
"@vendor_ts__quote-1.0.41//:quote",
"@vendor_ts__syn-2.0.106//:syn",
"@vendor_ts__wasm-bindgen-shared-0.2.101//:wasm_bindgen_shared",
],

View File

@@ -90,7 +90,7 @@ rust_proc_macro(
}),
version = "0.2.101",
deps = [
"@vendor_ts__quote-1.0.40//:quote",
"@vendor_ts__quote-1.0.41//:quote",
"@vendor_ts__wasm-bindgen-macro-support-0.2.101//:wasm_bindgen_macro_support",
],
)

View File

@@ -91,7 +91,7 @@ rust_library(
version = "0.2.101",
deps = [
"@vendor_ts__proc-macro2-1.0.101//:proc_macro2",
"@vendor_ts__quote-1.0.40//:quote",
"@vendor_ts__quote-1.0.41//:quote",
"@vendor_ts__syn-2.0.106//:syn",
"@vendor_ts__wasm-bindgen-backend-0.2.101//:wasm_bindgen_backend",
"@vendor_ts__wasm-bindgen-shared-0.2.101//:wasm_bindgen_shared",

View File

@@ -91,7 +91,7 @@ rust_proc_macro(
version = "0.60.0",
deps = [
"@vendor_ts__proc-macro2-1.0.101//:proc_macro2",
"@vendor_ts__quote-1.0.40//:quote",
"@vendor_ts__quote-1.0.41//:quote",
"@vendor_ts__syn-2.0.106//:syn",
],
)

View File

@@ -91,7 +91,7 @@ rust_proc_macro(
version = "0.59.1",
deps = [
"@vendor_ts__proc-macro2-1.0.101//:proc_macro2",
"@vendor_ts__quote-1.0.40//:quote",
"@vendor_ts__quote-1.0.41//:quote",
"@vendor_ts__syn-2.0.106//:syn",
],
)

View File

@@ -91,7 +91,7 @@ rust_proc_macro(
version = "0.8.0",
deps = [
"@vendor_ts__proc-macro2-1.0.101//:proc_macro2",
"@vendor_ts__quote-1.0.40//:quote",
"@vendor_ts__quote-1.0.41//:quote",
"@vendor_ts__syn-2.0.106//:syn",
"@vendor_ts__synstructure-0.13.2//:synstructure",
],

View File

@@ -91,7 +91,7 @@ rust_proc_macro(
version = "0.8.27",
deps = [
"@vendor_ts__proc-macro2-1.0.101//:proc_macro2",
"@vendor_ts__quote-1.0.40//:quote",
"@vendor_ts__quote-1.0.41//:quote",
"@vendor_ts__syn-2.0.106//:syn",
],
)

View File

@@ -91,7 +91,7 @@ rust_proc_macro(
version = "0.1.6",
deps = [
"@vendor_ts__proc-macro2-1.0.101//:proc_macro2",
"@vendor_ts__quote-1.0.40//:quote",
"@vendor_ts__quote-1.0.41//:quote",
"@vendor_ts__syn-2.0.106//:syn",
"@vendor_ts__synstructure-0.13.2//:synstructure",
],

View File

@@ -91,7 +91,7 @@ rust_proc_macro(
version = "0.11.1",
deps = [
"@vendor_ts__proc-macro2-1.0.101//:proc_macro2",
"@vendor_ts__quote-1.0.40//:quote",
"@vendor_ts__quote-1.0.41//:quote",
"@vendor_ts__syn-2.0.106//:syn",
],
)

View File

@@ -295,28 +295,28 @@ def aliases(
_NORMAL_DEPENDENCIES = {
"ruby/extractor": {
_COMMON_CONDITION: {
"clap": Label("@vendor_ts__clap-4.5.47//:clap"),
"clap": Label("@vendor_ts__clap-4.5.48//:clap"),
"encoding": Label("@vendor_ts__encoding-0.2.33//:encoding"),
"lazy_static": Label("@vendor_ts__lazy_static-1.5.0//:lazy_static"),
"rayon": Label("@vendor_ts__rayon-1.11.0//:rayon"),
"regex": Label("@vendor_ts__regex-1.11.2//:regex"),
"serde_json": Label("@vendor_ts__serde_json-1.0.143//:serde_json"),
"regex": Label("@vendor_ts__regex-1.11.3//:regex"),
"serde_json": Label("@vendor_ts__serde_json-1.0.145//:serde_json"),
"tracing": Label("@vendor_ts__tracing-0.1.41//:tracing"),
"tracing-subscriber": Label("@vendor_ts__tracing-subscriber-0.3.20//:tracing_subscriber"),
"tree-sitter": Label("@vendor_ts__tree-sitter-0.25.9//:tree_sitter"),
"tree-sitter-embedded-template": Label("@vendor_ts__tree-sitter-embedded-template-0.23.2//:tree_sitter_embedded_template"),
"tree-sitter-embedded-template": Label("@vendor_ts__tree-sitter-embedded-template-0.25.0//:tree_sitter_embedded_template"),
"tree-sitter-ruby": Label("@vendor_ts__tree-sitter-ruby-0.23.1//:tree_sitter_ruby"),
},
},
"rust/ast-generator": {
_COMMON_CONDITION: {
"anyhow": Label("@vendor_ts__anyhow-1.0.99//:anyhow"),
"anyhow": Label("@vendor_ts__anyhow-1.0.100//:anyhow"),
"either": Label("@vendor_ts__either-1.15.0//:either"),
"itertools": Label("@vendor_ts__itertools-0.14.0//:itertools"),
"mustache": Label("@vendor_ts__mustache-0.9.0//:mustache"),
"proc-macro2": Label("@vendor_ts__proc-macro2-1.0.101//:proc_macro2"),
"quote": Label("@vendor_ts__quote-1.0.40//:quote"),
"serde": Label("@vendor_ts__serde-1.0.219//:serde"),
"quote": Label("@vendor_ts__quote-1.0.41//:quote"),
"serde": Label("@vendor_ts__serde-1.0.228//:serde"),
"stdx": Label("@vendor_ts__ra_ap_stdx-0.0.301//:ra_ap_stdx"),
"ungrammar": Label("@vendor_ts__ungrammar-1.16.1//:ungrammar"),
},
@@ -325,11 +325,11 @@ _NORMAL_DEPENDENCIES = {
},
"rust/extractor": {
_COMMON_CONDITION: {
"anyhow": Label("@vendor_ts__anyhow-1.0.99//:anyhow"),
"anyhow": Label("@vendor_ts__anyhow-1.0.100//:anyhow"),
"argfile": Label("@vendor_ts__argfile-0.2.1//:argfile"),
"chalk-ir": Label("@vendor_ts__chalk-ir-0.104.0//:chalk_ir"),
"chrono": Label("@vendor_ts__chrono-0.4.42//:chrono"),
"clap": Label("@vendor_ts__clap-4.5.47//:clap"),
"clap": Label("@vendor_ts__clap-4.5.48//:clap"),
"dunce": Label("@vendor_ts__dunce-1.0.5//:dunce"),
"figment": Label("@vendor_ts__figment-0.10.19//:figment"),
"glob": Label("@vendor_ts__glob-0.3.3//:glob"),
@@ -351,10 +351,10 @@ _NORMAL_DEPENDENCIES = {
"ra_ap_span": Label("@vendor_ts__ra_ap_span-0.0.301//:ra_ap_span"),
"ra_ap_syntax": Label("@vendor_ts__ra_ap_syntax-0.0.301//:ra_ap_syntax"),
"ra_ap_vfs": Label("@vendor_ts__ra_ap_vfs-0.0.301//:ra_ap_vfs"),
"serde": Label("@vendor_ts__serde-1.0.219//:serde"),
"serde_json": Label("@vendor_ts__serde_json-1.0.143//:serde_json"),
"serde_with": Label("@vendor_ts__serde_with-3.14.0//:serde_with"),
"toml": Label("@vendor_ts__toml-0.9.5//:toml"),
"serde": Label("@vendor_ts__serde-1.0.228//:serde"),
"serde_json": Label("@vendor_ts__serde_json-1.0.145//:serde_json"),
"serde_with": Label("@vendor_ts__serde_with-3.14.1//:serde_with"),
"toml": Label("@vendor_ts__toml-0.9.7//:toml"),
"tracing": Label("@vendor_ts__tracing-0.1.41//:tracing"),
"tracing-flame": Label("@vendor_ts__tracing-flame-0.2.0//:tracing_flame"),
"tracing-subscriber": Label("@vendor_ts__tracing-subscriber-0.3.20//:tracing_subscriber"),
@@ -363,7 +363,7 @@ _NORMAL_DEPENDENCIES = {
},
"rust/extractor/macros": {
_COMMON_CONDITION: {
"quote": Label("@vendor_ts__quote-1.0.40//:quote"),
"quote": Label("@vendor_ts__quote-1.0.41//:quote"),
"syn": Label("@vendor_ts__syn-2.0.106//:syn"),
},
},
@@ -376,9 +376,9 @@ _NORMAL_DEPENDENCIES = {
"lazy_static": Label("@vendor_ts__lazy_static-1.5.0//:lazy_static"),
"num_cpus": Label("@vendor_ts__num_cpus-1.17.0//:num_cpus"),
"rayon": Label("@vendor_ts__rayon-1.11.0//:rayon"),
"regex": Label("@vendor_ts__regex-1.11.2//:regex"),
"serde": Label("@vendor_ts__serde-1.0.219//:serde"),
"serde_json": Label("@vendor_ts__serde_json-1.0.143//:serde_json"),
"regex": Label("@vendor_ts__regex-1.11.3//:regex"),
"serde": Label("@vendor_ts__serde-1.0.228//:serde"),
"serde_json": Label("@vendor_ts__serde_json-1.0.145//:serde_json"),
"tracing": Label("@vendor_ts__tracing-0.1.41//:tracing"),
"tracing-subscriber": Label("@vendor_ts__tracing-subscriber-0.3.20//:tracing_subscriber"),
"tree-sitter": Label("@vendor_ts__tree-sitter-0.25.9//:tree_sitter"),
@@ -748,12 +748,12 @@ def crate_repositories():
maybe(
http_archive,
name = "vendor_ts__anyhow-1.0.99",
sha256 = "b0674a1ddeecb70197781e945de4b3b8ffb61fa939a5597bcf48503737663100",
name = "vendor_ts__anyhow-1.0.100",
sha256 = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61",
type = "tar.gz",
urls = ["https://static.crates.io/crates/anyhow/1.0.99/download"],
strip_prefix = "anyhow-1.0.99",
build_file = Label("//misc/bazel/3rdparty/tree_sitter_extractors_deps:BUILD.anyhow-1.0.99.bazel"),
urls = ["https://static.crates.io/crates/anyhow/1.0.100/download"],
strip_prefix = "anyhow-1.0.100",
build_file = Label("//misc/bazel/3rdparty/tree_sitter_extractors_deps:BUILD.anyhow-1.0.100.bazel"),
)
maybe(
@@ -1018,22 +1018,22 @@ def crate_repositories():
maybe(
http_archive,
name = "vendor_ts__clap-4.5.47",
sha256 = "7eac00902d9d136acd712710d71823fb8ac8004ca445a89e73a41d45aa712931",
name = "vendor_ts__clap-4.5.48",
sha256 = "e2134bb3ea021b78629caa971416385309e0131b351b25e01dc16fb54e1b5fae",
type = "tar.gz",
urls = ["https://static.crates.io/crates/clap/4.5.47/download"],
strip_prefix = "clap-4.5.47",
build_file = Label("//misc/bazel/3rdparty/tree_sitter_extractors_deps:BUILD.clap-4.5.47.bazel"),
urls = ["https://static.crates.io/crates/clap/4.5.48/download"],
strip_prefix = "clap-4.5.48",
build_file = Label("//misc/bazel/3rdparty/tree_sitter_extractors_deps:BUILD.clap-4.5.48.bazel"),
)
maybe(
http_archive,
name = "vendor_ts__clap_builder-4.5.47",
sha256 = "2ad9bbf750e73b5884fb8a211a9424a1906c1e156724260fdae972f31d70e1d6",
name = "vendor_ts__clap_builder-4.5.48",
sha256 = "c2ba64afa3c0a6df7fa517765e31314e983f51dda798ffba27b988194fb65dc9",
type = "tar.gz",
urls = ["https://static.crates.io/crates/clap_builder/4.5.47/download"],
strip_prefix = "clap_builder-4.5.47",
build_file = Label("//misc/bazel/3rdparty/tree_sitter_extractors_deps:BUILD.clap_builder-4.5.47.bazel"),
urls = ["https://static.crates.io/crates/clap_builder/4.5.48/download"],
strip_prefix = "clap_builder-4.5.48",
build_file = Label("//misc/bazel/3rdparty/tree_sitter_extractors_deps:BUILD.clap_builder-4.5.48.bazel"),
)
maybe(
@@ -1158,32 +1158,32 @@ def crate_repositories():
maybe(
http_archive,
name = "vendor_ts__darling-0.20.11",
sha256 = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee",
name = "vendor_ts__darling-0.21.3",
sha256 = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0",
type = "tar.gz",
urls = ["https://static.crates.io/crates/darling/0.20.11/download"],
strip_prefix = "darling-0.20.11",
build_file = Label("//misc/bazel/3rdparty/tree_sitter_extractors_deps:BUILD.darling-0.20.11.bazel"),
urls = ["https://static.crates.io/crates/darling/0.21.3/download"],
strip_prefix = "darling-0.21.3",
build_file = Label("//misc/bazel/3rdparty/tree_sitter_extractors_deps:BUILD.darling-0.21.3.bazel"),
)
maybe(
http_archive,
name = "vendor_ts__darling_core-0.20.11",
sha256 = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e",
name = "vendor_ts__darling_core-0.21.3",
sha256 = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4",
type = "tar.gz",
urls = ["https://static.crates.io/crates/darling_core/0.20.11/download"],
strip_prefix = "darling_core-0.20.11",
build_file = Label("//misc/bazel/3rdparty/tree_sitter_extractors_deps:BUILD.darling_core-0.20.11.bazel"),
urls = ["https://static.crates.io/crates/darling_core/0.21.3/download"],
strip_prefix = "darling_core-0.21.3",
build_file = Label("//misc/bazel/3rdparty/tree_sitter_extractors_deps:BUILD.darling_core-0.21.3.bazel"),
)
maybe(
http_archive,
name = "vendor_ts__darling_macro-0.20.11",
sha256 = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead",
name = "vendor_ts__darling_macro-0.21.3",
sha256 = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81",
type = "tar.gz",
urls = ["https://static.crates.io/crates/darling_macro/0.20.11/download"],
strip_prefix = "darling_macro-0.20.11",
build_file = Label("//misc/bazel/3rdparty/tree_sitter_extractors_deps:BUILD.darling_macro-0.20.11.bazel"),
urls = ["https://static.crates.io/crates/darling_macro/0.21.3/download"],
strip_prefix = "darling_macro-0.21.3",
build_file = Label("//misc/bazel/3rdparty/tree_sitter_extractors_deps:BUILD.darling_macro-0.21.3.bazel"),
)
maybe(
@@ -1698,12 +1698,12 @@ def crate_repositories():
maybe(
http_archive,
name = "vendor_ts__indexmap-2.11.1",
sha256 = "206a8042aec68fa4a62e8d3f7aa4ceb508177d9324faf261e1959e495b7a1921",
name = "vendor_ts__indexmap-2.11.4",
sha256 = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5",
type = "tar.gz",
urls = ["https://static.crates.io/crates/indexmap/2.11.1/download"],
strip_prefix = "indexmap-2.11.1",
build_file = Label("//misc/bazel/3rdparty/tree_sitter_extractors_deps:BUILD.indexmap-2.11.1.bazel"),
urls = ["https://static.crates.io/crates/indexmap/2.11.4/download"],
strip_prefix = "indexmap-2.11.4",
build_file = Label("//misc/bazel/3rdparty/tree_sitter_extractors_deps:BUILD.indexmap-2.11.4.bazel"),
)
maybe(
@@ -2278,12 +2278,12 @@ def crate_repositories():
maybe(
http_archive,
name = "vendor_ts__quote-1.0.40",
sha256 = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d",
name = "vendor_ts__quote-1.0.41",
sha256 = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1",
type = "tar.gz",
urls = ["https://static.crates.io/crates/quote/1.0.40/download"],
strip_prefix = "quote-1.0.40",
build_file = Label("//misc/bazel/3rdparty/tree_sitter_extractors_deps:BUILD.quote-1.0.40.bazel"),
urls = ["https://static.crates.io/crates/quote/1.0.41/download"],
strip_prefix = "quote-1.0.41",
build_file = Label("//misc/bazel/3rdparty/tree_sitter_extractors_deps:BUILD.quote-1.0.41.bazel"),
)
maybe(
@@ -2708,22 +2708,22 @@ def crate_repositories():
maybe(
http_archive,
name = "vendor_ts__regex-1.11.2",
sha256 = "23d7fd106d8c02486a8d64e778353d1cffe08ce79ac2e82f540c86d0facf6912",
name = "vendor_ts__regex-1.11.3",
sha256 = "8b5288124840bee7b386bc413c487869b360b2b4ec421ea56425128692f2a82c",
type = "tar.gz",
urls = ["https://static.crates.io/crates/regex/1.11.2/download"],
strip_prefix = "regex-1.11.2",
build_file = Label("//misc/bazel/3rdparty/tree_sitter_extractors_deps:BUILD.regex-1.11.2.bazel"),
urls = ["https://static.crates.io/crates/regex/1.11.3/download"],
strip_prefix = "regex-1.11.3",
build_file = Label("//misc/bazel/3rdparty/tree_sitter_extractors_deps:BUILD.regex-1.11.3.bazel"),
)
maybe(
http_archive,
name = "vendor_ts__regex-automata-0.4.10",
sha256 = "6b9458fa0bfeeac22b5ca447c63aaf45f28439a709ccd244698632f9aa6394d6",
name = "vendor_ts__regex-automata-0.4.11",
sha256 = "833eb9ce86d40ef33cb1306d8accf7bc8ec2bfea4355cbdebb3df68b40925cad",
type = "tar.gz",
urls = ["https://static.crates.io/crates/regex-automata/0.4.10/download"],
strip_prefix = "regex-automata-0.4.10",
build_file = Label("//misc/bazel/3rdparty/tree_sitter_extractors_deps:BUILD.regex-automata-0.4.10.bazel"),
urls = ["https://static.crates.io/crates/regex-automata/0.4.11/download"],
strip_prefix = "regex-automata-0.4.11",
build_file = Label("//misc/bazel/3rdparty/tree_sitter_extractors_deps:BUILD.regex-automata-0.4.11.bazel"),
)
maybe(
@@ -2918,12 +2918,12 @@ def crate_repositories():
maybe(
http_archive,
name = "vendor_ts__serde-1.0.219",
sha256 = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6",
name = "vendor_ts__serde-1.0.228",
sha256 = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e",
type = "tar.gz",
urls = ["https://static.crates.io/crates/serde/1.0.219/download"],
strip_prefix = "serde-1.0.219",
build_file = Label("//misc/bazel/3rdparty/tree_sitter_extractors_deps:BUILD.serde-1.0.219.bazel"),
urls = ["https://static.crates.io/crates/serde/1.0.228/download"],
strip_prefix = "serde-1.0.228",
build_file = Label("//misc/bazel/3rdparty/tree_sitter_extractors_deps:BUILD.serde-1.0.228.bazel"),
)
maybe(
@@ -2948,22 +2948,32 @@ def crate_repositories():
maybe(
http_archive,
name = "vendor_ts__serde_derive-1.0.219",
sha256 = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00",
name = "vendor_ts__serde_core-1.0.228",
sha256 = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad",
type = "tar.gz",
urls = ["https://static.crates.io/crates/serde_derive/1.0.219/download"],
strip_prefix = "serde_derive-1.0.219",
build_file = Label("//misc/bazel/3rdparty/tree_sitter_extractors_deps:BUILD.serde_derive-1.0.219.bazel"),
urls = ["https://static.crates.io/crates/serde_core/1.0.228/download"],
strip_prefix = "serde_core-1.0.228",
build_file = Label("//misc/bazel/3rdparty/tree_sitter_extractors_deps:BUILD.serde_core-1.0.228.bazel"),
)
maybe(
http_archive,
name = "vendor_ts__serde_json-1.0.143",
sha256 = "d401abef1d108fbd9cbaebc3e46611f4b1021f714a0597a71f41ee463f5f4a5a",
name = "vendor_ts__serde_derive-1.0.228",
sha256 = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79",
type = "tar.gz",
urls = ["https://static.crates.io/crates/serde_json/1.0.143/download"],
strip_prefix = "serde_json-1.0.143",
build_file = Label("//misc/bazel/3rdparty/tree_sitter_extractors_deps:BUILD.serde_json-1.0.143.bazel"),
urls = ["https://static.crates.io/crates/serde_derive/1.0.228/download"],
strip_prefix = "serde_derive-1.0.228",
build_file = Label("//misc/bazel/3rdparty/tree_sitter_extractors_deps:BUILD.serde_derive-1.0.228.bazel"),
)
maybe(
http_archive,
name = "vendor_ts__serde_json-1.0.145",
sha256 = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c",
type = "tar.gz",
urls = ["https://static.crates.io/crates/serde_json/1.0.145/download"],
strip_prefix = "serde_json-1.0.145",
build_file = Label("//misc/bazel/3rdparty/tree_sitter_extractors_deps:BUILD.serde_json-1.0.145.bazel"),
)
maybe(
@@ -2978,32 +2988,32 @@ def crate_repositories():
maybe(
http_archive,
name = "vendor_ts__serde_spanned-1.0.0",
sha256 = "40734c41988f7306bb04f0ecf60ec0f3f1caa34290e4e8ea471dcd3346483b83",
name = "vendor_ts__serde_spanned-1.0.2",
sha256 = "5417783452c2be558477e104686f7de5dae53dba813c28435e0e70f82d9b04ee",
type = "tar.gz",
urls = ["https://static.crates.io/crates/serde_spanned/1.0.0/download"],
strip_prefix = "serde_spanned-1.0.0",
build_file = Label("//misc/bazel/3rdparty/tree_sitter_extractors_deps:BUILD.serde_spanned-1.0.0.bazel"),
urls = ["https://static.crates.io/crates/serde_spanned/1.0.2/download"],
strip_prefix = "serde_spanned-1.0.2",
build_file = Label("//misc/bazel/3rdparty/tree_sitter_extractors_deps:BUILD.serde_spanned-1.0.2.bazel"),
)
maybe(
http_archive,
name = "vendor_ts__serde_with-3.14.0",
sha256 = "f2c45cd61fefa9db6f254525d46e392b852e0e61d9a1fd36e5bd183450a556d5",
name = "vendor_ts__serde_with-3.14.1",
sha256 = "c522100790450cf78eeac1507263d0a350d4d5b30df0c8e1fe051a10c22b376e",
type = "tar.gz",
urls = ["https://static.crates.io/crates/serde_with/3.14.0/download"],
strip_prefix = "serde_with-3.14.0",
build_file = Label("//misc/bazel/3rdparty/tree_sitter_extractors_deps:BUILD.serde_with-3.14.0.bazel"),
urls = ["https://static.crates.io/crates/serde_with/3.14.1/download"],
strip_prefix = "serde_with-3.14.1",
build_file = Label("//misc/bazel/3rdparty/tree_sitter_extractors_deps:BUILD.serde_with-3.14.1.bazel"),
)
maybe(
http_archive,
name = "vendor_ts__serde_with_macros-3.14.0",
sha256 = "de90945e6565ce0d9a25098082ed4ee4002e047cb59892c318d66821e14bb30f",
name = "vendor_ts__serde_with_macros-3.14.1",
sha256 = "327ada00f7d64abaac1e55a6911e90cf665aa051b9a561c7006c157f4633135e",
type = "tar.gz",
urls = ["https://static.crates.io/crates/serde_with_macros/3.14.0/download"],
strip_prefix = "serde_with_macros-3.14.0",
build_file = Label("//misc/bazel/3rdparty/tree_sitter_extractors_deps:BUILD.serde_with_macros-3.14.0.bazel"),
urls = ["https://static.crates.io/crates/serde_with_macros/3.14.1/download"],
strip_prefix = "serde_with_macros-3.14.1",
build_file = Label("//misc/bazel/3rdparty/tree_sitter_extractors_deps:BUILD.serde_with_macros-3.14.1.bazel"),
)
maybe(
@@ -3218,12 +3228,12 @@ def crate_repositories():
maybe(
http_archive,
name = "vendor_ts__toml-0.9.5",
sha256 = "75129e1dc5000bfbaa9fee9d1b21f974f9fbad9daec557a521ee6e080825f6e8",
name = "vendor_ts__toml-0.9.7",
sha256 = "00e5e5d9bf2475ac9d4f0d9edab68cc573dc2fd644b0dba36b0c30a92dd9eaa0",
type = "tar.gz",
urls = ["https://static.crates.io/crates/toml/0.9.5/download"],
strip_prefix = "toml-0.9.5",
build_file = Label("//misc/bazel/3rdparty/tree_sitter_extractors_deps:BUILD.toml-0.9.5.bazel"),
urls = ["https://static.crates.io/crates/toml/0.9.7/download"],
strip_prefix = "toml-0.9.7",
build_file = Label("//misc/bazel/3rdparty/tree_sitter_extractors_deps:BUILD.toml-0.9.7.bazel"),
)
maybe(
@@ -3238,12 +3248,12 @@ def crate_repositories():
maybe(
http_archive,
name = "vendor_ts__toml_datetime-0.7.0",
sha256 = "bade1c3e902f58d73d3f294cd7f20391c1cb2fbcb643b73566bc773971df91e3",
name = "vendor_ts__toml_datetime-0.7.2",
sha256 = "32f1085dec27c2b6632b04c80b3bb1b4300d6495d1e129693bdda7d91e72eec1",
type = "tar.gz",
urls = ["https://static.crates.io/crates/toml_datetime/0.7.0/download"],
strip_prefix = "toml_datetime-0.7.0",
build_file = Label("//misc/bazel/3rdparty/tree_sitter_extractors_deps:BUILD.toml_datetime-0.7.0.bazel"),
urls = ["https://static.crates.io/crates/toml_datetime/0.7.2/download"],
strip_prefix = "toml_datetime-0.7.2",
build_file = Label("//misc/bazel/3rdparty/tree_sitter_extractors_deps:BUILD.toml_datetime-0.7.2.bazel"),
)
maybe(
@@ -3258,12 +3268,12 @@ def crate_repositories():
maybe(
http_archive,
name = "vendor_ts__toml_parser-1.0.2",
sha256 = "b551886f449aa90d4fe2bdaa9f4a2577ad2dde302c61ecf262d80b116db95c10",
name = "vendor_ts__toml_parser-1.0.3",
sha256 = "4cf893c33be71572e0e9aa6dd15e6677937abd686b066eac3f8cd3531688a627",
type = "tar.gz",
urls = ["https://static.crates.io/crates/toml_parser/1.0.2/download"],
strip_prefix = "toml_parser-1.0.2",
build_file = Label("//misc/bazel/3rdparty/tree_sitter_extractors_deps:BUILD.toml_parser-1.0.2.bazel"),
urls = ["https://static.crates.io/crates/toml_parser/1.0.3/download"],
strip_prefix = "toml_parser-1.0.3",
build_file = Label("//misc/bazel/3rdparty/tree_sitter_extractors_deps:BUILD.toml_parser-1.0.3.bazel"),
)
maybe(
@@ -3278,12 +3288,12 @@ def crate_repositories():
maybe(
http_archive,
name = "vendor_ts__toml_writer-1.0.2",
sha256 = "fcc842091f2def52017664b53082ecbbeb5c7731092bad69d2c63050401dfd64",
name = "vendor_ts__toml_writer-1.0.3",
sha256 = "d163a63c116ce562a22cda521fcc4d79152e7aba014456fb5eb442f6d6a10109",
type = "tar.gz",
urls = ["https://static.crates.io/crates/toml_writer/1.0.2/download"],
strip_prefix = "toml_writer-1.0.2",
build_file = Label("//misc/bazel/3rdparty/tree_sitter_extractors_deps:BUILD.toml_writer-1.0.2.bazel"),
urls = ["https://static.crates.io/crates/toml_writer/1.0.3/download"],
strip_prefix = "toml_writer-1.0.3",
build_file = Label("//misc/bazel/3rdparty/tree_sitter_extractors_deps:BUILD.toml_writer-1.0.3.bazel"),
)
maybe(
@@ -3358,12 +3368,12 @@ def crate_repositories():
maybe(
http_archive,
name = "vendor_ts__tree-sitter-embedded-template-0.23.2",
sha256 = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af",
name = "vendor_ts__tree-sitter-embedded-template-0.25.0",
sha256 = "833d528e8fcb4e49ddb04d4d6450ddb8ac08f282a58fec94ce981c9c5dbf7e3a",
type = "tar.gz",
urls = ["https://static.crates.io/crates/tree-sitter-embedded-template/0.23.2/download"],
strip_prefix = "tree-sitter-embedded-template-0.23.2",
build_file = Label("//misc/bazel/3rdparty/tree_sitter_extractors_deps:BUILD.tree-sitter-embedded-template-0.23.2.bazel"),
urls = ["https://static.crates.io/crates/tree-sitter-embedded-template/0.25.0/download"],
strip_prefix = "tree-sitter-embedded-template-0.25.0",
build_file = Label("//misc/bazel/3rdparty/tree_sitter_extractors_deps:BUILD.tree-sitter-embedded-template-0.25.0.bazel"),
)
maybe(
@@ -4097,11 +4107,11 @@ def crate_repositories():
)
return [
struct(repo = "vendor_ts__anyhow-1.0.99", is_dev_dep = False),
struct(repo = "vendor_ts__anyhow-1.0.100", is_dev_dep = False),
struct(repo = "vendor_ts__argfile-0.2.1", is_dev_dep = False),
struct(repo = "vendor_ts__chalk-ir-0.104.0", is_dev_dep = False),
struct(repo = "vendor_ts__chrono-0.4.42", is_dev_dep = False),
struct(repo = "vendor_ts__clap-4.5.47", is_dev_dep = False),
struct(repo = "vendor_ts__clap-4.5.48", is_dev_dep = False),
struct(repo = "vendor_ts__dunce-1.0.5", is_dev_dep = False),
struct(repo = "vendor_ts__either-1.15.0", is_dev_dep = False),
struct(repo = "vendor_ts__encoding-0.2.33", is_dev_dep = False),
@@ -4115,7 +4125,7 @@ def crate_repositories():
struct(repo = "vendor_ts__num-traits-0.2.19", is_dev_dep = False),
struct(repo = "vendor_ts__num_cpus-1.17.0", is_dev_dep = False),
struct(repo = "vendor_ts__proc-macro2-1.0.101", is_dev_dep = False),
struct(repo = "vendor_ts__quote-1.0.40", is_dev_dep = False),
struct(repo = "vendor_ts__quote-1.0.41", is_dev_dep = False),
struct(repo = "vendor_ts__ra_ap_base_db-0.0.301", is_dev_dep = False),
struct(repo = "vendor_ts__ra_ap_cfg-0.0.301", is_dev_dep = False),
struct(repo = "vendor_ts__ra_ap_hir-0.0.301", is_dev_dep = False),
@@ -4133,17 +4143,17 @@ def crate_repositories():
struct(repo = "vendor_ts__ra_ap_syntax-0.0.301", is_dev_dep = False),
struct(repo = "vendor_ts__ra_ap_vfs-0.0.301", is_dev_dep = False),
struct(repo = "vendor_ts__rayon-1.11.0", is_dev_dep = False),
struct(repo = "vendor_ts__regex-1.11.2", is_dev_dep = False),
struct(repo = "vendor_ts__serde-1.0.219", is_dev_dep = False),
struct(repo = "vendor_ts__serde_json-1.0.143", is_dev_dep = False),
struct(repo = "vendor_ts__serde_with-3.14.0", is_dev_dep = False),
struct(repo = "vendor_ts__regex-1.11.3", is_dev_dep = False),
struct(repo = "vendor_ts__serde-1.0.228", is_dev_dep = False),
struct(repo = "vendor_ts__serde_json-1.0.145", is_dev_dep = False),
struct(repo = "vendor_ts__serde_with-3.14.1", is_dev_dep = False),
struct(repo = "vendor_ts__syn-2.0.106", is_dev_dep = False),
struct(repo = "vendor_ts__toml-0.9.5", is_dev_dep = False),
struct(repo = "vendor_ts__toml-0.9.7", is_dev_dep = False),
struct(repo = "vendor_ts__tracing-0.1.41", is_dev_dep = False),
struct(repo = "vendor_ts__tracing-flame-0.2.0", is_dev_dep = False),
struct(repo = "vendor_ts__tracing-subscriber-0.3.20", is_dev_dep = False),
struct(repo = "vendor_ts__tree-sitter-0.25.9", is_dev_dep = False),
struct(repo = "vendor_ts__tree-sitter-embedded-template-0.23.2", is_dev_dep = False),
struct(repo = "vendor_ts__tree-sitter-embedded-template-0.25.0", is_dev_dep = False),
struct(repo = "vendor_ts__tree-sitter-ruby-0.23.1", is_dev_dep = False),
struct(repo = "vendor_ts__triomphe-0.1.14", is_dev_dep = False),
struct(repo = "vendor_ts__ungrammar-1.16.1", is_dev_dep = False),