mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Merge branch 'main' into post-release-prep/codeql-cli-2.21.1
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
/javascript/ @github/codeql-javascript
|
||||
/python/ @github/codeql-python
|
||||
/ruby/ @github/codeql-ruby
|
||||
/rust/ @github/codeql-rust
|
||||
/swift/ @github/codeql-swift
|
||||
/misc/codegen/ @github/codeql-swift
|
||||
/java/kotlin-extractor/ @github/codeql-kotlin
|
||||
@@ -41,6 +42,7 @@ MODULE.bazel @github/codeql-ci-reviewers
|
||||
/.github/workflows/go-* @github/codeql-go
|
||||
/.github/workflows/ql-for-ql-* @github/codeql-ql-for-ql-reviewers
|
||||
/.github/workflows/ruby-* @github/codeql-ruby
|
||||
/.github/workflows/rust.yml @github/codeql-rust
|
||||
/.github/workflows/swift.yml @github/codeql-swift
|
||||
|
||||
# Misc
|
||||
|
||||
277
Cargo.lock
generated
277
Cargo.lock
generated
@@ -154,15 +154,15 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
||||
|
||||
[[package]]
|
||||
name = "bitflags"
|
||||
version = "2.8.0"
|
||||
version = "2.9.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
|
||||
checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
|
||||
|
||||
[[package]]
|
||||
name = "borsh"
|
||||
version = "1.5.3"
|
||||
version = "1.5.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2506947f73ad44e344215ccd6403ac2ae18cd8e046e581a441bf8d199f257f03"
|
||||
checksum = "5430e3be710b68d984d1391c854eb431a9d548640711faa54eecb1df93db91cc"
|
||||
dependencies = [
|
||||
"cfg_aliases",
|
||||
]
|
||||
@@ -224,9 +224,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "cargo_metadata"
|
||||
version = "0.18.1"
|
||||
version = "0.19.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037"
|
||||
checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
|
||||
dependencies = [
|
||||
"camino",
|
||||
"cargo-platform",
|
||||
@@ -275,7 +275,7 @@ version = "0.100.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4f114996bda14c0213f014a4ef31a7867dcf5f539a3900477fc6b20138e7a17b"
|
||||
dependencies = [
|
||||
"bitflags 2.8.0",
|
||||
"bitflags 2.9.0",
|
||||
"chalk-derive",
|
||||
]
|
||||
|
||||
@@ -301,7 +301,7 @@ dependencies = [
|
||||
"chalk-derive",
|
||||
"chalk-ir",
|
||||
"ena",
|
||||
"indexmap 2.7.0",
|
||||
"indexmap 2.9.0",
|
||||
"itertools 0.12.1",
|
||||
"petgraph",
|
||||
"rustc-hash 1.1.0",
|
||||
@@ -325,9 +325,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "clap"
|
||||
version = "4.5.32"
|
||||
version = "4.5.35"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6088f3ae8c3608d19260cd7445411865a485688711b78b5be70d78cd96136f83"
|
||||
checksum = "d8aa86934b44c19c50f87cc2790e19f54f7a67aedb64101c2e1a2e5ecfb73944"
|
||||
dependencies = [
|
||||
"clap_builder",
|
||||
"clap_derive",
|
||||
@@ -335,9 +335,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "clap_builder"
|
||||
version = "4.5.32"
|
||||
version = "4.5.35"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "22a7ef7f676155edfb82daa97f99441f3ebf4a58d5e32f295a56259f1b6facc8"
|
||||
checksum = "2414dbb2dd0695280da6ea9261e327479e9d37b0630f6b53ba2a11c60c679fd9"
|
||||
dependencies = [
|
||||
"anstream",
|
||||
"anstyle",
|
||||
@@ -622,7 +622,7 @@ version = "0.14.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3d248bdd43ce613d87415282f69b9bb99d947d290b10962dd6c56233312c2ad5"
|
||||
dependencies = [
|
||||
"log 0.4.25",
|
||||
"log 0.4.27",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -691,9 +691,9 @@ checksum = "a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569"
|
||||
|
||||
[[package]]
|
||||
name = "equivalent"
|
||||
version = "1.0.1"
|
||||
version = "1.0.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
||||
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
||||
|
||||
[[package]]
|
||||
name = "figment"
|
||||
@@ -781,7 +781,7 @@ checksum = "cc6bd114ceda131d3b1d665eba35788690ad37f5916457286b32ab6fd3c438dd"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"libc",
|
||||
"log 0.4.25",
|
||||
"log 0.4.27",
|
||||
"rustversion",
|
||||
"windows",
|
||||
]
|
||||
@@ -812,7 +812,7 @@ checksum = "15f1ce686646e7f1e19bf7d5533fe443a45dbfb990e00629110797578b42fb19"
|
||||
dependencies = [
|
||||
"aho-corasick",
|
||||
"bstr",
|
||||
"log 0.4.25",
|
||||
"log 0.4.27",
|
||||
"regex-automata 0.4.9",
|
||||
"regex-syntax 0.8.5",
|
||||
]
|
||||
@@ -918,9 +918,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "indexmap"
|
||||
version = "2.7.0"
|
||||
version = "2.9.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f"
|
||||
checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
|
||||
dependencies = [
|
||||
"equivalent",
|
||||
"hashbrown 0.15.2",
|
||||
@@ -939,7 +939,7 @@ version = "0.11.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
|
||||
dependencies = [
|
||||
"bitflags 2.8.0",
|
||||
"bitflags 2.9.0",
|
||||
"inotify-sys",
|
||||
"libc",
|
||||
]
|
||||
@@ -979,9 +979,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "itoa"
|
||||
version = "1.0.14"
|
||||
version = "1.0.15"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
|
||||
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
|
||||
|
||||
[[package]]
|
||||
name = "jod-thread"
|
||||
@@ -1033,9 +1033,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
||||
|
||||
[[package]]
|
||||
name = "libc"
|
||||
version = "0.2.169"
|
||||
version = "0.2.171"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
|
||||
checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
|
||||
|
||||
[[package]]
|
||||
name = "libredox"
|
||||
@@ -1043,7 +1043,7 @@ version = "0.1.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
|
||||
dependencies = [
|
||||
"bitflags 2.8.0",
|
||||
"bitflags 2.9.0",
|
||||
"libc",
|
||||
"redox_syscall",
|
||||
]
|
||||
@@ -1074,14 +1074,14 @@ version = "0.3.9"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
|
||||
dependencies = [
|
||||
"log 0.4.25",
|
||||
"log 0.4.27",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "log"
|
||||
version = "0.4.25"
|
||||
version = "0.4.27"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f"
|
||||
checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
|
||||
|
||||
[[package]]
|
||||
name = "loom"
|
||||
@@ -1096,12 +1096,6 @@ dependencies = [
|
||||
"tracing-subscriber",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "lz4_flex"
|
||||
version = "0.11.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "75761162ae2b0e580d7e7c390558127e5f01b4194debd6221fd8c207fc80e3f5"
|
||||
|
||||
[[package]]
|
||||
name = "matchers"
|
||||
version = "0.1.0"
|
||||
@@ -1142,7 +1136,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
|
||||
dependencies = [
|
||||
"libc",
|
||||
"log 0.4.25",
|
||||
"log 0.4.27",
|
||||
"wasi 0.11.0+wasi-snapshot-preview1",
|
||||
"windows-sys 0.52.0",
|
||||
]
|
||||
@@ -1178,13 +1172,13 @@ version = "8.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943"
|
||||
dependencies = [
|
||||
"bitflags 2.8.0",
|
||||
"bitflags 2.9.0",
|
||||
"filetime",
|
||||
"fsevent-sys",
|
||||
"inotify",
|
||||
"kqueue",
|
||||
"libc",
|
||||
"log 0.4.25",
|
||||
"log 0.4.27",
|
||||
"mio",
|
||||
"notify-types",
|
||||
"walkdir",
|
||||
@@ -1240,9 +1234,9 @@ checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
|
||||
|
||||
[[package]]
|
||||
name = "oorandom"
|
||||
version = "11.1.4"
|
||||
version = "11.1.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
|
||||
checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
|
||||
|
||||
[[package]]
|
||||
name = "os_str_bytes"
|
||||
@@ -1331,7 +1325,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
|
||||
dependencies = [
|
||||
"fixedbitset",
|
||||
"indexmap 2.7.0",
|
||||
"indexmap 2.9.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -1398,7 +1392,7 @@ version = "0.100.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f1651b0f7e8c3eb7c27a88f39d277e69c32bfe58e3be174d286c1a24d6a7a4d8"
|
||||
dependencies = [
|
||||
"bitflags 2.8.0",
|
||||
"bitflags 2.9.0",
|
||||
"ra-ap-rustc_hashes",
|
||||
"ra-ap-rustc_index",
|
||||
"tracing",
|
||||
@@ -1470,18 +1464,16 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "ra_ap_base_db"
|
||||
version = "0.0.270"
|
||||
version = "0.0.273"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4baa9734d254af14fd603528ad594650dea601b1764492bd39988da38598ae67"
|
||||
checksum = "8fd761118bbafe29e2b187e694c6b8e800f2c7822bbc1d9d2db4ac21fb8b0365"
|
||||
dependencies = [
|
||||
"dashmap 5.5.3",
|
||||
"la-arena",
|
||||
"lz4_flex",
|
||||
"ra_ap_cfg",
|
||||
"ra_ap_intern",
|
||||
"ra_ap_query-group-macro",
|
||||
"ra_ap_span",
|
||||
"ra_ap_stdx",
|
||||
"ra_ap_syntax",
|
||||
"ra_ap_vfs",
|
||||
"rustc-hash 2.1.1",
|
||||
@@ -1493,9 +1485,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "ra_ap_cfg"
|
||||
version = "0.0.270"
|
||||
version = "0.0.273"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0ef2ba45636c5e585040c0c4bee640737a6001b08309f1a25ca78cf04abfbf90"
|
||||
checksum = "5ce74ce1af24afd86d3529dbbf5a849d026948b2d8ba51d199b6ea6db6e345b6"
|
||||
dependencies = [
|
||||
"ra_ap_intern",
|
||||
"ra_ap_tt",
|
||||
@@ -1505,20 +1497,20 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "ra_ap_edition"
|
||||
version = "0.0.270"
|
||||
version = "0.0.273"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8955c1484d5e7274f755187788ba0d51eb149f870c69cdf0d87c3b7edea20ea0"
|
||||
checksum = "f423b9fb19e3920e4c7039120d09d9c79070a26efe8ff9f787c7234b07f518c5"
|
||||
|
||||
[[package]]
|
||||
name = "ra_ap_hir"
|
||||
version = "0.0.270"
|
||||
version = "0.0.273"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a51d7955beff2212701b149bea36d4cf2dc0f5cd129652c9bcf0cb5c0b021078"
|
||||
checksum = "dd4aa8a568b80d288b90c4fa5dc8a3cc405914d261bfd33a3761c1ba41be358d"
|
||||
dependencies = [
|
||||
"arrayvec",
|
||||
"either",
|
||||
"indexmap 2.7.0",
|
||||
"itertools 0.12.1",
|
||||
"indexmap 2.9.0",
|
||||
"itertools 0.14.0",
|
||||
"ra_ap_base_db",
|
||||
"ra_ap_cfg",
|
||||
"ra_ap_hir_def",
|
||||
@@ -1537,23 +1529,20 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "ra_ap_hir_def"
|
||||
version = "0.0.270"
|
||||
version = "0.0.273"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e5c97e617e4c585d24b3d4f668861452aedddfbe0262f4c53235dcea77e62f9b"
|
||||
checksum = "acb18d9378a828a23ccf87b89199db005adb67ba2a05a37d7a3fcad4d1036e66"
|
||||
dependencies = [
|
||||
"arrayvec",
|
||||
"bitflags 2.8.0",
|
||||
"bitflags 2.9.0",
|
||||
"cov-mark",
|
||||
"dashmap 5.5.3",
|
||||
"drop_bomb",
|
||||
"either",
|
||||
"fst",
|
||||
"hashbrown 0.14.5",
|
||||
"indexmap 2.7.0",
|
||||
"itertools 0.12.1",
|
||||
"indexmap 2.9.0",
|
||||
"itertools 0.14.0",
|
||||
"la-arena",
|
||||
"ra-ap-rustc_abi",
|
||||
"ra-ap-rustc_hashes",
|
||||
"ra-ap-rustc_parse_format",
|
||||
"ra_ap_base_db",
|
||||
"ra_ap_cfg",
|
||||
@@ -1570,21 +1559,20 @@ dependencies = [
|
||||
"salsa",
|
||||
"smallvec",
|
||||
"text-size",
|
||||
"thin-vec",
|
||||
"tracing",
|
||||
"triomphe",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "ra_ap_hir_expand"
|
||||
version = "0.0.270"
|
||||
version = "0.0.273"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "be57c0d7e3f2180dd8ea584b11447f34060eadc06f0f6d559e2a790f6e91b6c5"
|
||||
checksum = "094fa79d8f661f52cf3b7fb8b3d91c4be2ad9e71a3967d3dacd25429fa44b37d"
|
||||
dependencies = [
|
||||
"cov-mark",
|
||||
"either",
|
||||
"hashbrown 0.14.5",
|
||||
"itertools 0.12.1",
|
||||
"la-arena",
|
||||
"itertools 0.14.0",
|
||||
"ra_ap_base_db",
|
||||
"ra_ap_cfg",
|
||||
"ra_ap_intern",
|
||||
@@ -1605,24 +1593,22 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "ra_ap_hir_ty"
|
||||
version = "0.0.270"
|
||||
version = "0.0.273"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f260f35748f3035b46a8afcdebda7cb75d95c24750105fad86101d09a9d387c8"
|
||||
checksum = "093482d200d5db421db5692e7819bbb14fb717cc8cb0f91f93cce9fde85b3df2"
|
||||
dependencies = [
|
||||
"arrayvec",
|
||||
"bitflags 2.8.0",
|
||||
"bitflags 2.9.0",
|
||||
"chalk-derive",
|
||||
"chalk-ir",
|
||||
"chalk-recursive",
|
||||
"chalk-solve",
|
||||
"cov-mark",
|
||||
"dashmap 5.5.3",
|
||||
"either",
|
||||
"ena",
|
||||
"indexmap 2.7.0",
|
||||
"itertools 0.12.1",
|
||||
"indexmap 2.9.0",
|
||||
"itertools 0.14.0",
|
||||
"la-arena",
|
||||
"nohash-hasher",
|
||||
"oorandom",
|
||||
"ra-ap-rustc_abi",
|
||||
"ra-ap-rustc_index",
|
||||
@@ -1647,19 +1633,18 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "ra_ap_ide_db"
|
||||
version = "0.0.270"
|
||||
version = "0.0.273"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0426263be26e27cb55a3b9ef88b120511b66fe7d9b418a2473d6d5f3ac2fe0a6"
|
||||
checksum = "b655b92dfa9444db8129321b9217d9e4a83a58ee707aa1004a93052acfb43d57"
|
||||
dependencies = [
|
||||
"arrayvec",
|
||||
"bitflags 2.8.0",
|
||||
"bitflags 2.9.0",
|
||||
"cov-mark",
|
||||
"crossbeam-channel",
|
||||
"dashmap 5.5.3",
|
||||
"either",
|
||||
"fst",
|
||||
"indexmap 2.7.0",
|
||||
"itertools 0.12.1",
|
||||
"indexmap 2.9.0",
|
||||
"itertools 0.14.0",
|
||||
"line-index",
|
||||
"memchr",
|
||||
"nohash-hasher",
|
||||
@@ -1681,9 +1666,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "ra_ap_intern"
|
||||
version = "0.0.270"
|
||||
version = "0.0.273"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f6ea8c9615b3b0688cf557e7310dbd9432f43860c8ea766d54f4416cbecf3571"
|
||||
checksum = "b4e528496b4d4c351806bb073d3d7f6526535741b9e8801776603c924bbec624"
|
||||
dependencies = [
|
||||
"dashmap 5.5.3",
|
||||
"hashbrown 0.14.5",
|
||||
@@ -1693,17 +1678,16 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "ra_ap_load-cargo"
|
||||
version = "0.0.270"
|
||||
version = "0.0.273"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "570907e16725c13a678bfd8050ce8839af2831da042a0878b75ee8c41b0f7b0c"
|
||||
checksum = "1a97a5070b2f4b99f56683d91b2687aa0c530d8969cc5252ec2ae5644e428ffe"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"crossbeam-channel",
|
||||
"itertools 0.12.1",
|
||||
"itertools 0.14.0",
|
||||
"ra_ap_hir_expand",
|
||||
"ra_ap_ide_db",
|
||||
"ra_ap_intern",
|
||||
"ra_ap_paths",
|
||||
"ra_ap_proc_macro_api",
|
||||
"ra_ap_project_model",
|
||||
"ra_ap_span",
|
||||
@@ -1715,9 +1699,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "ra_ap_mbe"
|
||||
version = "0.0.270"
|
||||
version = "0.0.273"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e893fe03b04b30c9b5a339ac2bf39ce32ac9c05a8b50121b7d89ce658346e164"
|
||||
checksum = "b187ee5ee3fa726eeea5142242a0397e2200d77084026986a68324b9599f9046"
|
||||
dependencies = [
|
||||
"arrayvec",
|
||||
"cov-mark",
|
||||
@@ -1726,19 +1710,17 @@ dependencies = [
|
||||
"ra_ap_parser",
|
||||
"ra_ap_span",
|
||||
"ra_ap_stdx",
|
||||
"ra_ap_syntax",
|
||||
"ra_ap_syntax-bridge",
|
||||
"ra_ap_tt",
|
||||
"rustc-hash 2.1.1",
|
||||
"smallvec",
|
||||
"tracing",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "ra_ap_parser"
|
||||
version = "0.0.270"
|
||||
version = "0.0.273"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6fd9a264120968b14a66b6ba756cd7f99435385b5dbc2f0a611cf3a12221c385"
|
||||
checksum = "2306e6c051e60483f3b317fac9dec6c883b7792eeb8db24ec6f39dbfa5430159"
|
||||
dependencies = [
|
||||
"drop_bomb",
|
||||
"ra-ap-rustc_lexer",
|
||||
@@ -1748,20 +1730,20 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "ra_ap_paths"
|
||||
version = "0.0.270"
|
||||
version = "0.0.273"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f47817351651e36b56ff3afc483b41600053c9cb7e67d945467c0abe93416032"
|
||||
checksum = "dcedd00499621bdd0f1fe01955c04e4b388197aa826744003afaf6cc2944bc80"
|
||||
dependencies = [
|
||||
"camino",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "ra_ap_proc_macro_api"
|
||||
version = "0.0.270"
|
||||
version = "0.0.273"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d96da3b8b9f6b813a98f5357eef303905450741f47ba90adaab8a5371b748416"
|
||||
checksum = "7a2e49b550015cd4ad152bd78d92d73594497f2e44f61273f9fed3534ad4bbbe"
|
||||
dependencies = [
|
||||
"indexmap 2.7.0",
|
||||
"indexmap 2.9.0",
|
||||
"ra_ap_intern",
|
||||
"ra_ap_paths",
|
||||
"ra_ap_span",
|
||||
@@ -1776,9 +1758,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "ra_ap_profile"
|
||||
version = "0.0.270"
|
||||
version = "0.0.273"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "13637377287c84f88a628e40229d271ef0081c0d683956bd99a6c8278a4f8b14"
|
||||
checksum = "87cdbd27ebe02ec21fdae3df303f194bda036a019ecef80d47e0082646f06c54"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"libc",
|
||||
@@ -1788,13 +1770,13 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "ra_ap_project_model"
|
||||
version = "0.0.270"
|
||||
version = "0.0.273"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "053c5207a638fc7a752c7a454bc952b28b0d02f0bf9f6d7ec785ec809579d8fa"
|
||||
checksum = "5eaa3406c891a7840d20ce615f8decca32cbc9d3654b82dcbcc3a31257ce90b9"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"cargo_metadata",
|
||||
"itertools 0.12.1",
|
||||
"itertools 0.14.0",
|
||||
"la-arena",
|
||||
"ra_ap_base_db",
|
||||
"ra_ap_cfg",
|
||||
@@ -1814,22 +1796,20 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "ra_ap_query-group-macro"
|
||||
version = "0.0.270"
|
||||
version = "0.0.273"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0f1a38f07b442e47a234cbe2e8fd1b8a41ff0cc5123cb1cf994c5ce20edb5bd6"
|
||||
checksum = "1fbc1748e4876a9b0ccfacfc7e2fe254f30e92ef58d98925282b3803e8b004ed"
|
||||
dependencies = [
|
||||
"heck",
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"salsa",
|
||||
"syn",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "ra_ap_span"
|
||||
version = "0.0.270"
|
||||
version = "0.0.273"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8818680c6f7da3b32cb2bb0992940b24264b1aa90203aa94812e09ab34d362d1"
|
||||
checksum = "ed1d036e738bf32a057d90698df85bcb83ed6263b5fe9fba132c99e8ec3aecaf"
|
||||
dependencies = [
|
||||
"hashbrown 0.14.5",
|
||||
"la-arena",
|
||||
@@ -1843,12 +1823,12 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "ra_ap_stdx"
|
||||
version = "0.0.270"
|
||||
version = "0.0.273"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f1c10bee1b03fc48083862c13cf06bd3ed17760463ecce2734103a2f511e5ed4"
|
||||
checksum = "6e3775954ab24408f71e97079a97558078a166a4082052e83256ae4c22dae18d"
|
||||
dependencies = [
|
||||
"crossbeam-channel",
|
||||
"itertools 0.12.1",
|
||||
"itertools 0.14.0",
|
||||
"jod-thread",
|
||||
"libc",
|
||||
"miow",
|
||||
@@ -1858,14 +1838,12 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "ra_ap_syntax"
|
||||
version = "0.0.270"
|
||||
version = "0.0.273"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "92bc32f3946fc5fcbdc79e61b7e26a8c2a3a56f3ef6ab27c7d298a9e21a462f2"
|
||||
checksum = "b49b081f209a764700f688db91820a66c2ecfe5f138895d831361cf84f716691"
|
||||
dependencies = [
|
||||
"cov-mark",
|
||||
"either",
|
||||
"indexmap 2.7.0",
|
||||
"itertools 0.12.1",
|
||||
"itertools 0.14.0",
|
||||
"ra-ap-rustc_lexer",
|
||||
"ra_ap_parser",
|
||||
"ra_ap_stdx",
|
||||
@@ -1878,9 +1856,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "ra_ap_syntax-bridge"
|
||||
version = "0.0.270"
|
||||
version = "0.0.273"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a42052c44c98c122c37aac476260c8f19d8fec495edc9c05835307c9ae86194d"
|
||||
checksum = "f2740bbe603d527f2cf0aaf51629de7d072694fbbaaeda8264f7591be1493d1b"
|
||||
dependencies = [
|
||||
"ra_ap_intern",
|
||||
"ra_ap_parser",
|
||||
@@ -1889,14 +1867,13 @@ dependencies = [
|
||||
"ra_ap_syntax",
|
||||
"ra_ap_tt",
|
||||
"rustc-hash 2.1.1",
|
||||
"tracing",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "ra_ap_toolchain"
|
||||
version = "0.0.270"
|
||||
version = "0.0.273"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "75996e70b3a0c68cd5157ba01f018964c7c6a5d7b209047d449b393139d0b57f"
|
||||
checksum = "efbff9f26f307ef958586357d1653d000861dcd3acbaf33a009651e024720c7e"
|
||||
dependencies = [
|
||||
"camino",
|
||||
"home",
|
||||
@@ -1904,9 +1881,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "ra_ap_tt"
|
||||
version = "0.0.270"
|
||||
version = "0.0.273"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0e4ee31e93bfabe83e6720b7469db88d7ad7ec5c59a1f011efec4aa1327ffc5c"
|
||||
checksum = "0b1ce3ac14765e414fa6031fda7dc35d3492c74de225aac689ba8b8bf037e1f8"
|
||||
dependencies = [
|
||||
"arrayvec",
|
||||
"ra-ap-rustc_lexer",
|
||||
@@ -1917,13 +1894,13 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "ra_ap_vfs"
|
||||
version = "0.0.270"
|
||||
version = "0.0.273"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f6aac1e277ac70bb073f40f8a3fc44e4b1bb9e4d4b1d0e0bd2f8269543560f80"
|
||||
checksum = "29427a7c27ce8ddfefb52d77c952a4588c74d0a7ab064dc627129088a90423ca"
|
||||
dependencies = [
|
||||
"crossbeam-channel",
|
||||
"fst",
|
||||
"indexmap 2.7.0",
|
||||
"indexmap 2.9.0",
|
||||
"nohash-hasher",
|
||||
"ra_ap_paths",
|
||||
"ra_ap_stdx",
|
||||
@@ -1933,9 +1910,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "ra_ap_vfs-notify"
|
||||
version = "0.0.270"
|
||||
version = "0.0.273"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cd95285146049621ee8f7a512c982a008bf036321fcc9b01a95c1ad7e6aeae57"
|
||||
checksum = "d5a0e3095b8216ecc131f38b4b0025cac324a646469a95d2670354aee7278078"
|
||||
dependencies = [
|
||||
"crossbeam-channel",
|
||||
"notify",
|
||||
@@ -2005,7 +1982,7 @@ version = "0.5.8"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
|
||||
dependencies = [
|
||||
"bitflags 2.8.0",
|
||||
"bitflags 2.9.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -2093,10 +2070,10 @@ checksum = "2febf9acc5ee5e99d1ad0afcdbccc02d87aa3f857a1f01f825b80eacf8edfcd1"
|
||||
|
||||
[[package]]
|
||||
name = "rustc_apfloat"
|
||||
version = "0.2.1+llvm-462a31f5a5ab"
|
||||
source = "git+https://github.com/redsun82/rustc_apfloat.git?rev=096d585100636bc2e9f09d7eefec38c5b334d47b#096d585100636bc2e9f09d7eefec38c5b334d47b"
|
||||
version = "0.2.2+llvm-462a31f5a5ab"
|
||||
source = "git+https://github.com/redsun82/rustc_apfloat.git?rev=32968f16ef1b082243f9bf43a3fbd65c381b3e27#32968f16ef1b082243f9bf43a3fbd65c381b3e27"
|
||||
dependencies = [
|
||||
"bitflags 1.3.2",
|
||||
"bitflags 2.9.0",
|
||||
"smallvec",
|
||||
]
|
||||
|
||||
@@ -2123,7 +2100,7 @@ dependencies = [
|
||||
"dashmap 6.1.0",
|
||||
"hashbrown 0.15.2",
|
||||
"hashlink",
|
||||
"indexmap 2.7.0",
|
||||
"indexmap 2.9.0",
|
||||
"parking_lot",
|
||||
"portable-atomic",
|
||||
"rayon",
|
||||
@@ -2176,9 +2153,9 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
||||
|
||||
[[package]]
|
||||
name = "semver"
|
||||
version = "1.0.24"
|
||||
version = "1.0.26"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3cb6eb87a131f756572d7fb904f6e7b68633f09cca868c5df1c4b8d1a694bbba"
|
||||
checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
|
||||
dependencies = [
|
||||
"serde",
|
||||
]
|
||||
@@ -2234,7 +2211,7 @@ dependencies = [
|
||||
"chrono",
|
||||
"hex",
|
||||
"indexmap 1.9.3",
|
||||
"indexmap 2.7.0",
|
||||
"indexmap 2.9.0",
|
||||
"serde",
|
||||
"serde_derive",
|
||||
"serde_json",
|
||||
@@ -2260,7 +2237,7 @@ version = "0.9.34+deprecated"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
|
||||
dependencies = [
|
||||
"indexmap 2.7.0",
|
||||
"indexmap 2.9.0",
|
||||
"itoa",
|
||||
"ryu",
|
||||
"serde",
|
||||
@@ -2345,19 +2322,25 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f18aa187839b2bdb1ad2fa35ead8c4c2976b64e4363c386d45ac0f7ee85c9233"
|
||||
|
||||
[[package]]
|
||||
name = "thiserror"
|
||||
version = "1.0.69"
|
||||
name = "thin-vec"
|
||||
version = "0.2.14"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
|
||||
checksum = "144f754d318415ac792f9d69fc87abbbfc043ce2ef041c60f16ad828f638717d"
|
||||
|
||||
[[package]]
|
||||
name = "thiserror"
|
||||
version = "2.0.12"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
|
||||
dependencies = [
|
||||
"thiserror-impl",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "thiserror-impl"
|
||||
version = "1.0.69"
|
||||
version = "2.0.12"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
||||
checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
@@ -2432,7 +2415,7 @@ version = "0.22.24"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "17b4795ff5edd201c7cd6dca065ae59972ce77d1b80fa0a84d94950ece7d1474"
|
||||
dependencies = [
|
||||
"indexmap 2.7.0",
|
||||
"indexmap 2.9.0",
|
||||
"serde",
|
||||
"serde_spanned",
|
||||
"toml_datetime",
|
||||
@@ -2488,7 +2471,7 @@ version = "0.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
|
||||
dependencies = [
|
||||
"log 0.4.25",
|
||||
"log 0.4.27",
|
||||
"once_cell",
|
||||
"tracing-core",
|
||||
]
|
||||
@@ -2603,9 +2586,9 @@ checksum = "a3e5df347f0bf3ec1d670aad6ca5c6a1859cd9ea61d2113125794654ccced68f"
|
||||
|
||||
[[package]]
|
||||
name = "unicode-ident"
|
||||
version = "1.0.16"
|
||||
version = "1.0.17"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a210d160f08b701c8721ba1c726c11662f877ea6b7094007e1ca9a1041945034"
|
||||
checksum = "00e2473a93778eb0bad35909dff6a10d28e63f792f16ed15e404fca9d5eeedbe"
|
||||
|
||||
[[package]]
|
||||
name = "unicode-properties"
|
||||
@@ -2686,7 +2669,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
|
||||
dependencies = [
|
||||
"bumpalo",
|
||||
"log 0.4.25",
|
||||
"log 0.4.27",
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn",
|
||||
@@ -2995,7 +2978,7 @@ version = "0.33.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
|
||||
dependencies = [
|
||||
"bitflags 2.8.0",
|
||||
"bitflags 2.9.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
||||
@@ -14,4 +14,4 @@ members = [
|
||||
[patch.crates-io]
|
||||
# patch for build script bug preventing bazel build
|
||||
# see https://github.com/rust-lang/rustc_apfloat/pull/17
|
||||
rustc_apfloat = { git = "https://github.com/redsun82/rustc_apfloat.git", rev = "096d585100636bc2e9f09d7eefec38c5b334d47b" }
|
||||
rustc_apfloat = { git = "https://github.com/redsun82/rustc_apfloat.git", rev = "32968f16ef1b082243f9bf43a3fbd65c381b3e27" }
|
||||
|
||||
34
MODULE.bazel
34
MODULE.bazel
@@ -75,7 +75,7 @@ use_repo(
|
||||
"vendor_ts__argfile-0.2.1",
|
||||
"vendor_ts__chalk-ir-0.100.0",
|
||||
"vendor_ts__chrono-0.4.40",
|
||||
"vendor_ts__clap-4.5.32",
|
||||
"vendor_ts__clap-4.5.35",
|
||||
"vendor_ts__dunce-1.0.5",
|
||||
"vendor_ts__either-1.15.0",
|
||||
"vendor_ts__encoding-0.2.33",
|
||||
@@ -90,22 +90,22 @@ use_repo(
|
||||
"vendor_ts__num_cpus-1.16.0",
|
||||
"vendor_ts__proc-macro2-1.0.94",
|
||||
"vendor_ts__quote-1.0.40",
|
||||
"vendor_ts__ra_ap_base_db-0.0.270",
|
||||
"vendor_ts__ra_ap_cfg-0.0.270",
|
||||
"vendor_ts__ra_ap_hir-0.0.270",
|
||||
"vendor_ts__ra_ap_hir_def-0.0.270",
|
||||
"vendor_ts__ra_ap_hir_expand-0.0.270",
|
||||
"vendor_ts__ra_ap_hir_ty-0.0.270",
|
||||
"vendor_ts__ra_ap_ide_db-0.0.270",
|
||||
"vendor_ts__ra_ap_intern-0.0.270",
|
||||
"vendor_ts__ra_ap_load-cargo-0.0.270",
|
||||
"vendor_ts__ra_ap_parser-0.0.270",
|
||||
"vendor_ts__ra_ap_paths-0.0.270",
|
||||
"vendor_ts__ra_ap_project_model-0.0.270",
|
||||
"vendor_ts__ra_ap_span-0.0.270",
|
||||
"vendor_ts__ra_ap_stdx-0.0.270",
|
||||
"vendor_ts__ra_ap_syntax-0.0.270",
|
||||
"vendor_ts__ra_ap_vfs-0.0.270",
|
||||
"vendor_ts__ra_ap_base_db-0.0.273",
|
||||
"vendor_ts__ra_ap_cfg-0.0.273",
|
||||
"vendor_ts__ra_ap_hir-0.0.273",
|
||||
"vendor_ts__ra_ap_hir_def-0.0.273",
|
||||
"vendor_ts__ra_ap_hir_expand-0.0.273",
|
||||
"vendor_ts__ra_ap_hir_ty-0.0.273",
|
||||
"vendor_ts__ra_ap_ide_db-0.0.273",
|
||||
"vendor_ts__ra_ap_intern-0.0.273",
|
||||
"vendor_ts__ra_ap_load-cargo-0.0.273",
|
||||
"vendor_ts__ra_ap_parser-0.0.273",
|
||||
"vendor_ts__ra_ap_paths-0.0.273",
|
||||
"vendor_ts__ra_ap_project_model-0.0.273",
|
||||
"vendor_ts__ra_ap_span-0.0.273",
|
||||
"vendor_ts__ra_ap_stdx-0.0.273",
|
||||
"vendor_ts__ra_ap_syntax-0.0.273",
|
||||
"vendor_ts__ra_ap_vfs-0.0.273",
|
||||
"vendor_ts__rand-0.9.0",
|
||||
"vendor_ts__rayon-1.10.0",
|
||||
"vendor_ts__regex-1.11.1",
|
||||
|
||||
@@ -109,7 +109,7 @@ An attacker could craft a malicious artifact that writes dangerous environment v
|
||||
|
||||
### Exploitation
|
||||
|
||||
An attacker is be able to run arbitrary code by injecting environment variables such as `LD_PRELOAD`, `BASH_ENV`, etc.
|
||||
An attacker would be able to run arbitrary code by injecting environment variables such as `LD_PRELOAD`, `BASH_ENV`, etc.
|
||||
|
||||
## References
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @name Workflow does not contain permissions
|
||||
* @description Workflows should contain permissions to provide a clear understanding has permissions to run the workflow.
|
||||
* @description Workflows should contain explicit permissions to restrict the scope of the default GITHUB_TOKEN.
|
||||
* @kind problem
|
||||
* @security-severity 5.0
|
||||
* @problem.severity warning
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
* @description All organization and repository secrets are passed to the workflow runner.
|
||||
* @kind problem
|
||||
* @precision high
|
||||
* @security-severity 5.0
|
||||
* @problem.severity warning
|
||||
* @id actions/excessive-secrets-exposure
|
||||
* @tags actions
|
||||
|
||||
@@ -2,11 +2,11 @@
|
||||
|
||||
## Description
|
||||
|
||||
Secrets derived from other secrets are not known to the workflow runner and therefore not masked unless explicitly registered.
|
||||
Secrets derived from other secrets are not known to the workflow runner, and therefore are not masked unless explicitly registered.
|
||||
|
||||
## Recommendations
|
||||
|
||||
Avoid defining non-plain secrets. For example, do not define a new secret containing a JSON object and then read properties out of it from the workflow since these read values will not be masked by the workflow runner.
|
||||
Avoid defining non-plain secrets. For example, do not define a new secret containing a JSON object and then read properties out of it from the workflow, since these read values will not be masked by the workflow runner.
|
||||
|
||||
## Examples
|
||||
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
---
|
||||
category: fix
|
||||
---
|
||||
* Assigned a `security-severity` to the query `actions/excessive-secrets-exposure`.
|
||||
2446
cpp/downgrades/0f0a390468a5eb43d1dc72937c028070b106bf53/old.dbscheme
Normal file
2446
cpp/downgrades/0f0a390468a5eb43d1dc72937c028070b106bf53/old.dbscheme
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,3 @@
|
||||
description: Add a new predicate `isVla()` to the `ArrayType` class
|
||||
compatibility: full
|
||||
type_is_vla.rel: delete
|
||||
@@ -0,0 +1,4 @@
|
||||
---
|
||||
category: feature
|
||||
---
|
||||
* Added the `isVla()` predicate to the `ArrayType` class. This allows queries to identify variable-length arrays (VLAs).
|
||||
@@ -1369,6 +1369,11 @@ class ArrayType extends DerivedType {
|
||||
override predicate isDeeplyConst() { this.getBaseType().isDeeplyConst() } // No such thing as a const array type
|
||||
|
||||
override predicate isDeeplyConstBelow() { this.getBaseType().isDeeplyConst() }
|
||||
|
||||
/**
|
||||
* Holds if this array is a variable-length array (VLA).
|
||||
*/
|
||||
predicate isVla() { type_is_vla(underlyingElement(this)) }
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -2178,6 +2178,8 @@ variable_vla(
|
||||
int decl: @stmt_vla_decl ref
|
||||
);
|
||||
|
||||
type_is_vla(unique int type_id: @derivedtype ref)
|
||||
|
||||
if_initialization(
|
||||
unique int if_stmt: @stmt_if ref,
|
||||
int init_id: @stmt ref
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,2 @@
|
||||
description: Add a new predicate `isVla()` to the `ArrayType` class
|
||||
compatibility: backwards
|
||||
@@ -162,6 +162,10 @@ namespace Semmle.Autobuild.CSharp.Tests
|
||||
|
||||
bool IBuildActions.IsRunningOnAppleSilicon() => IsRunningOnAppleSilicon;
|
||||
|
||||
public bool IsMonoInstalled { get; set; }
|
||||
|
||||
bool IBuildActions.IsMonoInstalled() => IsMonoInstalled;
|
||||
|
||||
public string PathCombine(params string[] parts)
|
||||
{
|
||||
return string.Join(IsWindows ? '\\' : '/', parts.Where(p => !string.IsNullOrWhiteSpace(p)));
|
||||
@@ -424,8 +428,7 @@ namespace Semmle.Autobuild.CSharp.Tests
|
||||
return new CSharpAutobuilder(actions, options);
|
||||
}
|
||||
|
||||
[Fact]
|
||||
public void TestDefaultCSharpAutoBuilder()
|
||||
private void SetupActionForDotnet()
|
||||
{
|
||||
actions.RunProcess["cmd.exe /C dotnet --info"] = 0;
|
||||
actions.RunProcess[@"cmd.exe /C dotnet clean C:\Project\test.csproj"] = 0;
|
||||
@@ -438,20 +441,80 @@ namespace Semmle.Autobuild.CSharp.Tests
|
||||
actions.GetEnvironmentVariable["CODEQL_EXTRACTOR_CSHARP_SCRATCH_DIR"] = "scratch";
|
||||
actions.EnumerateFiles[@"C:\Project"] = "foo.cs\nbar.cs\ntest.csproj";
|
||||
actions.EnumerateDirectories[@"C:\Project"] = "";
|
||||
var xml = new XmlDocument();
|
||||
xml.LoadXml(@"<Project Sdk=""Microsoft.NET.Sdk"">
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>netcoreapp2.1</TargetFramework>
|
||||
</PropertyGroup>
|
||||
}
|
||||
|
||||
</Project>");
|
||||
private void CreateAndVerifyDotnetScript(XmlDocument xml)
|
||||
{
|
||||
actions.LoadXml[@"C:\Project\test.csproj"] = xml;
|
||||
|
||||
var autobuilder = CreateAutoBuilder(true);
|
||||
TestAutobuilderScript(autobuilder, 0, 4);
|
||||
}
|
||||
|
||||
[Fact]
|
||||
public void TestDefaultCSharpAutoBuilder1()
|
||||
{
|
||||
SetupActionForDotnet();
|
||||
var xml = new XmlDocument();
|
||||
xml.LoadXml(
|
||||
"""
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>netcoreapp2.1</TargetFramework>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
""");
|
||||
CreateAndVerifyDotnetScript(xml);
|
||||
}
|
||||
|
||||
[Fact]
|
||||
public void TestDefaultCSharpAutoBuilder2()
|
||||
{
|
||||
SetupActionForDotnet();
|
||||
var xml = new XmlDocument();
|
||||
|
||||
xml.LoadXml(
|
||||
"""
|
||||
<Project>
|
||||
<Sdk Name="Microsoft.NET.Sdk" />
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net9.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
"""
|
||||
);
|
||||
CreateAndVerifyDotnetScript(xml);
|
||||
}
|
||||
|
||||
[Fact]
|
||||
public void TestDefaultCSharpAutoBuilder3()
|
||||
{
|
||||
SetupActionForDotnet();
|
||||
var xml = new XmlDocument();
|
||||
|
||||
xml.LoadXml(
|
||||
"""
|
||||
<Project>
|
||||
<Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" />
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net9.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
<Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk" />
|
||||
</Project>
|
||||
"""
|
||||
);
|
||||
CreateAndVerifyDotnetScript(xml);
|
||||
}
|
||||
|
||||
[Fact]
|
||||
public void TestLinuxCSharpAutoBuilder()
|
||||
{
|
||||
@@ -797,11 +860,32 @@ namespace Semmle.Autobuild.CSharp.Tests
|
||||
}
|
||||
|
||||
[Fact]
|
||||
public void TestDirsProjLinux()
|
||||
public void TestDirsProjLinux_WithMono()
|
||||
{
|
||||
actions.IsMonoInstalled = true;
|
||||
|
||||
actions.RunProcess[@"nuget restore C:\Project/dirs.proj -DisableParallelProcessing"] = 1;
|
||||
actions.RunProcess[@"mono scratch/.nuget/nuget.exe restore C:\Project/dirs.proj -DisableParallelProcessing"] = 0;
|
||||
actions.RunProcess[@"msbuild C:\Project/dirs.proj /t:rebuild"] = 0;
|
||||
|
||||
var autobuilder = TestDirsProjLinux();
|
||||
TestAutobuilderScript(autobuilder, 0, 3);
|
||||
}
|
||||
|
||||
[Fact]
|
||||
public void TestDirsProjLinux_WithoutMono()
|
||||
{
|
||||
actions.IsMonoInstalled = false;
|
||||
|
||||
actions.RunProcess[@"dotnet msbuild /t:restore C:\Project/dirs.proj"] = 0;
|
||||
actions.RunProcess[@"dotnet msbuild C:\Project/dirs.proj /t:rebuild"] = 0;
|
||||
|
||||
var autobuilder = TestDirsProjLinux();
|
||||
TestAutobuilderScript(autobuilder, 0, 2);
|
||||
}
|
||||
|
||||
private CSharpAutobuilder TestDirsProjLinux()
|
||||
{
|
||||
actions.FileExists["csharp.log"] = true;
|
||||
actions.FileExists[@"C:\Project/a/test.csproj"] = true;
|
||||
actions.FileExists[@"C:\Project/dirs.proj"] = true;
|
||||
@@ -830,8 +914,7 @@ namespace Semmle.Autobuild.CSharp.Tests
|
||||
</Project>");
|
||||
actions.LoadXml[@"C:\Project/dirs.proj"] = dirsproj;
|
||||
|
||||
var autobuilder = CreateAutoBuilder(false);
|
||||
TestAutobuilderScript(autobuilder, 0, 3);
|
||||
return CreateAutoBuilder(false);
|
||||
}
|
||||
|
||||
[Fact]
|
||||
|
||||
@@ -150,6 +150,10 @@ namespace Semmle.Autobuild.Cpp.Tests
|
||||
|
||||
bool IBuildActions.IsRunningOnAppleSilicon() => IsRunningOnAppleSilicon;
|
||||
|
||||
public bool IsMonoInstalled { get; set; }
|
||||
|
||||
bool IBuildActions.IsMonoInstalled() => IsMonoInstalled;
|
||||
|
||||
string IBuildActions.PathCombine(params string[] parts)
|
||||
{
|
||||
return string.Join(IsWindows ? '\\' : '/', parts.Where(p => !string.IsNullOrWhiteSpace(p)));
|
||||
|
||||
@@ -10,15 +10,15 @@ namespace Semmle.Autobuild.Shared
|
||||
/// <summary>
|
||||
/// Appends a call to msbuild.
|
||||
/// </summary>
|
||||
/// <param name="cmdBuilder"></param>
|
||||
/// <param name="builder"></param>
|
||||
/// <returns></returns>
|
||||
public static CommandBuilder MsBuildCommand(this CommandBuilder cmdBuilder, IAutobuilder<AutobuildOptionsShared> builder)
|
||||
public static CommandBuilder MsBuildCommand(this CommandBuilder cmdBuilder, IAutobuilder<AutobuildOptionsShared> builder, bool preferDotnet)
|
||||
{
|
||||
// mono doesn't ship with `msbuild` on Arm-based Macs, but we can fall back to
|
||||
// msbuild that ships with `dotnet` which can be invoked with `dotnet msbuild`
|
||||
// perhaps we should do this on all platforms?
|
||||
return builder.Actions.IsRunningOnAppleSilicon()
|
||||
// Similarly, there's no point in trying to rely on mono if it's not installed.
|
||||
// In which case we can still fall back to `dotnet msbuild`.
|
||||
return preferDotnet
|
||||
? cmdBuilder.RunCommand("dotnet").Argument("msbuild")
|
||||
: cmdBuilder.RunCommand("msbuild");
|
||||
}
|
||||
@@ -75,13 +75,16 @@ namespace Semmle.Autobuild.Shared
|
||||
QuoteArgument(projectOrSolution.FullPath).
|
||||
Argument("-DisableParallelProcessing").
|
||||
Script;
|
||||
|
||||
var preferDotnet = builder.Actions.IsRunningOnAppleSilicon() || !builder.Actions.IsWindows() && !builder.Actions.IsMonoInstalled();
|
||||
|
||||
var nugetRestore = GetNugetRestoreScript();
|
||||
var msbuildRestoreCommand = new CommandBuilder(builder.Actions).
|
||||
MsBuildCommand(builder).
|
||||
MsBuildCommand(builder, preferDotnet).
|
||||
Argument("/t:restore").
|
||||
QuoteArgument(projectOrSolution.FullPath);
|
||||
|
||||
if (builder.Actions.IsRunningOnAppleSilicon())
|
||||
if (preferDotnet)
|
||||
{
|
||||
// On Apple Silicon, only try package restore with `dotnet msbuild /t:restore`
|
||||
ret &= BuildScript.Try(msbuildRestoreCommand.Script);
|
||||
@@ -119,7 +122,7 @@ namespace Semmle.Autobuild.Shared
|
||||
command.RunCommand("set Platform=&& type NUL", quoteExe: false);
|
||||
}
|
||||
|
||||
command.MsBuildCommand(builder);
|
||||
command.MsBuildCommand(builder, preferDotnet);
|
||||
command.QuoteArgument(projectOrSolution.FullPath);
|
||||
|
||||
var target = "rebuild";
|
||||
|
||||
@@ -3,7 +3,6 @@ using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Xml;
|
||||
using Semmle.Util.Logging;
|
||||
|
||||
namespace Semmle.Autobuild.Shared
|
||||
{
|
||||
@@ -26,6 +25,26 @@ namespace Semmle.Autobuild.Shared
|
||||
private readonly Lazy<List<Project<TAutobuildOptions>>> includedProjectsLazy;
|
||||
public override IEnumerable<IProjectOrSolution> IncludedProjects => includedProjectsLazy.Value;
|
||||
|
||||
private static bool HasSdkAttribute(XmlElement xml) =>
|
||||
xml.HasAttribute("Sdk");
|
||||
|
||||
private static bool AnyElement(XmlNodeList l, Func<XmlElement, bool> f) =>
|
||||
l.OfType<XmlElement>().Any(f);
|
||||
|
||||
/// <summary>
|
||||
/// According to https://learn.microsoft.com/en-us/visualstudio/msbuild/how-to-use-project-sdk?view=vs-2022#reference-a-project-sdk
|
||||
/// there are three ways to reference a project SDK:
|
||||
/// 1. As an attribute on the <Project/>.
|
||||
/// 2. As a top level element of <Project>.
|
||||
/// 3. As an attribute on an <Import> element.
|
||||
///
|
||||
/// Returns true, if the Sdk attribute is used, otherwise false.
|
||||
/// </summary>
|
||||
private static bool ReferencesSdk(XmlElement xml) =>
|
||||
HasSdkAttribute(xml) || // Case 1
|
||||
AnyElement(xml.ChildNodes, e => e.Name == "Sdk") || // Case 2
|
||||
AnyElement(xml.GetElementsByTagName("Import"), HasSdkAttribute); // Case 3
|
||||
|
||||
public Project(Autobuilder<TAutobuildOptions> builder, string path) : base(builder, path)
|
||||
{
|
||||
ToolsVersion = new Version();
|
||||
@@ -49,7 +68,7 @@ namespace Semmle.Autobuild.Shared
|
||||
|
||||
if (root?.Name == "Project")
|
||||
{
|
||||
if (root.HasAttribute("Sdk"))
|
||||
if (ReferencesSdk(root))
|
||||
{
|
||||
DotNetProject = true;
|
||||
return;
|
||||
|
||||
@@ -125,6 +125,11 @@ namespace Semmle.Util
|
||||
/// <returns>True if we are running on Apple Silicon.</returns>
|
||||
bool IsRunningOnAppleSilicon();
|
||||
|
||||
/// <summary>
|
||||
/// Checks if Mono is installed.
|
||||
/// </summary>
|
||||
bool IsMonoInstalled();
|
||||
|
||||
/// <summary>
|
||||
/// Combine path segments, Path.Combine().
|
||||
/// </summary>
|
||||
@@ -261,6 +266,25 @@ namespace Semmle.Util
|
||||
}
|
||||
}
|
||||
|
||||
bool IBuildActions.IsMonoInstalled()
|
||||
{
|
||||
var thisBuildActions = (IBuildActions)this;
|
||||
|
||||
if (thisBuildActions.IsWindows())
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
try
|
||||
{
|
||||
return 0 == thisBuildActions.RunProcess("mono", "--version", workingDirectory: null, env: null);
|
||||
}
|
||||
catch (Exception)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
string IBuildActions.PathCombine(params string[] parts) => Path.Combine(parts);
|
||||
|
||||
void IBuildActions.WriteAllText(string filename, string contents) => File.WriteAllText(filename, contents);
|
||||
|
||||
@@ -1,8 +1,2 @@
|
||||
import pytest
|
||||
import runs_on
|
||||
|
||||
|
||||
# Skipping the test on macos-15, as we're running into trouble.
|
||||
@pytest.mark.only_if(not runs_on.macos_15)
|
||||
def test(codeql, csharp):
|
||||
codeql.database.create(_assert_failure=True)
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
---
|
||||
category: minorAnalysis
|
||||
---
|
||||
* Improved autobuilder logic for detecting whether a project references a SDK (and should be built using `dotnet`).
|
||||
@@ -16,7 +16,7 @@
|
||||
.NET Core up to 3.1
|
||||
|
||||
.NET 5, .NET 6, .NET 7, .NET 8, .NET 9","``.sln``, ``.csproj``, ``.cs``, ``.cshtml``, ``.xaml``"
|
||||
GitHub Actions [12]_,"Not applicable",Not applicable,"``.github/workflows/*.yml``, ``.github/workflows/*.yaml``, ``**/action.yml``, ``**/action.yaml``"
|
||||
GitHub Actions,"Not applicable",Not applicable,"``.github/workflows/*.yml``, ``.github/workflows/*.yaml``, ``**/action.yml``, ``**/action.yaml``"
|
||||
Go (aka Golang), "Go up to 1.24", "Go 1.11 or more recent", ``.go``
|
||||
Java,"Java 7 to 24 [5]_","javac (OpenJDK and Oracle JDK),
|
||||
|
||||
@@ -41,4 +41,3 @@
|
||||
.. [9] Requires glibc 2.17.
|
||||
.. [10] Support for the analysis of Swift requires macOS.
|
||||
.. [11] TypeScript analysis is performed by running the JavaScript extractor with TypeScript enabled. This is the default.
|
||||
.. [12] Support for GitHub Actions is in public preview.
|
||||
|
||||
@@ -81,6 +81,6 @@ rust_library(
|
||||
}),
|
||||
version = "0.1.5",
|
||||
deps = [
|
||||
"@vendor_ts__libc-0.2.169//:libc",
|
||||
"@vendor_ts__libc-0.2.171//:libc",
|
||||
],
|
||||
)
|
||||
|
||||
106
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.bazel
generated
vendored
106
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.bazel
generated
vendored
@@ -80,14 +80,14 @@ alias(
|
||||
)
|
||||
|
||||
alias(
|
||||
name = "clap-4.5.32",
|
||||
actual = "@vendor_ts__clap-4.5.32//:clap",
|
||||
name = "clap-4.5.35",
|
||||
actual = "@vendor_ts__clap-4.5.35//:clap",
|
||||
tags = ["manual"],
|
||||
)
|
||||
|
||||
alias(
|
||||
name = "clap",
|
||||
actual = "@vendor_ts__clap-4.5.32//:clap",
|
||||
actual = "@vendor_ts__clap-4.5.35//:clap",
|
||||
tags = ["manual"],
|
||||
)
|
||||
|
||||
@@ -260,200 +260,200 @@ alias(
|
||||
)
|
||||
|
||||
alias(
|
||||
name = "ra_ap_base_db-0.0.270",
|
||||
actual = "@vendor_ts__ra_ap_base_db-0.0.270//:ra_ap_base_db",
|
||||
name = "ra_ap_base_db-0.0.273",
|
||||
actual = "@vendor_ts__ra_ap_base_db-0.0.273//:ra_ap_base_db",
|
||||
tags = ["manual"],
|
||||
)
|
||||
|
||||
alias(
|
||||
name = "ra_ap_base_db",
|
||||
actual = "@vendor_ts__ra_ap_base_db-0.0.270//:ra_ap_base_db",
|
||||
actual = "@vendor_ts__ra_ap_base_db-0.0.273//:ra_ap_base_db",
|
||||
tags = ["manual"],
|
||||
)
|
||||
|
||||
alias(
|
||||
name = "ra_ap_cfg-0.0.270",
|
||||
actual = "@vendor_ts__ra_ap_cfg-0.0.270//:ra_ap_cfg",
|
||||
name = "ra_ap_cfg-0.0.273",
|
||||
actual = "@vendor_ts__ra_ap_cfg-0.0.273//:ra_ap_cfg",
|
||||
tags = ["manual"],
|
||||
)
|
||||
|
||||
alias(
|
||||
name = "ra_ap_cfg",
|
||||
actual = "@vendor_ts__ra_ap_cfg-0.0.270//:ra_ap_cfg",
|
||||
actual = "@vendor_ts__ra_ap_cfg-0.0.273//:ra_ap_cfg",
|
||||
tags = ["manual"],
|
||||
)
|
||||
|
||||
alias(
|
||||
name = "ra_ap_hir-0.0.270",
|
||||
actual = "@vendor_ts__ra_ap_hir-0.0.270//:ra_ap_hir",
|
||||
name = "ra_ap_hir-0.0.273",
|
||||
actual = "@vendor_ts__ra_ap_hir-0.0.273//:ra_ap_hir",
|
||||
tags = ["manual"],
|
||||
)
|
||||
|
||||
alias(
|
||||
name = "ra_ap_hir",
|
||||
actual = "@vendor_ts__ra_ap_hir-0.0.270//:ra_ap_hir",
|
||||
actual = "@vendor_ts__ra_ap_hir-0.0.273//:ra_ap_hir",
|
||||
tags = ["manual"],
|
||||
)
|
||||
|
||||
alias(
|
||||
name = "ra_ap_hir_def-0.0.270",
|
||||
actual = "@vendor_ts__ra_ap_hir_def-0.0.270//:ra_ap_hir_def",
|
||||
name = "ra_ap_hir_def-0.0.273",
|
||||
actual = "@vendor_ts__ra_ap_hir_def-0.0.273//:ra_ap_hir_def",
|
||||
tags = ["manual"],
|
||||
)
|
||||
|
||||
alias(
|
||||
name = "ra_ap_hir_def",
|
||||
actual = "@vendor_ts__ra_ap_hir_def-0.0.270//:ra_ap_hir_def",
|
||||
actual = "@vendor_ts__ra_ap_hir_def-0.0.273//:ra_ap_hir_def",
|
||||
tags = ["manual"],
|
||||
)
|
||||
|
||||
alias(
|
||||
name = "ra_ap_hir_expand-0.0.270",
|
||||
actual = "@vendor_ts__ra_ap_hir_expand-0.0.270//:ra_ap_hir_expand",
|
||||
name = "ra_ap_hir_expand-0.0.273",
|
||||
actual = "@vendor_ts__ra_ap_hir_expand-0.0.273//:ra_ap_hir_expand",
|
||||
tags = ["manual"],
|
||||
)
|
||||
|
||||
alias(
|
||||
name = "ra_ap_hir_expand",
|
||||
actual = "@vendor_ts__ra_ap_hir_expand-0.0.270//:ra_ap_hir_expand",
|
||||
actual = "@vendor_ts__ra_ap_hir_expand-0.0.273//:ra_ap_hir_expand",
|
||||
tags = ["manual"],
|
||||
)
|
||||
|
||||
alias(
|
||||
name = "ra_ap_hir_ty-0.0.270",
|
||||
actual = "@vendor_ts__ra_ap_hir_ty-0.0.270//:ra_ap_hir_ty",
|
||||
name = "ra_ap_hir_ty-0.0.273",
|
||||
actual = "@vendor_ts__ra_ap_hir_ty-0.0.273//:ra_ap_hir_ty",
|
||||
tags = ["manual"],
|
||||
)
|
||||
|
||||
alias(
|
||||
name = "ra_ap_hir_ty",
|
||||
actual = "@vendor_ts__ra_ap_hir_ty-0.0.270//:ra_ap_hir_ty",
|
||||
actual = "@vendor_ts__ra_ap_hir_ty-0.0.273//:ra_ap_hir_ty",
|
||||
tags = ["manual"],
|
||||
)
|
||||
|
||||
alias(
|
||||
name = "ra_ap_ide_db-0.0.270",
|
||||
actual = "@vendor_ts__ra_ap_ide_db-0.0.270//:ra_ap_ide_db",
|
||||
name = "ra_ap_ide_db-0.0.273",
|
||||
actual = "@vendor_ts__ra_ap_ide_db-0.0.273//:ra_ap_ide_db",
|
||||
tags = ["manual"],
|
||||
)
|
||||
|
||||
alias(
|
||||
name = "ra_ap_ide_db",
|
||||
actual = "@vendor_ts__ra_ap_ide_db-0.0.270//:ra_ap_ide_db",
|
||||
actual = "@vendor_ts__ra_ap_ide_db-0.0.273//:ra_ap_ide_db",
|
||||
tags = ["manual"],
|
||||
)
|
||||
|
||||
alias(
|
||||
name = "ra_ap_intern-0.0.270",
|
||||
actual = "@vendor_ts__ra_ap_intern-0.0.270//:ra_ap_intern",
|
||||
name = "ra_ap_intern-0.0.273",
|
||||
actual = "@vendor_ts__ra_ap_intern-0.0.273//:ra_ap_intern",
|
||||
tags = ["manual"],
|
||||
)
|
||||
|
||||
alias(
|
||||
name = "ra_ap_intern",
|
||||
actual = "@vendor_ts__ra_ap_intern-0.0.270//:ra_ap_intern",
|
||||
actual = "@vendor_ts__ra_ap_intern-0.0.273//:ra_ap_intern",
|
||||
tags = ["manual"],
|
||||
)
|
||||
|
||||
alias(
|
||||
name = "ra_ap_load-cargo-0.0.270",
|
||||
actual = "@vendor_ts__ra_ap_load-cargo-0.0.270//:ra_ap_load_cargo",
|
||||
name = "ra_ap_load-cargo-0.0.273",
|
||||
actual = "@vendor_ts__ra_ap_load-cargo-0.0.273//:ra_ap_load_cargo",
|
||||
tags = ["manual"],
|
||||
)
|
||||
|
||||
alias(
|
||||
name = "ra_ap_load-cargo",
|
||||
actual = "@vendor_ts__ra_ap_load-cargo-0.0.270//:ra_ap_load_cargo",
|
||||
actual = "@vendor_ts__ra_ap_load-cargo-0.0.273//:ra_ap_load_cargo",
|
||||
tags = ["manual"],
|
||||
)
|
||||
|
||||
alias(
|
||||
name = "ra_ap_parser-0.0.270",
|
||||
actual = "@vendor_ts__ra_ap_parser-0.0.270//:ra_ap_parser",
|
||||
name = "ra_ap_parser-0.0.273",
|
||||
actual = "@vendor_ts__ra_ap_parser-0.0.273//:ra_ap_parser",
|
||||
tags = ["manual"],
|
||||
)
|
||||
|
||||
alias(
|
||||
name = "ra_ap_parser",
|
||||
actual = "@vendor_ts__ra_ap_parser-0.0.270//:ra_ap_parser",
|
||||
actual = "@vendor_ts__ra_ap_parser-0.0.273//:ra_ap_parser",
|
||||
tags = ["manual"],
|
||||
)
|
||||
|
||||
alias(
|
||||
name = "ra_ap_paths-0.0.270",
|
||||
actual = "@vendor_ts__ra_ap_paths-0.0.270//:ra_ap_paths",
|
||||
name = "ra_ap_paths-0.0.273",
|
||||
actual = "@vendor_ts__ra_ap_paths-0.0.273//:ra_ap_paths",
|
||||
tags = ["manual"],
|
||||
)
|
||||
|
||||
alias(
|
||||
name = "ra_ap_paths",
|
||||
actual = "@vendor_ts__ra_ap_paths-0.0.270//:ra_ap_paths",
|
||||
actual = "@vendor_ts__ra_ap_paths-0.0.273//:ra_ap_paths",
|
||||
tags = ["manual"],
|
||||
)
|
||||
|
||||
alias(
|
||||
name = "ra_ap_project_model-0.0.270",
|
||||
actual = "@vendor_ts__ra_ap_project_model-0.0.270//:ra_ap_project_model",
|
||||
name = "ra_ap_project_model-0.0.273",
|
||||
actual = "@vendor_ts__ra_ap_project_model-0.0.273//:ra_ap_project_model",
|
||||
tags = ["manual"],
|
||||
)
|
||||
|
||||
alias(
|
||||
name = "ra_ap_project_model",
|
||||
actual = "@vendor_ts__ra_ap_project_model-0.0.270//:ra_ap_project_model",
|
||||
actual = "@vendor_ts__ra_ap_project_model-0.0.273//:ra_ap_project_model",
|
||||
tags = ["manual"],
|
||||
)
|
||||
|
||||
alias(
|
||||
name = "ra_ap_span-0.0.270",
|
||||
actual = "@vendor_ts__ra_ap_span-0.0.270//:ra_ap_span",
|
||||
name = "ra_ap_span-0.0.273",
|
||||
actual = "@vendor_ts__ra_ap_span-0.0.273//:ra_ap_span",
|
||||
tags = ["manual"],
|
||||
)
|
||||
|
||||
alias(
|
||||
name = "ra_ap_span",
|
||||
actual = "@vendor_ts__ra_ap_span-0.0.270//:ra_ap_span",
|
||||
actual = "@vendor_ts__ra_ap_span-0.0.273//:ra_ap_span",
|
||||
tags = ["manual"],
|
||||
)
|
||||
|
||||
alias(
|
||||
name = "ra_ap_stdx-0.0.270",
|
||||
actual = "@vendor_ts__ra_ap_stdx-0.0.270//:ra_ap_stdx",
|
||||
name = "ra_ap_stdx-0.0.273",
|
||||
actual = "@vendor_ts__ra_ap_stdx-0.0.273//:ra_ap_stdx",
|
||||
tags = ["manual"],
|
||||
)
|
||||
|
||||
alias(
|
||||
name = "stdx-0.0.270",
|
||||
actual = "@vendor_ts__ra_ap_stdx-0.0.270//:ra_ap_stdx",
|
||||
name = "stdx-0.0.273",
|
||||
actual = "@vendor_ts__ra_ap_stdx-0.0.273//:ra_ap_stdx",
|
||||
tags = ["manual"],
|
||||
)
|
||||
|
||||
alias(
|
||||
name = "stdx",
|
||||
actual = "@vendor_ts__ra_ap_stdx-0.0.270//:ra_ap_stdx",
|
||||
actual = "@vendor_ts__ra_ap_stdx-0.0.273//:ra_ap_stdx",
|
||||
tags = ["manual"],
|
||||
)
|
||||
|
||||
alias(
|
||||
name = "ra_ap_syntax-0.0.270",
|
||||
actual = "@vendor_ts__ra_ap_syntax-0.0.270//:ra_ap_syntax",
|
||||
name = "ra_ap_syntax-0.0.273",
|
||||
actual = "@vendor_ts__ra_ap_syntax-0.0.273//:ra_ap_syntax",
|
||||
tags = ["manual"],
|
||||
)
|
||||
|
||||
alias(
|
||||
name = "ra_ap_syntax",
|
||||
actual = "@vendor_ts__ra_ap_syntax-0.0.270//:ra_ap_syntax",
|
||||
actual = "@vendor_ts__ra_ap_syntax-0.0.273//:ra_ap_syntax",
|
||||
tags = ["manual"],
|
||||
)
|
||||
|
||||
alias(
|
||||
name = "ra_ap_vfs-0.0.270",
|
||||
actual = "@vendor_ts__ra_ap_vfs-0.0.270//:ra_ap_vfs",
|
||||
name = "ra_ap_vfs-0.0.273",
|
||||
actual = "@vendor_ts__ra_ap_vfs-0.0.273//:ra_ap_vfs",
|
||||
tags = ["manual"],
|
||||
)
|
||||
|
||||
alias(
|
||||
name = "ra_ap_vfs",
|
||||
actual = "@vendor_ts__ra_ap_vfs-0.0.270//:ra_ap_vfs",
|
||||
actual = "@vendor_ts__ra_ap_vfs-0.0.273//:ra_ap_vfs",
|
||||
tags = ["manual"],
|
||||
)
|
||||
|
||||
|
||||
@@ -79,5 +79,5 @@ rust_library(
|
||||
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||
"//conditions:default": ["@platforms//:incompatible"],
|
||||
}),
|
||||
version = "2.8.0",
|
||||
version = "2.9.0",
|
||||
)
|
||||
@@ -80,9 +80,9 @@ rust_library(
|
||||
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||
"//conditions:default": ["@platforms//:incompatible"],
|
||||
}),
|
||||
version = "1.5.3",
|
||||
version = "1.5.5",
|
||||
deps = [
|
||||
"@vendor_ts__borsh-1.5.3//:build_script_build",
|
||||
"@vendor_ts__borsh-1.5.5//:build_script_build",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -131,7 +131,7 @@ cargo_build_script(
|
||||
"noclippy",
|
||||
"norustfmt",
|
||||
],
|
||||
version = "1.5.3",
|
||||
version = "1.5.5",
|
||||
visibility = ["//visibility:private"],
|
||||
deps = [
|
||||
"@vendor_ts__cfg_aliases-0.2.1//:cfg_aliases",
|
||||
@@ -32,7 +32,7 @@ rust_library(
|
||||
"default",
|
||||
],
|
||||
crate_root = "src/lib.rs",
|
||||
edition = "2018",
|
||||
edition = "2021",
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
],
|
||||
@@ -82,13 +82,13 @@ rust_library(
|
||||
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||
"//conditions:default": ["@platforms//:incompatible"],
|
||||
}),
|
||||
version = "0.18.1",
|
||||
version = "0.19.2",
|
||||
deps = [
|
||||
"@vendor_ts__camino-1.1.9//:camino",
|
||||
"@vendor_ts__cargo-platform-0.1.9//:cargo_platform",
|
||||
"@vendor_ts__semver-1.0.24//:semver",
|
||||
"@vendor_ts__semver-1.0.26//:semver",
|
||||
"@vendor_ts__serde-1.0.219//:serde",
|
||||
"@vendor_ts__serde_json-1.0.140//:serde_json",
|
||||
"@vendor_ts__thiserror-1.0.69//:thiserror",
|
||||
"@vendor_ts__thiserror-2.0.12//:thiserror",
|
||||
],
|
||||
)
|
||||
2
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.chalk-ir-0.100.0.bazel
generated
vendored
2
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.chalk-ir-0.100.0.bazel
generated
vendored
@@ -84,6 +84,6 @@ rust_library(
|
||||
}),
|
||||
version = "0.100.0",
|
||||
deps = [
|
||||
"@vendor_ts__bitflags-2.8.0//:bitflags",
|
||||
"@vendor_ts__bitflags-2.9.0//:bitflags",
|
||||
],
|
||||
)
|
||||
|
||||
2
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.chalk-solve-0.100.0.bazel
generated
vendored
2
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.chalk-solve-0.100.0.bazel
generated
vendored
@@ -86,7 +86,7 @@ rust_library(
|
||||
deps = [
|
||||
"@vendor_ts__chalk-ir-0.100.0//:chalk_ir",
|
||||
"@vendor_ts__ena-0.14.3//:ena",
|
||||
"@vendor_ts__indexmap-2.7.0//:indexmap",
|
||||
"@vendor_ts__indexmap-2.9.0//:indexmap",
|
||||
"@vendor_ts__itertools-0.12.1//:itertools",
|
||||
"@vendor_ts__petgraph-0.6.5//:petgraph",
|
||||
"@vendor_ts__rustc-hash-1.1.0//:rustc_hash",
|
||||
|
||||
@@ -92,8 +92,8 @@ rust_library(
|
||||
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||
"//conditions:default": ["@platforms//:incompatible"],
|
||||
}),
|
||||
version = "4.5.32",
|
||||
version = "4.5.35",
|
||||
deps = [
|
||||
"@vendor_ts__clap_builder-4.5.32//:clap_builder",
|
||||
"@vendor_ts__clap_builder-4.5.35//:clap_builder",
|
||||
],
|
||||
)
|
||||
@@ -87,7 +87,7 @@ rust_library(
|
||||
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||
"//conditions:default": ["@platforms//:incompatible"],
|
||||
}),
|
||||
version = "4.5.32",
|
||||
version = "4.5.35",
|
||||
deps = [
|
||||
"@vendor_ts__anstream-0.6.18//:anstream",
|
||||
"@vendor_ts__anstyle-1.0.10//:anstyle",
|
||||
2
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.ena-0.14.3.bazel
generated
vendored
2
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.ena-0.14.3.bazel
generated
vendored
@@ -81,6 +81,6 @@ rust_library(
|
||||
}),
|
||||
version = "0.14.3",
|
||||
deps = [
|
||||
"@vendor_ts__log-0.4.25//:log",
|
||||
"@vendor_ts__log-0.4.27//:log",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -79,5 +79,5 @@ rust_library(
|
||||
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||
"//conditions:default": ["@platforms//:incompatible"],
|
||||
}),
|
||||
version = "1.0.1",
|
||||
version = "1.0.2",
|
||||
)
|
||||
48
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.filetime-0.2.25.bazel
generated
vendored
48
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.filetime-0.2.25.bazel
generated
vendored
@@ -84,85 +84,85 @@ rust_library(
|
||||
"@vendor_ts__cfg-if-1.0.0//:cfg_if",
|
||||
] + select({
|
||||
"@rules_rust//rust/platform:aarch64-apple-darwin": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:aarch64-apple-ios": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:aarch64-apple-ios-sim": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:aarch64-linux-android": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:aarch64-pc-windows-msvc": [
|
||||
"@vendor_ts__windows-sys-0.59.0//:windows_sys", # cfg(windows)
|
||||
],
|
||||
"@rules_rust//rust/platform:aarch64-unknown-fuchsia": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:armv7-linux-androideabi": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:i686-apple-darwin": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:i686-linux-android": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:i686-pc-windows-msvc": [
|
||||
"@vendor_ts__windows-sys-0.59.0//:windows_sys", # cfg(windows)
|
||||
],
|
||||
"@rules_rust//rust/platform:i686-unknown-freebsd": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:i686-unknown-linux-gnu": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:s390x-unknown-linux-gnu": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:x86_64-apple-darwin": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:x86_64-apple-ios": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:x86_64-linux-android": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:x86_64-pc-windows-msvc": [
|
||||
"@vendor_ts__windows-sys-0.59.0//:windows_sys", # cfg(windows)
|
||||
],
|
||||
"@rules_rust//rust/platform:x86_64-unknown-freebsd": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:x86_64-unknown-fuchsia": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}),
|
||||
|
||||
2
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.fsevent-sys-4.1.0.bazel
generated
vendored
2
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.fsevent-sys-4.1.0.bazel
generated
vendored
@@ -81,6 +81,6 @@ rust_library(
|
||||
}),
|
||||
version = "4.1.0",
|
||||
deps = [
|
||||
"@vendor_ts__libc-0.2.169//:libc",
|
||||
"@vendor_ts__libc-0.2.171//:libc",
|
||||
],
|
||||
)
|
||||
|
||||
50
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.generator-0.8.4.bazel
generated
vendored
50
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.generator-0.8.4.bazel
generated
vendored
@@ -84,88 +84,88 @@ rust_library(
|
||||
deps = [
|
||||
"@vendor_ts__cfg-if-1.0.0//:cfg_if",
|
||||
"@vendor_ts__generator-0.8.4//:build_script_build",
|
||||
"@vendor_ts__log-0.4.25//:log",
|
||||
"@vendor_ts__log-0.4.27//:log",
|
||||
] + select({
|
||||
"@rules_rust//rust/platform:aarch64-apple-darwin": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:aarch64-apple-ios": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:aarch64-apple-ios-sim": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:aarch64-linux-android": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:aarch64-pc-windows-msvc": [
|
||||
"@vendor_ts__windows-0.58.0//:windows", # cfg(windows)
|
||||
],
|
||||
"@rules_rust//rust/platform:aarch64-unknown-fuchsia": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:armv7-linux-androideabi": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:i686-apple-darwin": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:i686-linux-android": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:i686-pc-windows-msvc": [
|
||||
"@vendor_ts__windows-0.58.0//:windows", # cfg(windows)
|
||||
],
|
||||
"@rules_rust//rust/platform:i686-unknown-freebsd": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:i686-unknown-linux-gnu": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:s390x-unknown-linux-gnu": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:x86_64-apple-darwin": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:x86_64-apple-ios": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:x86_64-linux-android": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:x86_64-pc-windows-msvc": [
|
||||
"@vendor_ts__windows-0.58.0//:windows", # cfg(windows)
|
||||
],
|
||||
"@rules_rust//rust/platform:x86_64-unknown-freebsd": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:x86_64-unknown-fuchsia": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}),
|
||||
|
||||
44
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.getrandom-0.3.1.bazel
generated
vendored
44
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.getrandom-0.3.1.bazel
generated
vendored
@@ -89,79 +89,79 @@ rust_library(
|
||||
"@vendor_ts__getrandom-0.3.1//:build_script_build",
|
||||
] + select({
|
||||
"@rules_rust//rust/platform:aarch64-apple-darwin": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(any(target_os = "macos", target_os = "openbsd", target_os = "vita", target_os = "emscripten"))
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(any(target_os = "macos", target_os = "openbsd", target_os = "vita", target_os = "emscripten"))
|
||||
],
|
||||
"@rules_rust//rust/platform:aarch64-apple-ios": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(any(target_os = "ios", target_os = "visionos", target_os = "watchos", target_os = "tvos"))
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(any(target_os = "ios", target_os = "visionos", target_os = "watchos", target_os = "tvos"))
|
||||
],
|
||||
"@rules_rust//rust/platform:aarch64-apple-ios-sim": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(any(target_os = "ios", target_os = "visionos", target_os = "watchos", target_os = "tvos"))
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(any(target_os = "ios", target_os = "visionos", target_os = "watchos", target_os = "tvos"))
|
||||
],
|
||||
"@rules_rust//rust/platform:aarch64-linux-android": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(all(any(target_os = "linux", target_os = "android"), not(any(getrandom_backend = "custom", getrandom_backend = "rdrand", getrandom_backend = "rndr"))))
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(all(any(target_os = "linux", target_os = "android"), not(any(getrandom_backend = "custom", getrandom_backend = "rdrand", getrandom_backend = "rndr"))))
|
||||
],
|
||||
"@rules_rust//rust/platform:aarch64-pc-windows-msvc": [
|
||||
"@vendor_ts__windows-targets-0.52.6//:windows_targets", # cfg(all(windows, not(target_vendor = "win7")))
|
||||
],
|
||||
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(all(any(target_os = "linux", target_os = "android"), not(any(getrandom_backend = "custom", getrandom_backend = "rdrand", getrandom_backend = "rndr"))))
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(all(any(target_os = "linux", target_os = "android"), not(any(getrandom_backend = "custom", getrandom_backend = "rdrand", getrandom_backend = "rndr"))))
|
||||
],
|
||||
"@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(all(any(target_os = "linux", target_os = "android"), not(any(getrandom_backend = "custom", getrandom_backend = "rdrand", getrandom_backend = "rndr"))))
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(all(any(target_os = "linux", target_os = "android"), not(any(getrandom_backend = "custom", getrandom_backend = "rdrand", getrandom_backend = "rndr"))))
|
||||
],
|
||||
"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(any(target_os = "haiku", target_os = "redox", target_os = "nto", target_os = "aix"))
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(any(target_os = "haiku", target_os = "redox", target_os = "nto", target_os = "aix"))
|
||||
],
|
||||
"@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(all(any(target_os = "linux", target_os = "android"), not(any(getrandom_backend = "custom", getrandom_backend = "rdrand", getrandom_backend = "rndr"))))
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(all(any(target_os = "linux", target_os = "android"), not(any(getrandom_backend = "custom", getrandom_backend = "rdrand", getrandom_backend = "rndr"))))
|
||||
],
|
||||
"@rules_rust//rust/platform:armv7-linux-androideabi": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(all(any(target_os = "linux", target_os = "android"), not(any(getrandom_backend = "custom", getrandom_backend = "rdrand", getrandom_backend = "rndr"))))
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(all(any(target_os = "linux", target_os = "android"), not(any(getrandom_backend = "custom", getrandom_backend = "rdrand", getrandom_backend = "rndr"))))
|
||||
],
|
||||
"@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(all(any(target_os = "linux", target_os = "android"), not(any(getrandom_backend = "custom", getrandom_backend = "rdrand", getrandom_backend = "rndr"))))
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(all(any(target_os = "linux", target_os = "android"), not(any(getrandom_backend = "custom", getrandom_backend = "rdrand", getrandom_backend = "rndr"))))
|
||||
],
|
||||
"@rules_rust//rust/platform:i686-apple-darwin": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(any(target_os = "macos", target_os = "openbsd", target_os = "vita", target_os = "emscripten"))
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(any(target_os = "macos", target_os = "openbsd", target_os = "vita", target_os = "emscripten"))
|
||||
],
|
||||
"@rules_rust//rust/platform:i686-linux-android": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(all(any(target_os = "linux", target_os = "android"), not(any(getrandom_backend = "custom", getrandom_backend = "rdrand", getrandom_backend = "rndr"))))
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(all(any(target_os = "linux", target_os = "android"), not(any(getrandom_backend = "custom", getrandom_backend = "rdrand", getrandom_backend = "rndr"))))
|
||||
],
|
||||
"@rules_rust//rust/platform:i686-pc-windows-msvc": [
|
||||
"@vendor_ts__windows-targets-0.52.6//:windows_targets", # cfg(all(windows, not(target_vendor = "win7")))
|
||||
],
|
||||
"@rules_rust//rust/platform:i686-unknown-freebsd": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(any(target_os = "dragonfly", target_os = "freebsd", target_os = "hurd", target_os = "illumos", all(target_os = "horizon", target_arch = "arm")))
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(any(target_os = "dragonfly", target_os = "freebsd", target_os = "hurd", target_os = "illumos", all(target_os = "horizon", target_arch = "arm")))
|
||||
],
|
||||
"@rules_rust//rust/platform:i686-unknown-linux-gnu": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(all(any(target_os = "linux", target_os = "android"), not(any(getrandom_backend = "custom", getrandom_backend = "rdrand", getrandom_backend = "rndr"))))
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(all(any(target_os = "linux", target_os = "android"), not(any(getrandom_backend = "custom", getrandom_backend = "rdrand", getrandom_backend = "rndr"))))
|
||||
],
|
||||
"@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(all(any(target_os = "linux", target_os = "android"), not(any(getrandom_backend = "custom", getrandom_backend = "rdrand", getrandom_backend = "rndr"))))
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(all(any(target_os = "linux", target_os = "android"), not(any(getrandom_backend = "custom", getrandom_backend = "rdrand", getrandom_backend = "rndr"))))
|
||||
],
|
||||
"@rules_rust//rust/platform:s390x-unknown-linux-gnu": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(all(any(target_os = "linux", target_os = "android"), not(any(getrandom_backend = "custom", getrandom_backend = "rdrand", getrandom_backend = "rndr"))))
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(all(any(target_os = "linux", target_os = "android"), not(any(getrandom_backend = "custom", getrandom_backend = "rdrand", getrandom_backend = "rndr"))))
|
||||
],
|
||||
"@rules_rust//rust/platform:x86_64-apple-darwin": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(any(target_os = "macos", target_os = "openbsd", target_os = "vita", target_os = "emscripten"))
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(any(target_os = "macos", target_os = "openbsd", target_os = "vita", target_os = "emscripten"))
|
||||
],
|
||||
"@rules_rust//rust/platform:x86_64-apple-ios": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(any(target_os = "ios", target_os = "visionos", target_os = "watchos", target_os = "tvos"))
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(any(target_os = "ios", target_os = "visionos", target_os = "watchos", target_os = "tvos"))
|
||||
],
|
||||
"@rules_rust//rust/platform:x86_64-linux-android": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(all(any(target_os = "linux", target_os = "android"), not(any(getrandom_backend = "custom", getrandom_backend = "rdrand", getrandom_backend = "rndr"))))
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(all(any(target_os = "linux", target_os = "android"), not(any(getrandom_backend = "custom", getrandom_backend = "rdrand", getrandom_backend = "rndr"))))
|
||||
],
|
||||
"@rules_rust//rust/platform:x86_64-pc-windows-msvc": [
|
||||
"@vendor_ts__windows-targets-0.52.6//:windows_targets", # cfg(all(windows, not(target_vendor = "win7")))
|
||||
],
|
||||
"@rules_rust//rust/platform:x86_64-unknown-freebsd": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(any(target_os = "dragonfly", target_os = "freebsd", target_os = "hurd", target_os = "illumos", all(target_os = "horizon", target_arch = "arm")))
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(any(target_os = "dragonfly", target_os = "freebsd", target_os = "hurd", target_os = "illumos", all(target_os = "horizon", target_arch = "arm")))
|
||||
],
|
||||
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(all(any(target_os = "linux", target_os = "android"), not(any(getrandom_backend = "custom", getrandom_backend = "rdrand", getrandom_backend = "rndr"))))
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(all(any(target_os = "linux", target_os = "android"), not(any(getrandom_backend = "custom", getrandom_backend = "rdrand", getrandom_backend = "rndr"))))
|
||||
],
|
||||
"@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(all(any(target_os = "linux", target_os = "android"), not(any(getrandom_backend = "custom", getrandom_backend = "rdrand", getrandom_backend = "rndr"))))
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(all(any(target_os = "linux", target_os = "android"), not(any(getrandom_backend = "custom", getrandom_backend = "rdrand", getrandom_backend = "rndr"))))
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}),
|
||||
|
||||
2
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.globset-0.4.15.bazel
generated
vendored
2
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.globset-0.4.15.bazel
generated
vendored
@@ -87,7 +87,7 @@ rust_library(
|
||||
deps = [
|
||||
"@vendor_ts__aho-corasick-1.1.3//:aho_corasick",
|
||||
"@vendor_ts__bstr-1.11.3//:bstr",
|
||||
"@vendor_ts__log-0.4.25//:log",
|
||||
"@vendor_ts__log-0.4.27//:log",
|
||||
"@vendor_ts__regex-automata-0.4.9//:regex_automata",
|
||||
"@vendor_ts__regex-syntax-0.8.5//:regex_syntax",
|
||||
],
|
||||
|
||||
2
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.hashbrown-0.15.2.bazel
generated
vendored
2
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.hashbrown-0.15.2.bazel
generated
vendored
@@ -90,7 +90,7 @@ rust_library(
|
||||
version = "0.15.2",
|
||||
deps = [
|
||||
"@vendor_ts__allocator-api2-0.2.21//:allocator_api2",
|
||||
"@vendor_ts__equivalent-1.0.1//:equivalent",
|
||||
"@vendor_ts__equivalent-1.0.2//:equivalent",
|
||||
"@vendor_ts__foldhash-0.1.5//:foldhash",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -84,9 +84,9 @@ rust_library(
|
||||
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||
"//conditions:default": ["@platforms//:incompatible"],
|
||||
}),
|
||||
version = "2.7.0",
|
||||
version = "2.9.0",
|
||||
deps = [
|
||||
"@vendor_ts__equivalent-1.0.1//:equivalent",
|
||||
"@vendor_ts__equivalent-1.0.2//:equivalent",
|
||||
"@vendor_ts__hashbrown-0.15.2//:hashbrown",
|
||||
"@vendor_ts__serde-1.0.219//:serde",
|
||||
],
|
||||
4
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.inotify-0.11.0.bazel
generated
vendored
4
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.inotify-0.11.0.bazel
generated
vendored
@@ -81,8 +81,8 @@ rust_library(
|
||||
}),
|
||||
version = "0.11.0",
|
||||
deps = [
|
||||
"@vendor_ts__bitflags-2.8.0//:bitflags",
|
||||
"@vendor_ts__bitflags-2.9.0//:bitflags",
|
||||
"@vendor_ts__inotify-sys-0.1.5//:inotify_sys",
|
||||
"@vendor_ts__libc-0.2.169//:libc",
|
||||
"@vendor_ts__libc-0.2.171//:libc",
|
||||
],
|
||||
)
|
||||
|
||||
2
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.inotify-sys-0.1.5.bazel
generated
vendored
2
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.inotify-sys-0.1.5.bazel
generated
vendored
@@ -81,6 +81,6 @@ rust_library(
|
||||
}),
|
||||
version = "0.1.5",
|
||||
deps = [
|
||||
"@vendor_ts__libc-0.2.169//:libc",
|
||||
"@vendor_ts__libc-0.2.171//:libc",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -79,5 +79,5 @@ rust_library(
|
||||
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||
"//conditions:default": ["@platforms//:incompatible"],
|
||||
}),
|
||||
version = "1.0.14",
|
||||
version = "1.0.15",
|
||||
)
|
||||
2
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.kqueue-1.0.8.bazel
generated
vendored
2
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.kqueue-1.0.8.bazel
generated
vendored
@@ -82,6 +82,6 @@ rust_library(
|
||||
version = "1.0.8",
|
||||
deps = [
|
||||
"@vendor_ts__kqueue-sys-1.0.4//:kqueue_sys",
|
||||
"@vendor_ts__libc-0.2.169//:libc",
|
||||
"@vendor_ts__libc-0.2.171//:libc",
|
||||
],
|
||||
)
|
||||
|
||||
2
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.kqueue-sys-1.0.4.bazel
generated
vendored
2
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.kqueue-sys-1.0.4.bazel
generated
vendored
@@ -82,6 +82,6 @@ rust_library(
|
||||
version = "1.0.4",
|
||||
deps = [
|
||||
"@vendor_ts__bitflags-1.3.2//:bitflags",
|
||||
"@vendor_ts__libc-0.2.169//:libc",
|
||||
"@vendor_ts__libc-0.2.171//:libc",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -84,9 +84,9 @@ rust_library(
|
||||
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||
"//conditions:default": ["@platforms//:incompatible"],
|
||||
}),
|
||||
version = "0.2.169",
|
||||
version = "0.2.171",
|
||||
deps = [
|
||||
"@vendor_ts__libc-0.2.169//:build_script_build",
|
||||
"@vendor_ts__libc-0.2.171//:build_script_build",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -139,7 +139,7 @@ cargo_build_script(
|
||||
"noclippy",
|
||||
"norustfmt",
|
||||
],
|
||||
version = "0.2.169",
|
||||
version = "0.2.171",
|
||||
visibility = ["//visibility:private"],
|
||||
)
|
||||
|
||||
4
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.libredox-0.1.3.bazel
generated
vendored
4
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.libredox-0.1.3.bazel
generated
vendored
@@ -81,8 +81,8 @@ rust_library(
|
||||
}),
|
||||
version = "0.1.3",
|
||||
deps = [
|
||||
"@vendor_ts__bitflags-2.8.0//:bitflags",
|
||||
"@vendor_ts__libc-0.2.169//:libc",
|
||||
"@vendor_ts__bitflags-2.9.0//:bitflags",
|
||||
"@vendor_ts__libc-0.2.171//:libc",
|
||||
"@vendor_ts__redox_syscall-0.5.8//:syscall",
|
||||
],
|
||||
)
|
||||
|
||||
2
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.log-0.3.9.bazel
generated
vendored
2
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.log-0.3.9.bazel
generated
vendored
@@ -85,6 +85,6 @@ rust_library(
|
||||
}),
|
||||
version = "0.3.9",
|
||||
deps = [
|
||||
"@vendor_ts__log-0.4.25//:log",
|
||||
"@vendor_ts__log-0.4.27//:log",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -82,5 +82,5 @@ rust_library(
|
||||
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||
"//conditions:default": ["@platforms//:incompatible"],
|
||||
}),
|
||||
version = "0.4.25",
|
||||
version = "0.4.27",
|
||||
)
|
||||
83
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.lz4_flex-0.11.3.bazel
generated
vendored
83
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.lz4_flex-0.11.3.bazel
generated
vendored
@@ -1,83 +0,0 @@
|
||||
###############################################################################
|
||||
# @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//rust:defs.bzl", "rust_library")
|
||||
|
||||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
rust_library(
|
||||
name = "lz4_flex",
|
||||
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_root = "src/lib.rs",
|
||||
edition = "2021",
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
],
|
||||
tags = [
|
||||
"cargo-bazel",
|
||||
"crate-name=lz4_flex",
|
||||
"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 = "0.11.3",
|
||||
)
|
||||
52
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.mio-1.0.3.bazel
generated
vendored
52
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.mio-1.0.3.bazel
generated
vendored
@@ -87,92 +87,92 @@ rust_library(
|
||||
}),
|
||||
version = "1.0.3",
|
||||
deps = [
|
||||
"@vendor_ts__log-0.4.25//:log",
|
||||
"@vendor_ts__log-0.4.27//:log",
|
||||
] + select({
|
||||
"@rules_rust//rust/platform:aarch64-apple-darwin": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:aarch64-apple-ios": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:aarch64-apple-ios-sim": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:aarch64-linux-android": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:aarch64-pc-windows-msvc": [
|
||||
"@vendor_ts__windows-sys-0.52.0//:windows_sys", # cfg(windows)
|
||||
],
|
||||
"@rules_rust//rust/platform:aarch64-unknown-fuchsia": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:armv7-linux-androideabi": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:i686-apple-darwin": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:i686-linux-android": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:i686-pc-windows-msvc": [
|
||||
"@vendor_ts__windows-sys-0.52.0//:windows_sys", # cfg(windows)
|
||||
],
|
||||
"@rules_rust//rust/platform:i686-unknown-freebsd": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:i686-unknown-linux-gnu": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:s390x-unknown-linux-gnu": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:wasm32-wasip1": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(target_os = "wasi")
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(target_os = "wasi")
|
||||
"@vendor_ts__wasi-0.11.0-wasi-snapshot-preview1//:wasi", # cfg(target_os = "wasi")
|
||||
],
|
||||
"@rules_rust//rust/platform:x86_64-apple-darwin": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:x86_64-apple-ios": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:x86_64-linux-android": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:x86_64-pc-windows-msvc": [
|
||||
"@vendor_ts__windows-sys-0.52.0//:windows_sys", # cfg(windows)
|
||||
],
|
||||
"@rules_rust//rust/platform:x86_64-unknown-freebsd": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:x86_64-unknown-fuchsia": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}),
|
||||
|
||||
10
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.notify-8.0.0.bazel
generated
vendored
10
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.notify-8.0.0.bazel
generated
vendored
@@ -87,13 +87,13 @@ rust_library(
|
||||
version = "8.0.0",
|
||||
deps = [
|
||||
"@vendor_ts__filetime-0.2.25//:filetime",
|
||||
"@vendor_ts__libc-0.2.169//:libc",
|
||||
"@vendor_ts__log-0.4.25//:log",
|
||||
"@vendor_ts__libc-0.2.171//:libc",
|
||||
"@vendor_ts__log-0.4.27//:log",
|
||||
"@vendor_ts__notify-types-2.0.0//:notify_types",
|
||||
"@vendor_ts__walkdir-2.5.0//:walkdir",
|
||||
] + select({
|
||||
"@rules_rust//rust/platform:aarch64-apple-darwin": [
|
||||
"@vendor_ts__bitflags-2.8.0//:bitflags", # cfg(target_os = "macos")
|
||||
"@vendor_ts__bitflags-2.9.0//:bitflags", # cfg(target_os = "macos")
|
||||
"@vendor_ts__fsevent-sys-4.1.0//:fsevent_sys", # aarch64-apple-darwin
|
||||
],
|
||||
"@rules_rust//rust/platform:aarch64-apple-ios": [
|
||||
@@ -132,7 +132,7 @@ rust_library(
|
||||
"@vendor_ts__mio-1.0.3//:mio", # cfg(any(target_os = "linux", target_os = "android"))
|
||||
],
|
||||
"@rules_rust//rust/platform:i686-apple-darwin": [
|
||||
"@vendor_ts__bitflags-2.8.0//:bitflags", # cfg(target_os = "macos")
|
||||
"@vendor_ts__bitflags-2.9.0//:bitflags", # cfg(target_os = "macos")
|
||||
"@vendor_ts__fsevent-sys-4.1.0//:fsevent_sys", # i686-apple-darwin
|
||||
],
|
||||
"@rules_rust//rust/platform:i686-linux-android": [
|
||||
@@ -159,7 +159,7 @@ rust_library(
|
||||
"@vendor_ts__mio-1.0.3//:mio", # cfg(any(target_os = "linux", target_os = "android"))
|
||||
],
|
||||
"@rules_rust//rust/platform:x86_64-apple-darwin": [
|
||||
"@vendor_ts__bitflags-2.8.0//:bitflags", # cfg(target_os = "macos")
|
||||
"@vendor_ts__bitflags-2.9.0//:bitflags", # cfg(target_os = "macos")
|
||||
"@vendor_ts__fsevent-sys-4.1.0//:fsevent_sys", # x86_64-apple-darwin
|
||||
],
|
||||
"@rules_rust//rust/platform:x86_64-apple-ios": [
|
||||
|
||||
66
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.num_cpus-1.16.0.bazel
generated
vendored
66
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.num_cpus-1.16.0.bazel
generated
vendored
@@ -82,103 +82,103 @@ rust_library(
|
||||
version = "1.16.0",
|
||||
deps = select({
|
||||
"@rules_rust//rust/platform:aarch64-apple-darwin": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(not(windows))
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(not(windows))
|
||||
],
|
||||
"@rules_rust//rust/platform:aarch64-apple-ios": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(not(windows))
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(not(windows))
|
||||
],
|
||||
"@rules_rust//rust/platform:aarch64-apple-ios-sim": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(not(windows))
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(not(windows))
|
||||
],
|
||||
"@rules_rust//rust/platform:aarch64-linux-android": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(not(windows))
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(not(windows))
|
||||
],
|
||||
"@rules_rust//rust/platform:aarch64-unknown-fuchsia": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(not(windows))
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(not(windows))
|
||||
],
|
||||
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(not(windows))
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(not(windows))
|
||||
],
|
||||
"@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(not(windows))
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(not(windows))
|
||||
],
|
||||
"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(not(windows))
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(not(windows))
|
||||
],
|
||||
"@rules_rust//rust/platform:aarch64-unknown-uefi": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(not(windows))
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(not(windows))
|
||||
],
|
||||
"@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(not(windows))
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(not(windows))
|
||||
],
|
||||
"@rules_rust//rust/platform:armv7-linux-androideabi": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(not(windows))
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(not(windows))
|
||||
],
|
||||
"@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(not(windows))
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(not(windows))
|
||||
],
|
||||
"@rules_rust//rust/platform:i686-apple-darwin": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(not(windows))
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(not(windows))
|
||||
],
|
||||
"@rules_rust//rust/platform:i686-linux-android": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(not(windows))
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(not(windows))
|
||||
],
|
||||
"@rules_rust//rust/platform:i686-unknown-freebsd": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(not(windows))
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(not(windows))
|
||||
],
|
||||
"@rules_rust//rust/platform:i686-unknown-linux-gnu": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(not(windows))
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(not(windows))
|
||||
],
|
||||
"@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(not(windows))
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(not(windows))
|
||||
],
|
||||
"@rules_rust//rust/platform:riscv32imc-unknown-none-elf": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(not(windows))
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(not(windows))
|
||||
],
|
||||
"@rules_rust//rust/platform:riscv64gc-unknown-none-elf": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(not(windows))
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(not(windows))
|
||||
],
|
||||
"@rules_rust//rust/platform:s390x-unknown-linux-gnu": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(not(windows))
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(not(windows))
|
||||
],
|
||||
"@rules_rust//rust/platform:thumbv7em-none-eabi": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(not(windows))
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(not(windows))
|
||||
],
|
||||
"@rules_rust//rust/platform:thumbv8m.main-none-eabi": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(not(windows))
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(not(windows))
|
||||
],
|
||||
"@rules_rust//rust/platform:wasm32-unknown-unknown": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(not(windows))
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(not(windows))
|
||||
],
|
||||
"@rules_rust//rust/platform:wasm32-wasip1": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(not(windows))
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(not(windows))
|
||||
],
|
||||
"@rules_rust//rust/platform:x86_64-apple-darwin": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(not(windows))
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(not(windows))
|
||||
],
|
||||
"@rules_rust//rust/platform:x86_64-apple-ios": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(not(windows))
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(not(windows))
|
||||
],
|
||||
"@rules_rust//rust/platform:x86_64-linux-android": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(not(windows))
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(not(windows))
|
||||
],
|
||||
"@rules_rust//rust/platform:x86_64-unknown-freebsd": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(not(windows))
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(not(windows))
|
||||
],
|
||||
"@rules_rust//rust/platform:x86_64-unknown-fuchsia": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(not(windows))
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(not(windows))
|
||||
],
|
||||
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(not(windows))
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(not(windows))
|
||||
],
|
||||
"@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(not(windows))
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(not(windows))
|
||||
],
|
||||
"@rules_rust//rust/platform:x86_64-unknown-none": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(not(windows))
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(not(windows))
|
||||
],
|
||||
"@rules_rust//rust/platform:x86_64-unknown-uefi": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(not(windows))
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(not(windows))
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}),
|
||||
|
||||
@@ -79,5 +79,5 @@ rust_library(
|
||||
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||
"//conditions:default": ["@platforms//:incompatible"],
|
||||
}),
|
||||
version = "11.1.4",
|
||||
version = "11.1.5",
|
||||
)
|
||||
48
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.parking_lot_core-0.9.10.bazel
generated
vendored
48
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.parking_lot_core-0.9.10.bazel
generated
vendored
@@ -87,85 +87,85 @@ rust_library(
|
||||
"@vendor_ts__smallvec-1.14.0//:smallvec",
|
||||
] + select({
|
||||
"@rules_rust//rust/platform:aarch64-apple-darwin": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:aarch64-apple-ios": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:aarch64-apple-ios-sim": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:aarch64-linux-android": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:aarch64-pc-windows-msvc": [
|
||||
"@vendor_ts__windows-targets-0.52.6//:windows_targets", # cfg(windows)
|
||||
],
|
||||
"@rules_rust//rust/platform:aarch64-unknown-fuchsia": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:armv7-linux-androideabi": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:i686-apple-darwin": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:i686-linux-android": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:i686-pc-windows-msvc": [
|
||||
"@vendor_ts__windows-targets-0.52.6//:windows_targets", # cfg(windows)
|
||||
],
|
||||
"@rules_rust//rust/platform:i686-unknown-freebsd": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:i686-unknown-linux-gnu": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:s390x-unknown-linux-gnu": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:x86_64-apple-darwin": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:x86_64-apple-ios": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:x86_64-linux-android": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:x86_64-pc-windows-msvc": [
|
||||
"@vendor_ts__windows-targets-0.52.6//:windows_targets", # cfg(windows)
|
||||
],
|
||||
"@rules_rust//rust/platform:x86_64-unknown-freebsd": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:x86_64-unknown-fuchsia": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [
|
||||
"@vendor_ts__libc-0.2.169//:libc", # cfg(unix)
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}),
|
||||
|
||||
2
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.perf-event-0.4.7.bazel
generated
vendored
2
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.perf-event-0.4.7.bazel
generated
vendored
@@ -81,7 +81,7 @@ rust_library(
|
||||
}),
|
||||
version = "0.4.7",
|
||||
deps = [
|
||||
"@vendor_ts__libc-0.2.169//:libc",
|
||||
"@vendor_ts__libc-0.2.171//:libc",
|
||||
"@vendor_ts__perf-event-open-sys-1.0.1//:perf_event_open_sys",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -81,6 +81,6 @@ rust_library(
|
||||
}),
|
||||
version = "1.0.1",
|
||||
deps = [
|
||||
"@vendor_ts__libc-0.2.169//:libc",
|
||||
"@vendor_ts__libc-0.2.171//:libc",
|
||||
],
|
||||
)
|
||||
|
||||
2
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.petgraph-0.6.5.bazel
generated
vendored
2
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.petgraph-0.6.5.bazel
generated
vendored
@@ -88,6 +88,6 @@ rust_library(
|
||||
version = "0.6.5",
|
||||
deps = [
|
||||
"@vendor_ts__fixedbitset-0.4.2//:fixedbitset",
|
||||
"@vendor_ts__indexmap-2.7.0//:indexmap",
|
||||
"@vendor_ts__indexmap-2.9.0//:indexmap",
|
||||
],
|
||||
)
|
||||
|
||||
2
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.proc-macro2-1.0.94.bazel
generated
vendored
2
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.proc-macro2-1.0.94.bazel
generated
vendored
@@ -87,7 +87,7 @@ rust_library(
|
||||
version = "1.0.94",
|
||||
deps = [
|
||||
"@vendor_ts__proc-macro2-1.0.94//:build_script_build",
|
||||
"@vendor_ts__unicode-ident-1.0.16//:unicode_ident",
|
||||
"@vendor_ts__unicode-ident-1.0.17//:unicode_ident",
|
||||
],
|
||||
)
|
||||
|
||||
|
||||
2
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.ra-ap-rustc_abi-0.100.0.bazel
generated
vendored
2
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.ra-ap-rustc_abi-0.100.0.bazel
generated
vendored
@@ -85,7 +85,7 @@ rust_library(
|
||||
}),
|
||||
version = "0.100.0",
|
||||
deps = [
|
||||
"@vendor_ts__bitflags-2.8.0//:bitflags",
|
||||
"@vendor_ts__bitflags-2.9.0//:bitflags",
|
||||
"@vendor_ts__ra-ap-rustc_hashes-0.100.0//:ra_ap_rustc_hashes",
|
||||
"@vendor_ts__ra-ap-rustc_index-0.100.0//:ra_ap_rustc_index",
|
||||
"@vendor_ts__tracing-0.1.41//:tracing",
|
||||
|
||||
@@ -86,7 +86,7 @@ rust_library(
|
||||
deps = [
|
||||
"@vendor_ts__ra-ap-rustc_index-0.100.0//:ra_ap_rustc_index",
|
||||
"@vendor_ts__rustc-hash-2.1.1//:rustc_hash",
|
||||
"@vendor_ts__rustc_apfloat-0.2.1-llvm-462a31f5a5ab//:rustc_apfloat",
|
||||
"@vendor_ts__rustc_apfloat-0.2.2-llvm-462a31f5a5ab//:rustc_apfloat",
|
||||
"@vendor_ts__smallvec-1.14.0//:smallvec",
|
||||
"@vendor_ts__tracing-0.1.41//:tracing",
|
||||
],
|
||||
|
||||
@@ -17,13 +17,12 @@ rust_library(
|
||||
allow_empty = True,
|
||||
),
|
||||
aliases = {
|
||||
"@vendor_ts__ra_ap_cfg-0.0.270//:ra_ap_cfg": "cfg",
|
||||
"@vendor_ts__ra_ap_intern-0.0.270//:ra_ap_intern": "intern",
|
||||
"@vendor_ts__ra_ap_query-group-macro-0.0.270//:ra_ap_query_group_macro": "query_group",
|
||||
"@vendor_ts__ra_ap_span-0.0.270//:ra_ap_span": "span",
|
||||
"@vendor_ts__ra_ap_stdx-0.0.270//:ra_ap_stdx": "stdx",
|
||||
"@vendor_ts__ra_ap_syntax-0.0.270//:ra_ap_syntax": "syntax",
|
||||
"@vendor_ts__ra_ap_vfs-0.0.270//:ra_ap_vfs": "vfs",
|
||||
"@vendor_ts__ra_ap_cfg-0.0.273//:ra_ap_cfg": "cfg",
|
||||
"@vendor_ts__ra_ap_intern-0.0.273//:ra_ap_intern": "intern",
|
||||
"@vendor_ts__ra_ap_query-group-macro-0.0.273//:ra_ap_query_group_macro": "query_group",
|
||||
"@vendor_ts__ra_ap_span-0.0.273//:ra_ap_span": "span",
|
||||
"@vendor_ts__ra_ap_syntax-0.0.273//:ra_ap_syntax": "syntax",
|
||||
"@vendor_ts__ra_ap_vfs-0.0.273//:ra_ap_vfs": "vfs",
|
||||
},
|
||||
compile_data = glob(
|
||||
include = ["**"],
|
||||
@@ -40,7 +39,7 @@ rust_library(
|
||||
crate_root = "src/lib.rs",
|
||||
edition = "2024",
|
||||
proc_macro_deps = [
|
||||
"@vendor_ts__ra_ap_query-group-macro-0.0.270//:ra_ap_query_group_macro",
|
||||
"@vendor_ts__ra_ap_query-group-macro-0.0.273//:ra_ap_query_group_macro",
|
||||
],
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
@@ -91,20 +90,18 @@ rust_library(
|
||||
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||
"//conditions:default": ["@platforms//:incompatible"],
|
||||
}),
|
||||
version = "0.0.270",
|
||||
version = "0.0.273",
|
||||
deps = [
|
||||
"@vendor_ts__dashmap-5.5.3//:dashmap",
|
||||
"@vendor_ts__la-arena-0.3.1//:la_arena",
|
||||
"@vendor_ts__lz4_flex-0.11.3//:lz4_flex",
|
||||
"@vendor_ts__ra_ap_cfg-0.0.270//:ra_ap_cfg",
|
||||
"@vendor_ts__ra_ap_intern-0.0.270//:ra_ap_intern",
|
||||
"@vendor_ts__ra_ap_span-0.0.270//:ra_ap_span",
|
||||
"@vendor_ts__ra_ap_stdx-0.0.270//:ra_ap_stdx",
|
||||
"@vendor_ts__ra_ap_syntax-0.0.270//:ra_ap_syntax",
|
||||
"@vendor_ts__ra_ap_vfs-0.0.270//:ra_ap_vfs",
|
||||
"@vendor_ts__ra_ap_cfg-0.0.273//:ra_ap_cfg",
|
||||
"@vendor_ts__ra_ap_intern-0.0.273//:ra_ap_intern",
|
||||
"@vendor_ts__ra_ap_span-0.0.273//:ra_ap_span",
|
||||
"@vendor_ts__ra_ap_syntax-0.0.273//:ra_ap_syntax",
|
||||
"@vendor_ts__ra_ap_vfs-0.0.273//:ra_ap_vfs",
|
||||
"@vendor_ts__rustc-hash-2.1.1//:rustc_hash",
|
||||
"@vendor_ts__salsa-0.19.0//:salsa",
|
||||
"@vendor_ts__semver-1.0.24//:semver",
|
||||
"@vendor_ts__semver-1.0.26//:semver",
|
||||
"@vendor_ts__tracing-0.1.41//:tracing",
|
||||
"@vendor_ts__triomphe-0.1.14//:triomphe",
|
||||
],
|
||||
@@ -17,8 +17,8 @@ rust_library(
|
||||
allow_empty = True,
|
||||
),
|
||||
aliases = {
|
||||
"@vendor_ts__ra_ap_intern-0.0.270//:ra_ap_intern": "intern",
|
||||
"@vendor_ts__ra_ap_tt-0.0.270//:ra_ap_tt": "tt",
|
||||
"@vendor_ts__ra_ap_intern-0.0.273//:ra_ap_intern": "intern",
|
||||
"@vendor_ts__ra_ap_tt-0.0.273//:ra_ap_tt": "tt",
|
||||
},
|
||||
compile_data = glob(
|
||||
include = ["**"],
|
||||
@@ -86,10 +86,10 @@ rust_library(
|
||||
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||
"//conditions:default": ["@platforms//:incompatible"],
|
||||
}),
|
||||
version = "0.0.270",
|
||||
version = "0.0.273",
|
||||
deps = [
|
||||
"@vendor_ts__ra_ap_intern-0.0.270//:ra_ap_intern",
|
||||
"@vendor_ts__ra_ap_tt-0.0.270//:ra_ap_tt",
|
||||
"@vendor_ts__ra_ap_intern-0.0.273//:ra_ap_intern",
|
||||
"@vendor_ts__ra_ap_tt-0.0.273//:ra_ap_tt",
|
||||
"@vendor_ts__rustc-hash-2.1.1//:rustc_hash",
|
||||
"@vendor_ts__tracing-0.1.41//:tracing",
|
||||
],
|
||||
@@ -79,5 +79,5 @@ rust_library(
|
||||
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||
"//conditions:default": ["@platforms//:incompatible"],
|
||||
}),
|
||||
version = "0.0.270",
|
||||
version = "0.0.273",
|
||||
)
|
||||
@@ -17,16 +17,16 @@ rust_library(
|
||||
allow_empty = True,
|
||||
),
|
||||
aliases = {
|
||||
"@vendor_ts__ra_ap_base_db-0.0.270//:ra_ap_base_db": "base_db",
|
||||
"@vendor_ts__ra_ap_cfg-0.0.270//:ra_ap_cfg": "cfg",
|
||||
"@vendor_ts__ra_ap_hir_def-0.0.270//:ra_ap_hir_def": "hir_def",
|
||||
"@vendor_ts__ra_ap_hir_expand-0.0.270//:ra_ap_hir_expand": "hir_expand",
|
||||
"@vendor_ts__ra_ap_hir_ty-0.0.270//:ra_ap_hir_ty": "hir_ty",
|
||||
"@vendor_ts__ra_ap_intern-0.0.270//:ra_ap_intern": "intern",
|
||||
"@vendor_ts__ra_ap_span-0.0.270//:ra_ap_span": "span",
|
||||
"@vendor_ts__ra_ap_stdx-0.0.270//:ra_ap_stdx": "stdx",
|
||||
"@vendor_ts__ra_ap_syntax-0.0.270//:ra_ap_syntax": "syntax",
|
||||
"@vendor_ts__ra_ap_tt-0.0.270//:ra_ap_tt": "tt",
|
||||
"@vendor_ts__ra_ap_base_db-0.0.273//:ra_ap_base_db": "base_db",
|
||||
"@vendor_ts__ra_ap_cfg-0.0.273//:ra_ap_cfg": "cfg",
|
||||
"@vendor_ts__ra_ap_hir_def-0.0.273//:ra_ap_hir_def": "hir_def",
|
||||
"@vendor_ts__ra_ap_hir_expand-0.0.273//:ra_ap_hir_expand": "hir_expand",
|
||||
"@vendor_ts__ra_ap_hir_ty-0.0.273//:ra_ap_hir_ty": "hir_ty",
|
||||
"@vendor_ts__ra_ap_intern-0.0.273//:ra_ap_intern": "intern",
|
||||
"@vendor_ts__ra_ap_span-0.0.273//:ra_ap_span": "span",
|
||||
"@vendor_ts__ra_ap_stdx-0.0.273//:ra_ap_stdx": "stdx",
|
||||
"@vendor_ts__ra_ap_syntax-0.0.273//:ra_ap_syntax": "syntax",
|
||||
"@vendor_ts__ra_ap_tt-0.0.273//:ra_ap_tt": "tt",
|
||||
},
|
||||
compile_data = glob(
|
||||
include = ["**"],
|
||||
@@ -91,22 +91,22 @@ rust_library(
|
||||
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||
"//conditions:default": ["@platforms//:incompatible"],
|
||||
}),
|
||||
version = "0.0.270",
|
||||
version = "0.0.273",
|
||||
deps = [
|
||||
"@vendor_ts__arrayvec-0.7.6//:arrayvec",
|
||||
"@vendor_ts__either-1.15.0//:either",
|
||||
"@vendor_ts__indexmap-2.7.0//:indexmap",
|
||||
"@vendor_ts__itertools-0.12.1//:itertools",
|
||||
"@vendor_ts__ra_ap_base_db-0.0.270//:ra_ap_base_db",
|
||||
"@vendor_ts__ra_ap_cfg-0.0.270//:ra_ap_cfg",
|
||||
"@vendor_ts__ra_ap_hir_def-0.0.270//:ra_ap_hir_def",
|
||||
"@vendor_ts__ra_ap_hir_expand-0.0.270//:ra_ap_hir_expand",
|
||||
"@vendor_ts__ra_ap_hir_ty-0.0.270//:ra_ap_hir_ty",
|
||||
"@vendor_ts__ra_ap_intern-0.0.270//:ra_ap_intern",
|
||||
"@vendor_ts__ra_ap_span-0.0.270//:ra_ap_span",
|
||||
"@vendor_ts__ra_ap_stdx-0.0.270//:ra_ap_stdx",
|
||||
"@vendor_ts__ra_ap_syntax-0.0.270//:ra_ap_syntax",
|
||||
"@vendor_ts__ra_ap_tt-0.0.270//:ra_ap_tt",
|
||||
"@vendor_ts__indexmap-2.9.0//:indexmap",
|
||||
"@vendor_ts__itertools-0.14.0//:itertools",
|
||||
"@vendor_ts__ra_ap_base_db-0.0.273//:ra_ap_base_db",
|
||||
"@vendor_ts__ra_ap_cfg-0.0.273//:ra_ap_cfg",
|
||||
"@vendor_ts__ra_ap_hir_def-0.0.273//:ra_ap_hir_def",
|
||||
"@vendor_ts__ra_ap_hir_expand-0.0.273//:ra_ap_hir_expand",
|
||||
"@vendor_ts__ra_ap_hir_ty-0.0.273//:ra_ap_hir_ty",
|
||||
"@vendor_ts__ra_ap_intern-0.0.273//:ra_ap_intern",
|
||||
"@vendor_ts__ra_ap_span-0.0.273//:ra_ap_span",
|
||||
"@vendor_ts__ra_ap_stdx-0.0.273//:ra_ap_stdx",
|
||||
"@vendor_ts__ra_ap_syntax-0.0.273//:ra_ap_syntax",
|
||||
"@vendor_ts__ra_ap_tt-0.0.273//:ra_ap_tt",
|
||||
"@vendor_ts__rustc-hash-2.1.1//:rustc_hash",
|
||||
"@vendor_ts__smallvec-1.14.0//:smallvec",
|
||||
"@vendor_ts__tracing-0.1.41//:tracing",
|
||||
@@ -17,16 +17,16 @@ rust_library(
|
||||
allow_empty = True,
|
||||
),
|
||||
aliases = {
|
||||
"@vendor_ts__ra_ap_base_db-0.0.270//:ra_ap_base_db": "base_db",
|
||||
"@vendor_ts__ra_ap_cfg-0.0.270//:ra_ap_cfg": "cfg",
|
||||
"@vendor_ts__ra_ap_hir_expand-0.0.270//:ra_ap_hir_expand": "hir_expand",
|
||||
"@vendor_ts__ra_ap_intern-0.0.270//:ra_ap_intern": "intern",
|
||||
"@vendor_ts__ra_ap_mbe-0.0.270//:ra_ap_mbe": "mbe",
|
||||
"@vendor_ts__ra_ap_query-group-macro-0.0.270//:ra_ap_query_group_macro": "query_group",
|
||||
"@vendor_ts__ra_ap_span-0.0.270//:ra_ap_span": "span",
|
||||
"@vendor_ts__ra_ap_stdx-0.0.270//:ra_ap_stdx": "stdx",
|
||||
"@vendor_ts__ra_ap_syntax-0.0.270//:ra_ap_syntax": "syntax",
|
||||
"@vendor_ts__ra_ap_tt-0.0.270//:ra_ap_tt": "tt",
|
||||
"@vendor_ts__ra_ap_base_db-0.0.273//:ra_ap_base_db": "base_db",
|
||||
"@vendor_ts__ra_ap_cfg-0.0.273//:ra_ap_cfg": "cfg",
|
||||
"@vendor_ts__ra_ap_hir_expand-0.0.273//:ra_ap_hir_expand": "hir_expand",
|
||||
"@vendor_ts__ra_ap_intern-0.0.273//:ra_ap_intern": "intern",
|
||||
"@vendor_ts__ra_ap_mbe-0.0.273//:ra_ap_mbe": "mbe",
|
||||
"@vendor_ts__ra_ap_query-group-macro-0.0.273//:ra_ap_query_group_macro": "query_group",
|
||||
"@vendor_ts__ra_ap_span-0.0.273//:ra_ap_span": "span",
|
||||
"@vendor_ts__ra_ap_stdx-0.0.273//:ra_ap_stdx": "stdx",
|
||||
"@vendor_ts__ra_ap_syntax-0.0.273//:ra_ap_syntax": "syntax",
|
||||
"@vendor_ts__ra_ap_tt-0.0.273//:ra_ap_tt": "tt",
|
||||
},
|
||||
compile_data = glob(
|
||||
include = ["**"],
|
||||
@@ -43,7 +43,7 @@ rust_library(
|
||||
crate_root = "src/lib.rs",
|
||||
edition = "2024",
|
||||
proc_macro_deps = [
|
||||
"@vendor_ts__ra_ap_query-group-macro-0.0.270//:ra_ap_query_group_macro",
|
||||
"@vendor_ts__ra_ap_query-group-macro-0.0.273//:ra_ap_query_group_macro",
|
||||
],
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
@@ -94,36 +94,34 @@ rust_library(
|
||||
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||
"//conditions:default": ["@platforms//:incompatible"],
|
||||
}),
|
||||
version = "0.0.270",
|
||||
version = "0.0.273",
|
||||
deps = [
|
||||
"@vendor_ts__arrayvec-0.7.6//:arrayvec",
|
||||
"@vendor_ts__bitflags-2.8.0//:bitflags",
|
||||
"@vendor_ts__bitflags-2.9.0//:bitflags",
|
||||
"@vendor_ts__cov-mark-2.0.0//:cov_mark",
|
||||
"@vendor_ts__dashmap-5.5.3//:dashmap",
|
||||
"@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__hashbrown-0.14.5//:hashbrown",
|
||||
"@vendor_ts__indexmap-2.7.0//:indexmap",
|
||||
"@vendor_ts__itertools-0.12.1//:itertools",
|
||||
"@vendor_ts__indexmap-2.9.0//:indexmap",
|
||||
"@vendor_ts__itertools-0.14.0//:itertools",
|
||||
"@vendor_ts__la-arena-0.3.1//:la_arena",
|
||||
"@vendor_ts__ra-ap-rustc_abi-0.100.0//:ra_ap_rustc_abi",
|
||||
"@vendor_ts__ra-ap-rustc_hashes-0.100.0//:ra_ap_rustc_hashes",
|
||||
"@vendor_ts__ra-ap-rustc_parse_format-0.100.0//:ra_ap_rustc_parse_format",
|
||||
"@vendor_ts__ra_ap_base_db-0.0.270//:ra_ap_base_db",
|
||||
"@vendor_ts__ra_ap_cfg-0.0.270//:ra_ap_cfg",
|
||||
"@vendor_ts__ra_ap_hir_expand-0.0.270//:ra_ap_hir_expand",
|
||||
"@vendor_ts__ra_ap_intern-0.0.270//:ra_ap_intern",
|
||||
"@vendor_ts__ra_ap_mbe-0.0.270//:ra_ap_mbe",
|
||||
"@vendor_ts__ra_ap_span-0.0.270//:ra_ap_span",
|
||||
"@vendor_ts__ra_ap_stdx-0.0.270//:ra_ap_stdx",
|
||||
"@vendor_ts__ra_ap_syntax-0.0.270//:ra_ap_syntax",
|
||||
"@vendor_ts__ra_ap_tt-0.0.270//:ra_ap_tt",
|
||||
"@vendor_ts__ra_ap_base_db-0.0.273//:ra_ap_base_db",
|
||||
"@vendor_ts__ra_ap_cfg-0.0.273//:ra_ap_cfg",
|
||||
"@vendor_ts__ra_ap_hir_expand-0.0.273//:ra_ap_hir_expand",
|
||||
"@vendor_ts__ra_ap_intern-0.0.273//:ra_ap_intern",
|
||||
"@vendor_ts__ra_ap_mbe-0.0.273//:ra_ap_mbe",
|
||||
"@vendor_ts__ra_ap_span-0.0.273//:ra_ap_span",
|
||||
"@vendor_ts__ra_ap_stdx-0.0.273//:ra_ap_stdx",
|
||||
"@vendor_ts__ra_ap_syntax-0.0.273//:ra_ap_syntax",
|
||||
"@vendor_ts__ra_ap_tt-0.0.273//:ra_ap_tt",
|
||||
"@vendor_ts__rustc-hash-2.1.1//:rustc_hash",
|
||||
"@vendor_ts__rustc_apfloat-0.2.1-llvm-462a31f5a5ab//:rustc_apfloat",
|
||||
"@vendor_ts__rustc_apfloat-0.2.2-llvm-462a31f5a5ab//:rustc_apfloat",
|
||||
"@vendor_ts__salsa-0.19.0//:salsa",
|
||||
"@vendor_ts__smallvec-1.14.0//:smallvec",
|
||||
"@vendor_ts__text-size-1.1.1//:text_size",
|
||||
"@vendor_ts__thin-vec-0.2.14//:thin_vec",
|
||||
"@vendor_ts__tracing-0.1.41//:tracing",
|
||||
"@vendor_ts__triomphe-0.1.14//:triomphe",
|
||||
],
|
||||
@@ -17,17 +17,17 @@ rust_library(
|
||||
allow_empty = True,
|
||||
),
|
||||
aliases = {
|
||||
"@vendor_ts__ra_ap_base_db-0.0.270//:ra_ap_base_db": "base_db",
|
||||
"@vendor_ts__ra_ap_cfg-0.0.270//:ra_ap_cfg": "cfg",
|
||||
"@vendor_ts__ra_ap_intern-0.0.270//:ra_ap_intern": "intern",
|
||||
"@vendor_ts__ra_ap_mbe-0.0.270//:ra_ap_mbe": "mbe",
|
||||
"@vendor_ts__ra_ap_parser-0.0.270//:ra_ap_parser": "parser",
|
||||
"@vendor_ts__ra_ap_query-group-macro-0.0.270//:ra_ap_query_group_macro": "query_group",
|
||||
"@vendor_ts__ra_ap_span-0.0.270//:ra_ap_span": "span",
|
||||
"@vendor_ts__ra_ap_stdx-0.0.270//:ra_ap_stdx": "stdx",
|
||||
"@vendor_ts__ra_ap_syntax-0.0.270//:ra_ap_syntax": "syntax",
|
||||
"@vendor_ts__ra_ap_syntax-bridge-0.0.270//:ra_ap_syntax_bridge": "syntax_bridge",
|
||||
"@vendor_ts__ra_ap_tt-0.0.270//:ra_ap_tt": "tt",
|
||||
"@vendor_ts__ra_ap_base_db-0.0.273//:ra_ap_base_db": "base_db",
|
||||
"@vendor_ts__ra_ap_cfg-0.0.273//:ra_ap_cfg": "cfg",
|
||||
"@vendor_ts__ra_ap_intern-0.0.273//:ra_ap_intern": "intern",
|
||||
"@vendor_ts__ra_ap_mbe-0.0.273//:ra_ap_mbe": "mbe",
|
||||
"@vendor_ts__ra_ap_parser-0.0.273//:ra_ap_parser": "parser",
|
||||
"@vendor_ts__ra_ap_query-group-macro-0.0.273//:ra_ap_query_group_macro": "query_group",
|
||||
"@vendor_ts__ra_ap_span-0.0.273//:ra_ap_span": "span",
|
||||
"@vendor_ts__ra_ap_stdx-0.0.273//:ra_ap_stdx": "stdx",
|
||||
"@vendor_ts__ra_ap_syntax-0.0.273//:ra_ap_syntax": "syntax",
|
||||
"@vendor_ts__ra_ap_syntax-bridge-0.0.273//:ra_ap_syntax_bridge": "syntax_bridge",
|
||||
"@vendor_ts__ra_ap_tt-0.0.273//:ra_ap_tt": "tt",
|
||||
},
|
||||
compile_data = glob(
|
||||
include = ["**"],
|
||||
@@ -44,7 +44,7 @@ rust_library(
|
||||
crate_root = "src/lib.rs",
|
||||
edition = "2024",
|
||||
proc_macro_deps = [
|
||||
"@vendor_ts__ra_ap_query-group-macro-0.0.270//:ra_ap_query_group_macro",
|
||||
"@vendor_ts__ra_ap_query-group-macro-0.0.273//:ra_ap_query_group_macro",
|
||||
],
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
@@ -95,23 +95,21 @@ rust_library(
|
||||
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||
"//conditions:default": ["@platforms//:incompatible"],
|
||||
}),
|
||||
version = "0.0.270",
|
||||
version = "0.0.273",
|
||||
deps = [
|
||||
"@vendor_ts__cov-mark-2.0.0//:cov_mark",
|
||||
"@vendor_ts__either-1.15.0//:either",
|
||||
"@vendor_ts__hashbrown-0.14.5//:hashbrown",
|
||||
"@vendor_ts__itertools-0.12.1//:itertools",
|
||||
"@vendor_ts__la-arena-0.3.1//:la_arena",
|
||||
"@vendor_ts__ra_ap_base_db-0.0.270//:ra_ap_base_db",
|
||||
"@vendor_ts__ra_ap_cfg-0.0.270//:ra_ap_cfg",
|
||||
"@vendor_ts__ra_ap_intern-0.0.270//:ra_ap_intern",
|
||||
"@vendor_ts__ra_ap_mbe-0.0.270//:ra_ap_mbe",
|
||||
"@vendor_ts__ra_ap_parser-0.0.270//:ra_ap_parser",
|
||||
"@vendor_ts__ra_ap_span-0.0.270//:ra_ap_span",
|
||||
"@vendor_ts__ra_ap_stdx-0.0.270//:ra_ap_stdx",
|
||||
"@vendor_ts__ra_ap_syntax-0.0.270//:ra_ap_syntax",
|
||||
"@vendor_ts__ra_ap_syntax-bridge-0.0.270//:ra_ap_syntax_bridge",
|
||||
"@vendor_ts__ra_ap_tt-0.0.270//:ra_ap_tt",
|
||||
"@vendor_ts__itertools-0.14.0//:itertools",
|
||||
"@vendor_ts__ra_ap_base_db-0.0.273//:ra_ap_base_db",
|
||||
"@vendor_ts__ra_ap_cfg-0.0.273//:ra_ap_cfg",
|
||||
"@vendor_ts__ra_ap_intern-0.0.273//:ra_ap_intern",
|
||||
"@vendor_ts__ra_ap_mbe-0.0.273//:ra_ap_mbe",
|
||||
"@vendor_ts__ra_ap_parser-0.0.273//:ra_ap_parser",
|
||||
"@vendor_ts__ra_ap_span-0.0.273//:ra_ap_span",
|
||||
"@vendor_ts__ra_ap_stdx-0.0.273//:ra_ap_stdx",
|
||||
"@vendor_ts__ra_ap_syntax-0.0.273//:ra_ap_syntax",
|
||||
"@vendor_ts__ra_ap_syntax-bridge-0.0.273//:ra_ap_syntax_bridge",
|
||||
"@vendor_ts__ra_ap_tt-0.0.273//:ra_ap_tt",
|
||||
"@vendor_ts__rustc-hash-2.1.1//:rustc_hash",
|
||||
"@vendor_ts__salsa-0.19.0//:salsa",
|
||||
"@vendor_ts__smallvec-1.14.0//:smallvec",
|
||||
@@ -17,14 +17,14 @@ rust_library(
|
||||
allow_empty = True,
|
||||
),
|
||||
aliases = {
|
||||
"@vendor_ts__ra_ap_base_db-0.0.270//:ra_ap_base_db": "base_db",
|
||||
"@vendor_ts__ra_ap_hir_def-0.0.270//:ra_ap_hir_def": "hir_def",
|
||||
"@vendor_ts__ra_ap_hir_expand-0.0.270//:ra_ap_hir_expand": "hir_expand",
|
||||
"@vendor_ts__ra_ap_intern-0.0.270//:ra_ap_intern": "intern",
|
||||
"@vendor_ts__ra_ap_query-group-macro-0.0.270//:ra_ap_query_group_macro": "query_group",
|
||||
"@vendor_ts__ra_ap_span-0.0.270//:ra_ap_span": "span",
|
||||
"@vendor_ts__ra_ap_stdx-0.0.270//:ra_ap_stdx": "stdx",
|
||||
"@vendor_ts__ra_ap_syntax-0.0.270//:ra_ap_syntax": "syntax",
|
||||
"@vendor_ts__ra_ap_base_db-0.0.273//:ra_ap_base_db": "base_db",
|
||||
"@vendor_ts__ra_ap_hir_def-0.0.273//:ra_ap_hir_def": "hir_def",
|
||||
"@vendor_ts__ra_ap_hir_expand-0.0.273//:ra_ap_hir_expand": "hir_expand",
|
||||
"@vendor_ts__ra_ap_intern-0.0.273//:ra_ap_intern": "intern",
|
||||
"@vendor_ts__ra_ap_query-group-macro-0.0.273//:ra_ap_query_group_macro": "query_group",
|
||||
"@vendor_ts__ra_ap_span-0.0.273//:ra_ap_span": "span",
|
||||
"@vendor_ts__ra_ap_stdx-0.0.273//:ra_ap_stdx": "stdx",
|
||||
"@vendor_ts__ra_ap_syntax-0.0.273//:ra_ap_syntax": "syntax",
|
||||
},
|
||||
compile_data = glob(
|
||||
include = ["**"],
|
||||
@@ -42,7 +42,7 @@ rust_library(
|
||||
edition = "2024",
|
||||
proc_macro_deps = [
|
||||
"@vendor_ts__chalk-derive-0.100.0//:chalk_derive",
|
||||
"@vendor_ts__ra_ap_query-group-macro-0.0.270//:ra_ap_query_group_macro",
|
||||
"@vendor_ts__ra_ap_query-group-macro-0.0.273//:ra_ap_query_group_macro",
|
||||
],
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
@@ -93,34 +93,32 @@ rust_library(
|
||||
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||
"//conditions:default": ["@platforms//:incompatible"],
|
||||
}),
|
||||
version = "0.0.270",
|
||||
version = "0.0.273",
|
||||
deps = [
|
||||
"@vendor_ts__arrayvec-0.7.6//:arrayvec",
|
||||
"@vendor_ts__bitflags-2.8.0//:bitflags",
|
||||
"@vendor_ts__bitflags-2.9.0//:bitflags",
|
||||
"@vendor_ts__chalk-ir-0.100.0//:chalk_ir",
|
||||
"@vendor_ts__chalk-recursive-0.100.0//:chalk_recursive",
|
||||
"@vendor_ts__chalk-solve-0.100.0//:chalk_solve",
|
||||
"@vendor_ts__cov-mark-2.0.0//:cov_mark",
|
||||
"@vendor_ts__dashmap-5.5.3//:dashmap",
|
||||
"@vendor_ts__either-1.15.0//:either",
|
||||
"@vendor_ts__ena-0.14.3//:ena",
|
||||
"@vendor_ts__indexmap-2.7.0//:indexmap",
|
||||
"@vendor_ts__itertools-0.12.1//:itertools",
|
||||
"@vendor_ts__indexmap-2.9.0//:indexmap",
|
||||
"@vendor_ts__itertools-0.14.0//:itertools",
|
||||
"@vendor_ts__la-arena-0.3.1//:la_arena",
|
||||
"@vendor_ts__nohash-hasher-0.2.0//:nohash_hasher",
|
||||
"@vendor_ts__oorandom-11.1.4//:oorandom",
|
||||
"@vendor_ts__oorandom-11.1.5//:oorandom",
|
||||
"@vendor_ts__ra-ap-rustc_abi-0.100.0//:ra_ap_rustc_abi",
|
||||
"@vendor_ts__ra-ap-rustc_index-0.100.0//:ra_ap_rustc_index",
|
||||
"@vendor_ts__ra-ap-rustc_pattern_analysis-0.100.0//:ra_ap_rustc_pattern_analysis",
|
||||
"@vendor_ts__ra_ap_base_db-0.0.270//:ra_ap_base_db",
|
||||
"@vendor_ts__ra_ap_hir_def-0.0.270//:ra_ap_hir_def",
|
||||
"@vendor_ts__ra_ap_hir_expand-0.0.270//:ra_ap_hir_expand",
|
||||
"@vendor_ts__ra_ap_intern-0.0.270//:ra_ap_intern",
|
||||
"@vendor_ts__ra_ap_span-0.0.270//:ra_ap_span",
|
||||
"@vendor_ts__ra_ap_stdx-0.0.270//:ra_ap_stdx",
|
||||
"@vendor_ts__ra_ap_syntax-0.0.270//:ra_ap_syntax",
|
||||
"@vendor_ts__ra_ap_base_db-0.0.273//:ra_ap_base_db",
|
||||
"@vendor_ts__ra_ap_hir_def-0.0.273//:ra_ap_hir_def",
|
||||
"@vendor_ts__ra_ap_hir_expand-0.0.273//:ra_ap_hir_expand",
|
||||
"@vendor_ts__ra_ap_intern-0.0.273//:ra_ap_intern",
|
||||
"@vendor_ts__ra_ap_span-0.0.273//:ra_ap_span",
|
||||
"@vendor_ts__ra_ap_stdx-0.0.273//:ra_ap_stdx",
|
||||
"@vendor_ts__ra_ap_syntax-0.0.273//:ra_ap_syntax",
|
||||
"@vendor_ts__rustc-hash-2.1.1//:rustc_hash",
|
||||
"@vendor_ts__rustc_apfloat-0.2.1-llvm-462a31f5a5ab//:rustc_apfloat",
|
||||
"@vendor_ts__rustc_apfloat-0.2.2-llvm-462a31f5a5ab//:rustc_apfloat",
|
||||
"@vendor_ts__salsa-0.19.0//:salsa",
|
||||
"@vendor_ts__scoped-tls-1.0.1//:scoped_tls",
|
||||
"@vendor_ts__smallvec-1.14.0//:smallvec",
|
||||
@@ -17,15 +17,15 @@ rust_library(
|
||||
allow_empty = True,
|
||||
),
|
||||
aliases = {
|
||||
"@vendor_ts__ra_ap_base_db-0.0.270//:ra_ap_base_db": "base_db",
|
||||
"@vendor_ts__ra_ap_hir-0.0.270//:ra_ap_hir": "hir",
|
||||
"@vendor_ts__ra_ap_parser-0.0.270//:ra_ap_parser": "parser",
|
||||
"@vendor_ts__ra_ap_profile-0.0.270//:ra_ap_profile": "profile",
|
||||
"@vendor_ts__ra_ap_query-group-macro-0.0.270//:ra_ap_query_group_macro": "query_group",
|
||||
"@vendor_ts__ra_ap_span-0.0.270//:ra_ap_span": "span",
|
||||
"@vendor_ts__ra_ap_stdx-0.0.270//:ra_ap_stdx": "stdx",
|
||||
"@vendor_ts__ra_ap_syntax-0.0.270//:ra_ap_syntax": "syntax",
|
||||
"@vendor_ts__ra_ap_vfs-0.0.270//:ra_ap_vfs": "vfs",
|
||||
"@vendor_ts__ra_ap_base_db-0.0.273//:ra_ap_base_db": "base_db",
|
||||
"@vendor_ts__ra_ap_hir-0.0.273//:ra_ap_hir": "hir",
|
||||
"@vendor_ts__ra_ap_parser-0.0.273//:ra_ap_parser": "parser",
|
||||
"@vendor_ts__ra_ap_profile-0.0.273//:ra_ap_profile": "profile",
|
||||
"@vendor_ts__ra_ap_query-group-macro-0.0.273//:ra_ap_query_group_macro": "query_group",
|
||||
"@vendor_ts__ra_ap_span-0.0.273//:ra_ap_span": "span",
|
||||
"@vendor_ts__ra_ap_stdx-0.0.273//:ra_ap_stdx": "stdx",
|
||||
"@vendor_ts__ra_ap_syntax-0.0.273//:ra_ap_syntax": "syntax",
|
||||
"@vendor_ts__ra_ap_vfs-0.0.273//:ra_ap_vfs": "vfs",
|
||||
},
|
||||
compile_data = glob(
|
||||
include = ["**"],
|
||||
@@ -42,7 +42,7 @@ rust_library(
|
||||
crate_root = "src/lib.rs",
|
||||
edition = "2024",
|
||||
proc_macro_deps = [
|
||||
"@vendor_ts__ra_ap_query-group-macro-0.0.270//:ra_ap_query_group_macro",
|
||||
"@vendor_ts__ra_ap_query-group-macro-0.0.273//:ra_ap_query_group_macro",
|
||||
],
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
@@ -93,28 +93,27 @@ rust_library(
|
||||
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||
"//conditions:default": ["@platforms//:incompatible"],
|
||||
}),
|
||||
version = "0.0.270",
|
||||
version = "0.0.273",
|
||||
deps = [
|
||||
"@vendor_ts__arrayvec-0.7.6//:arrayvec",
|
||||
"@vendor_ts__bitflags-2.8.0//:bitflags",
|
||||
"@vendor_ts__bitflags-2.9.0//:bitflags",
|
||||
"@vendor_ts__cov-mark-2.0.0//:cov_mark",
|
||||
"@vendor_ts__crossbeam-channel-0.5.14//:crossbeam_channel",
|
||||
"@vendor_ts__dashmap-5.5.3//:dashmap",
|
||||
"@vendor_ts__either-1.15.0//:either",
|
||||
"@vendor_ts__fst-0.4.7//:fst",
|
||||
"@vendor_ts__indexmap-2.7.0//:indexmap",
|
||||
"@vendor_ts__itertools-0.12.1//:itertools",
|
||||
"@vendor_ts__indexmap-2.9.0//:indexmap",
|
||||
"@vendor_ts__itertools-0.14.0//:itertools",
|
||||
"@vendor_ts__line-index-0.1.2//:line_index",
|
||||
"@vendor_ts__memchr-2.7.4//:memchr",
|
||||
"@vendor_ts__nohash-hasher-0.2.0//:nohash_hasher",
|
||||
"@vendor_ts__ra_ap_base_db-0.0.270//:ra_ap_base_db",
|
||||
"@vendor_ts__ra_ap_hir-0.0.270//:ra_ap_hir",
|
||||
"@vendor_ts__ra_ap_parser-0.0.270//:ra_ap_parser",
|
||||
"@vendor_ts__ra_ap_profile-0.0.270//:ra_ap_profile",
|
||||
"@vendor_ts__ra_ap_span-0.0.270//:ra_ap_span",
|
||||
"@vendor_ts__ra_ap_stdx-0.0.270//:ra_ap_stdx",
|
||||
"@vendor_ts__ra_ap_syntax-0.0.270//:ra_ap_syntax",
|
||||
"@vendor_ts__ra_ap_vfs-0.0.270//:ra_ap_vfs",
|
||||
"@vendor_ts__ra_ap_base_db-0.0.273//:ra_ap_base_db",
|
||||
"@vendor_ts__ra_ap_hir-0.0.273//:ra_ap_hir",
|
||||
"@vendor_ts__ra_ap_parser-0.0.273//:ra_ap_parser",
|
||||
"@vendor_ts__ra_ap_profile-0.0.273//:ra_ap_profile",
|
||||
"@vendor_ts__ra_ap_span-0.0.273//:ra_ap_span",
|
||||
"@vendor_ts__ra_ap_stdx-0.0.273//:ra_ap_stdx",
|
||||
"@vendor_ts__ra_ap_syntax-0.0.273//:ra_ap_syntax",
|
||||
"@vendor_ts__ra_ap_vfs-0.0.273//:ra_ap_vfs",
|
||||
"@vendor_ts__rayon-1.10.0//:rayon",
|
||||
"@vendor_ts__rustc-hash-2.1.1//:rustc_hash",
|
||||
"@vendor_ts__salsa-0.19.0//:salsa",
|
||||
@@ -79,7 +79,7 @@ rust_library(
|
||||
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||
"//conditions:default": ["@platforms//:incompatible"],
|
||||
}),
|
||||
version = "0.0.270",
|
||||
version = "0.0.273",
|
||||
deps = [
|
||||
"@vendor_ts__dashmap-5.5.3//:dashmap",
|
||||
"@vendor_ts__hashbrown-0.14.5//:hashbrown",
|
||||
@@ -17,16 +17,15 @@ rust_library(
|
||||
allow_empty = True,
|
||||
),
|
||||
aliases = {
|
||||
"@vendor_ts__ra_ap_hir_expand-0.0.270//:ra_ap_hir_expand": "hir_expand",
|
||||
"@vendor_ts__ra_ap_ide_db-0.0.270//:ra_ap_ide_db": "ide_db",
|
||||
"@vendor_ts__ra_ap_intern-0.0.270//:ra_ap_intern": "intern",
|
||||
"@vendor_ts__ra_ap_paths-0.0.270//:ra_ap_paths": "paths",
|
||||
"@vendor_ts__ra_ap_proc_macro_api-0.0.270//:ra_ap_proc_macro_api": "proc_macro_api",
|
||||
"@vendor_ts__ra_ap_project_model-0.0.270//:ra_ap_project_model": "project_model",
|
||||
"@vendor_ts__ra_ap_span-0.0.270//:ra_ap_span": "span",
|
||||
"@vendor_ts__ra_ap_tt-0.0.270//:ra_ap_tt": "tt",
|
||||
"@vendor_ts__ra_ap_vfs-0.0.270//:ra_ap_vfs": "vfs",
|
||||
"@vendor_ts__ra_ap_vfs-notify-0.0.270//:ra_ap_vfs_notify": "vfs_notify",
|
||||
"@vendor_ts__ra_ap_hir_expand-0.0.273//:ra_ap_hir_expand": "hir_expand",
|
||||
"@vendor_ts__ra_ap_ide_db-0.0.273//:ra_ap_ide_db": "ide_db",
|
||||
"@vendor_ts__ra_ap_intern-0.0.273//:ra_ap_intern": "intern",
|
||||
"@vendor_ts__ra_ap_proc_macro_api-0.0.273//:ra_ap_proc_macro_api": "proc_macro_api",
|
||||
"@vendor_ts__ra_ap_project_model-0.0.273//:ra_ap_project_model": "project_model",
|
||||
"@vendor_ts__ra_ap_span-0.0.273//:ra_ap_span": "span",
|
||||
"@vendor_ts__ra_ap_tt-0.0.273//:ra_ap_tt": "tt",
|
||||
"@vendor_ts__ra_ap_vfs-0.0.273//:ra_ap_vfs": "vfs",
|
||||
"@vendor_ts__ra_ap_vfs-notify-0.0.273//:ra_ap_vfs_notify": "vfs_notify",
|
||||
},
|
||||
compile_data = glob(
|
||||
include = ["**"],
|
||||
@@ -91,21 +90,20 @@ rust_library(
|
||||
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||
"//conditions:default": ["@platforms//:incompatible"],
|
||||
}),
|
||||
version = "0.0.270",
|
||||
version = "0.0.273",
|
||||
deps = [
|
||||
"@vendor_ts__anyhow-1.0.97//:anyhow",
|
||||
"@vendor_ts__crossbeam-channel-0.5.14//:crossbeam_channel",
|
||||
"@vendor_ts__itertools-0.12.1//:itertools",
|
||||
"@vendor_ts__ra_ap_hir_expand-0.0.270//:ra_ap_hir_expand",
|
||||
"@vendor_ts__ra_ap_ide_db-0.0.270//:ra_ap_ide_db",
|
||||
"@vendor_ts__ra_ap_intern-0.0.270//:ra_ap_intern",
|
||||
"@vendor_ts__ra_ap_paths-0.0.270//:ra_ap_paths",
|
||||
"@vendor_ts__ra_ap_proc_macro_api-0.0.270//:ra_ap_proc_macro_api",
|
||||
"@vendor_ts__ra_ap_project_model-0.0.270//:ra_ap_project_model",
|
||||
"@vendor_ts__ra_ap_span-0.0.270//:ra_ap_span",
|
||||
"@vendor_ts__ra_ap_tt-0.0.270//:ra_ap_tt",
|
||||
"@vendor_ts__ra_ap_vfs-0.0.270//:ra_ap_vfs",
|
||||
"@vendor_ts__ra_ap_vfs-notify-0.0.270//:ra_ap_vfs_notify",
|
||||
"@vendor_ts__itertools-0.14.0//:itertools",
|
||||
"@vendor_ts__ra_ap_hir_expand-0.0.273//:ra_ap_hir_expand",
|
||||
"@vendor_ts__ra_ap_ide_db-0.0.273//:ra_ap_ide_db",
|
||||
"@vendor_ts__ra_ap_intern-0.0.273//:ra_ap_intern",
|
||||
"@vendor_ts__ra_ap_proc_macro_api-0.0.273//:ra_ap_proc_macro_api",
|
||||
"@vendor_ts__ra_ap_project_model-0.0.273//:ra_ap_project_model",
|
||||
"@vendor_ts__ra_ap_span-0.0.273//:ra_ap_span",
|
||||
"@vendor_ts__ra_ap_tt-0.0.273//:ra_ap_tt",
|
||||
"@vendor_ts__ra_ap_vfs-0.0.273//:ra_ap_vfs",
|
||||
"@vendor_ts__ra_ap_vfs-notify-0.0.273//:ra_ap_vfs_notify",
|
||||
"@vendor_ts__tracing-0.1.41//:tracing",
|
||||
],
|
||||
)
|
||||
@@ -17,13 +17,12 @@ rust_library(
|
||||
allow_empty = True,
|
||||
),
|
||||
aliases = {
|
||||
"@vendor_ts__ra_ap_intern-0.0.270//:ra_ap_intern": "intern",
|
||||
"@vendor_ts__ra_ap_parser-0.0.270//:ra_ap_parser": "parser",
|
||||
"@vendor_ts__ra_ap_span-0.0.270//:ra_ap_span": "span",
|
||||
"@vendor_ts__ra_ap_stdx-0.0.270//:ra_ap_stdx": "stdx",
|
||||
"@vendor_ts__ra_ap_syntax-0.0.270//:ra_ap_syntax": "syntax",
|
||||
"@vendor_ts__ra_ap_syntax-bridge-0.0.270//:ra_ap_syntax_bridge": "syntax_bridge",
|
||||
"@vendor_ts__ra_ap_tt-0.0.270//:ra_ap_tt": "tt",
|
||||
"@vendor_ts__ra_ap_intern-0.0.273//:ra_ap_intern": "intern",
|
||||
"@vendor_ts__ra_ap_parser-0.0.273//:ra_ap_parser": "parser",
|
||||
"@vendor_ts__ra_ap_span-0.0.273//:ra_ap_span": "span",
|
||||
"@vendor_ts__ra_ap_stdx-0.0.273//:ra_ap_stdx": "stdx",
|
||||
"@vendor_ts__ra_ap_syntax-bridge-0.0.273//:ra_ap_syntax_bridge": "syntax_bridge",
|
||||
"@vendor_ts__ra_ap_tt-0.0.273//:ra_ap_tt": "tt",
|
||||
},
|
||||
compile_data = glob(
|
||||
include = ["**"],
|
||||
@@ -88,20 +87,18 @@ rust_library(
|
||||
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||
"//conditions:default": ["@platforms//:incompatible"],
|
||||
}),
|
||||
version = "0.0.270",
|
||||
version = "0.0.273",
|
||||
deps = [
|
||||
"@vendor_ts__arrayvec-0.7.6//:arrayvec",
|
||||
"@vendor_ts__cov-mark-2.0.0//:cov_mark",
|
||||
"@vendor_ts__ra-ap-rustc_lexer-0.100.0//:ra_ap_rustc_lexer",
|
||||
"@vendor_ts__ra_ap_intern-0.0.270//:ra_ap_intern",
|
||||
"@vendor_ts__ra_ap_parser-0.0.270//:ra_ap_parser",
|
||||
"@vendor_ts__ra_ap_span-0.0.270//:ra_ap_span",
|
||||
"@vendor_ts__ra_ap_stdx-0.0.270//:ra_ap_stdx",
|
||||
"@vendor_ts__ra_ap_syntax-0.0.270//:ra_ap_syntax",
|
||||
"@vendor_ts__ra_ap_syntax-bridge-0.0.270//:ra_ap_syntax_bridge",
|
||||
"@vendor_ts__ra_ap_tt-0.0.270//:ra_ap_tt",
|
||||
"@vendor_ts__ra_ap_intern-0.0.273//:ra_ap_intern",
|
||||
"@vendor_ts__ra_ap_parser-0.0.273//:ra_ap_parser",
|
||||
"@vendor_ts__ra_ap_span-0.0.273//:ra_ap_span",
|
||||
"@vendor_ts__ra_ap_stdx-0.0.273//:ra_ap_stdx",
|
||||
"@vendor_ts__ra_ap_syntax-bridge-0.0.273//:ra_ap_syntax_bridge",
|
||||
"@vendor_ts__ra_ap_tt-0.0.273//:ra_ap_tt",
|
||||
"@vendor_ts__rustc-hash-2.1.1//:rustc_hash",
|
||||
"@vendor_ts__smallvec-1.14.0//:smallvec",
|
||||
"@vendor_ts__tracing-0.1.41//:tracing",
|
||||
],
|
||||
)
|
||||
@@ -17,7 +17,7 @@ rust_library(
|
||||
allow_empty = True,
|
||||
),
|
||||
aliases = {
|
||||
"@vendor_ts__ra_ap_edition-0.0.270//:ra_ap_edition": "edition",
|
||||
"@vendor_ts__ra_ap_edition-0.0.273//:ra_ap_edition": "edition",
|
||||
},
|
||||
compile_data = glob(
|
||||
include = ["**"],
|
||||
@@ -86,11 +86,11 @@ rust_library(
|
||||
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||
"//conditions:default": ["@platforms//:incompatible"],
|
||||
}),
|
||||
version = "0.0.270",
|
||||
version = "0.0.273",
|
||||
deps = [
|
||||
"@vendor_ts__drop_bomb-0.1.5//:drop_bomb",
|
||||
"@vendor_ts__ra-ap-rustc_lexer-0.100.0//:ra_ap_rustc_lexer",
|
||||
"@vendor_ts__ra_ap_edition-0.0.270//:ra_ap_edition",
|
||||
"@vendor_ts__ra_ap_edition-0.0.273//:ra_ap_edition",
|
||||
"@vendor_ts__tracing-0.1.41//:tracing",
|
||||
],
|
||||
)
|
||||
@@ -82,7 +82,7 @@ rust_library(
|
||||
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||
"//conditions:default": ["@platforms//:incompatible"],
|
||||
}),
|
||||
version = "0.0.270",
|
||||
version = "0.0.273",
|
||||
deps = [
|
||||
"@vendor_ts__camino-1.1.9//:camino",
|
||||
],
|
||||
@@ -17,11 +17,11 @@ rust_library(
|
||||
allow_empty = True,
|
||||
),
|
||||
aliases = {
|
||||
"@vendor_ts__ra_ap_intern-0.0.270//:ra_ap_intern": "intern",
|
||||
"@vendor_ts__ra_ap_paths-0.0.270//:ra_ap_paths": "paths",
|
||||
"@vendor_ts__ra_ap_span-0.0.270//:ra_ap_span": "span",
|
||||
"@vendor_ts__ra_ap_stdx-0.0.270//:ra_ap_stdx": "stdx",
|
||||
"@vendor_ts__ra_ap_tt-0.0.270//:ra_ap_tt": "tt",
|
||||
"@vendor_ts__ra_ap_intern-0.0.273//:ra_ap_intern": "intern",
|
||||
"@vendor_ts__ra_ap_paths-0.0.273//:ra_ap_paths": "paths",
|
||||
"@vendor_ts__ra_ap_span-0.0.273//:ra_ap_span": "span",
|
||||
"@vendor_ts__ra_ap_stdx-0.0.273//:ra_ap_stdx": "stdx",
|
||||
"@vendor_ts__ra_ap_tt-0.0.273//:ra_ap_tt": "tt",
|
||||
},
|
||||
compile_data = glob(
|
||||
include = ["**"],
|
||||
@@ -89,14 +89,14 @@ rust_library(
|
||||
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||
"//conditions:default": ["@platforms//:incompatible"],
|
||||
}),
|
||||
version = "0.0.270",
|
||||
version = "0.0.273",
|
||||
deps = [
|
||||
"@vendor_ts__indexmap-2.7.0//:indexmap",
|
||||
"@vendor_ts__ra_ap_intern-0.0.270//:ra_ap_intern",
|
||||
"@vendor_ts__ra_ap_paths-0.0.270//:ra_ap_paths",
|
||||
"@vendor_ts__ra_ap_span-0.0.270//:ra_ap_span",
|
||||
"@vendor_ts__ra_ap_stdx-0.0.270//:ra_ap_stdx",
|
||||
"@vendor_ts__ra_ap_tt-0.0.270//:ra_ap_tt",
|
||||
"@vendor_ts__indexmap-2.9.0//:indexmap",
|
||||
"@vendor_ts__ra_ap_intern-0.0.273//:ra_ap_intern",
|
||||
"@vendor_ts__ra_ap_paths-0.0.273//:ra_ap_paths",
|
||||
"@vendor_ts__ra_ap_span-0.0.273//:ra_ap_span",
|
||||
"@vendor_ts__ra_ap_stdx-0.0.273//:ra_ap_stdx",
|
||||
"@vendor_ts__ra_ap_tt-0.0.273//: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.140//:serde_json",
|
||||
@@ -79,45 +79,53 @@ rust_library(
|
||||
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||
"//conditions:default": ["@platforms//:incompatible"],
|
||||
}),
|
||||
version = "0.0.270",
|
||||
version = "0.0.273",
|
||||
deps = [
|
||||
"@vendor_ts__cfg-if-1.0.0//:cfg_if",
|
||||
"@vendor_ts__libc-0.2.169//:libc",
|
||||
] + select({
|
||||
"@rules_rust//rust/platform:aarch64-pc-windows-msvc": [
|
||||
"@vendor_ts__windows-sys-0.59.0//:windows_sys", # cfg(windows)
|
||||
],
|
||||
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(all(target_os = "linux", target_env = "gnu"))
|
||||
"@vendor_ts__perf-event-0.4.7//:perf_event", # cfg(all(target_os = "linux", not(target_env = "ohos")))
|
||||
],
|
||||
"@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(all(target_os = "linux", target_env = "gnu"))
|
||||
"@vendor_ts__perf-event-0.4.7//:perf_event", # cfg(all(target_os = "linux", not(target_env = "ohos")))
|
||||
],
|
||||
"@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(all(target_os = "linux", target_env = "gnu"))
|
||||
"@vendor_ts__perf-event-0.4.7//:perf_event", # cfg(all(target_os = "linux", not(target_env = "ohos")))
|
||||
],
|
||||
"@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(all(target_os = "linux", target_env = "gnu"))
|
||||
"@vendor_ts__perf-event-0.4.7//:perf_event", # cfg(all(target_os = "linux", not(target_env = "ohos")))
|
||||
],
|
||||
"@rules_rust//rust/platform:i686-pc-windows-msvc": [
|
||||
"@vendor_ts__windows-sys-0.59.0//:windows_sys", # cfg(windows)
|
||||
],
|
||||
"@rules_rust//rust/platform:i686-unknown-linux-gnu": [
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(all(target_os = "linux", target_env = "gnu"))
|
||||
"@vendor_ts__perf-event-0.4.7//:perf_event", # cfg(all(target_os = "linux", not(target_env = "ohos")))
|
||||
],
|
||||
"@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(all(target_os = "linux", target_env = "gnu"))
|
||||
"@vendor_ts__perf-event-0.4.7//:perf_event", # cfg(all(target_os = "linux", not(target_env = "ohos")))
|
||||
],
|
||||
"@rules_rust//rust/platform:s390x-unknown-linux-gnu": [
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(all(target_os = "linux", target_env = "gnu"))
|
||||
"@vendor_ts__perf-event-0.4.7//:perf_event", # cfg(all(target_os = "linux", not(target_env = "ohos")))
|
||||
],
|
||||
"@rules_rust//rust/platform:x86_64-pc-windows-msvc": [
|
||||
"@vendor_ts__windows-sys-0.59.0//:windows_sys", # cfg(windows)
|
||||
],
|
||||
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(all(target_os = "linux", target_env = "gnu"))
|
||||
"@vendor_ts__perf-event-0.4.7//:perf_event", # cfg(all(target_os = "linux", not(target_env = "ohos")))
|
||||
],
|
||||
"@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(all(target_os = "linux", target_env = "gnu"))
|
||||
"@vendor_ts__perf-event-0.4.7//:perf_event", # cfg(all(target_os = "linux", not(target_env = "ohos")))
|
||||
],
|
||||
"//conditions:default": [],
|
||||
@@ -17,13 +17,13 @@ rust_library(
|
||||
allow_empty = True,
|
||||
),
|
||||
aliases = {
|
||||
"@vendor_ts__ra_ap_base_db-0.0.270//:ra_ap_base_db": "base_db",
|
||||
"@vendor_ts__ra_ap_cfg-0.0.270//:ra_ap_cfg": "cfg",
|
||||
"@vendor_ts__ra_ap_intern-0.0.270//:ra_ap_intern": "intern",
|
||||
"@vendor_ts__ra_ap_paths-0.0.270//:ra_ap_paths": "paths",
|
||||
"@vendor_ts__ra_ap_span-0.0.270//:ra_ap_span": "span",
|
||||
"@vendor_ts__ra_ap_stdx-0.0.270//:ra_ap_stdx": "stdx",
|
||||
"@vendor_ts__ra_ap_toolchain-0.0.270//:ra_ap_toolchain": "toolchain",
|
||||
"@vendor_ts__ra_ap_base_db-0.0.273//:ra_ap_base_db": "base_db",
|
||||
"@vendor_ts__ra_ap_cfg-0.0.273//:ra_ap_cfg": "cfg",
|
||||
"@vendor_ts__ra_ap_intern-0.0.273//:ra_ap_intern": "intern",
|
||||
"@vendor_ts__ra_ap_paths-0.0.273//:ra_ap_paths": "paths",
|
||||
"@vendor_ts__ra_ap_span-0.0.273//:ra_ap_span": "span",
|
||||
"@vendor_ts__ra_ap_stdx-0.0.273//:ra_ap_stdx": "stdx",
|
||||
"@vendor_ts__ra_ap_toolchain-0.0.273//:ra_ap_toolchain": "toolchain",
|
||||
},
|
||||
compile_data = glob(
|
||||
include = ["**"],
|
||||
@@ -91,21 +91,21 @@ rust_library(
|
||||
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||
"//conditions:default": ["@platforms//:incompatible"],
|
||||
}),
|
||||
version = "0.0.270",
|
||||
version = "0.0.273",
|
||||
deps = [
|
||||
"@vendor_ts__anyhow-1.0.97//:anyhow",
|
||||
"@vendor_ts__cargo_metadata-0.18.1//:cargo_metadata",
|
||||
"@vendor_ts__itertools-0.12.1//:itertools",
|
||||
"@vendor_ts__cargo_metadata-0.19.2//:cargo_metadata",
|
||||
"@vendor_ts__itertools-0.14.0//:itertools",
|
||||
"@vendor_ts__la-arena-0.3.1//:la_arena",
|
||||
"@vendor_ts__ra_ap_base_db-0.0.270//:ra_ap_base_db",
|
||||
"@vendor_ts__ra_ap_cfg-0.0.270//:ra_ap_cfg",
|
||||
"@vendor_ts__ra_ap_intern-0.0.270//:ra_ap_intern",
|
||||
"@vendor_ts__ra_ap_paths-0.0.270//:ra_ap_paths",
|
||||
"@vendor_ts__ra_ap_span-0.0.270//:ra_ap_span",
|
||||
"@vendor_ts__ra_ap_stdx-0.0.270//:ra_ap_stdx",
|
||||
"@vendor_ts__ra_ap_toolchain-0.0.270//:ra_ap_toolchain",
|
||||
"@vendor_ts__ra_ap_base_db-0.0.273//:ra_ap_base_db",
|
||||
"@vendor_ts__ra_ap_cfg-0.0.273//:ra_ap_cfg",
|
||||
"@vendor_ts__ra_ap_intern-0.0.273//:ra_ap_intern",
|
||||
"@vendor_ts__ra_ap_paths-0.0.273//:ra_ap_paths",
|
||||
"@vendor_ts__ra_ap_span-0.0.273//:ra_ap_span",
|
||||
"@vendor_ts__ra_ap_stdx-0.0.273//:ra_ap_stdx",
|
||||
"@vendor_ts__ra_ap_toolchain-0.0.273//:ra_ap_toolchain",
|
||||
"@vendor_ts__rustc-hash-2.1.1//:rustc_hash",
|
||||
"@vendor_ts__semver-1.0.24//:semver",
|
||||
"@vendor_ts__semver-1.0.26//:semver",
|
||||
"@vendor_ts__serde-1.0.219//:serde",
|
||||
"@vendor_ts__serde_json-1.0.140//:serde_json",
|
||||
"@vendor_ts__tracing-0.1.41//:tracing",
|
||||
@@ -79,12 +79,10 @@ rust_proc_macro(
|
||||
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||
"//conditions:default": ["@platforms//:incompatible"],
|
||||
}),
|
||||
version = "0.0.270",
|
||||
version = "0.0.273",
|
||||
deps = [
|
||||
"@vendor_ts__heck-0.5.0//:heck",
|
||||
"@vendor_ts__proc-macro2-1.0.94//:proc_macro2",
|
||||
"@vendor_ts__quote-1.0.40//:quote",
|
||||
"@vendor_ts__salsa-0.19.0//:salsa",
|
||||
"@vendor_ts__syn-2.0.100//:syn",
|
||||
],
|
||||
)
|
||||
@@ -17,9 +17,9 @@ rust_library(
|
||||
allow_empty = True,
|
||||
),
|
||||
aliases = {
|
||||
"@vendor_ts__ra_ap_stdx-0.0.270//:ra_ap_stdx": "stdx",
|
||||
"@vendor_ts__ra_ap_syntax-0.0.270//:ra_ap_syntax": "syntax",
|
||||
"@vendor_ts__ra_ap_vfs-0.0.270//:ra_ap_vfs": "vfs",
|
||||
"@vendor_ts__ra_ap_stdx-0.0.273//:ra_ap_stdx": "stdx",
|
||||
"@vendor_ts__ra_ap_syntax-0.0.273//:ra_ap_syntax": "syntax",
|
||||
"@vendor_ts__ra_ap_vfs-0.0.273//:ra_ap_vfs": "vfs",
|
||||
},
|
||||
compile_data = glob(
|
||||
include = ["**"],
|
||||
@@ -33,6 +33,10 @@ rust_library(
|
||||
"WORKSPACE.bazel",
|
||||
],
|
||||
),
|
||||
crate_features = [
|
||||
"default",
|
||||
"salsa",
|
||||
],
|
||||
crate_root = "src/lib.rs",
|
||||
edition = "2024",
|
||||
rustc_flags = [
|
||||
@@ -84,13 +88,13 @@ rust_library(
|
||||
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||
"//conditions:default": ["@platforms//:incompatible"],
|
||||
}),
|
||||
version = "0.0.270",
|
||||
version = "0.0.273",
|
||||
deps = [
|
||||
"@vendor_ts__hashbrown-0.14.5//:hashbrown",
|
||||
"@vendor_ts__la-arena-0.3.1//:la_arena",
|
||||
"@vendor_ts__ra_ap_stdx-0.0.270//:ra_ap_stdx",
|
||||
"@vendor_ts__ra_ap_syntax-0.0.270//:ra_ap_syntax",
|
||||
"@vendor_ts__ra_ap_vfs-0.0.270//:ra_ap_vfs",
|
||||
"@vendor_ts__ra_ap_stdx-0.0.273//:ra_ap_stdx",
|
||||
"@vendor_ts__ra_ap_syntax-0.0.273//:ra_ap_syntax",
|
||||
"@vendor_ts__ra_ap_vfs-0.0.273//:ra_ap_vfs",
|
||||
"@vendor_ts__rustc-hash-2.1.1//:rustc_hash",
|
||||
"@vendor_ts__salsa-0.19.0//:salsa",
|
||||
"@vendor_ts__text-size-1.1.1//:text_size",
|
||||
@@ -79,26 +79,97 @@ rust_library(
|
||||
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||
"//conditions:default": ["@platforms//:incompatible"],
|
||||
}),
|
||||
version = "0.0.270",
|
||||
version = "0.0.273",
|
||||
deps = [
|
||||
"@vendor_ts__crossbeam-channel-0.5.14//:crossbeam_channel",
|
||||
"@vendor_ts__itertools-0.12.1//:itertools",
|
||||
"@vendor_ts__itertools-0.14.0//:itertools",
|
||||
"@vendor_ts__jod-thread-0.1.2//:jod_thread",
|
||||
"@vendor_ts__libc-0.2.169//:libc",
|
||||
"@vendor_ts__tracing-0.1.41//:tracing",
|
||||
] + select({
|
||||
"@rules_rust//rust/platform:aarch64-apple-darwin": [
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:aarch64-apple-ios": [
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:aarch64-apple-ios-sim": [
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:aarch64-linux-android": [
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:aarch64-pc-windows-msvc": [
|
||||
"@vendor_ts__miow-0.6.0//:miow", # cfg(windows)
|
||||
"@vendor_ts__windows-sys-0.59.0//:windows_sys", # cfg(windows)
|
||||
],
|
||||
"@rules_rust//rust/platform:aarch64-unknown-fuchsia": [
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:aarch64-unknown-linux-gnu": [
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:aarch64-unknown-nixos-gnu": [
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:aarch64-unknown-nto-qnx710": [
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:arm-unknown-linux-gnueabi": [
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:armv7-linux-androideabi": [
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:armv7-unknown-linux-gnueabi": [
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:i686-apple-darwin": [
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:i686-linux-android": [
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:i686-pc-windows-msvc": [
|
||||
"@vendor_ts__miow-0.6.0//:miow", # cfg(windows)
|
||||
"@vendor_ts__windows-sys-0.59.0//:windows_sys", # cfg(windows)
|
||||
],
|
||||
"@rules_rust//rust/platform:i686-unknown-freebsd": [
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:i686-unknown-linux-gnu": [
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:powerpc-unknown-linux-gnu": [
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:s390x-unknown-linux-gnu": [
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:x86_64-apple-darwin": [
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:x86_64-apple-ios": [
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:x86_64-linux-android": [
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:x86_64-pc-windows-msvc": [
|
||||
"@vendor_ts__miow-0.6.0//:miow", # cfg(windows)
|
||||
"@vendor_ts__windows-sys-0.59.0//:windows_sys", # cfg(windows)
|
||||
],
|
||||
"@rules_rust//rust/platform:x86_64-unknown-freebsd": [
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:x86_64-unknown-fuchsia": [
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:x86_64-unknown-linux-gnu": [
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"@rules_rust//rust/platform:x86_64-unknown-nixos-gnu": [
|
||||
"@vendor_ts__libc-0.2.171//:libc", # cfg(unix)
|
||||
],
|
||||
"//conditions:default": [],
|
||||
}),
|
||||
)
|
||||
@@ -17,8 +17,8 @@ rust_library(
|
||||
allow_empty = True,
|
||||
),
|
||||
aliases = {
|
||||
"@vendor_ts__ra_ap_parser-0.0.270//:ra_ap_parser": "parser",
|
||||
"@vendor_ts__ra_ap_stdx-0.0.270//:ra_ap_stdx": "stdx",
|
||||
"@vendor_ts__ra_ap_parser-0.0.273//:ra_ap_parser": "parser",
|
||||
"@vendor_ts__ra_ap_stdx-0.0.273//:ra_ap_stdx": "stdx",
|
||||
},
|
||||
compile_data = glob(
|
||||
include = ["**"],
|
||||
@@ -83,15 +83,13 @@ rust_library(
|
||||
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||
"//conditions:default": ["@platforms//:incompatible"],
|
||||
}),
|
||||
version = "0.0.270",
|
||||
version = "0.0.273",
|
||||
deps = [
|
||||
"@vendor_ts__cov-mark-2.0.0//:cov_mark",
|
||||
"@vendor_ts__either-1.15.0//:either",
|
||||
"@vendor_ts__indexmap-2.7.0//:indexmap",
|
||||
"@vendor_ts__itertools-0.12.1//:itertools",
|
||||
"@vendor_ts__itertools-0.14.0//:itertools",
|
||||
"@vendor_ts__ra-ap-rustc_lexer-0.100.0//:ra_ap_rustc_lexer",
|
||||
"@vendor_ts__ra_ap_parser-0.0.270//:ra_ap_parser",
|
||||
"@vendor_ts__ra_ap_stdx-0.0.270//:ra_ap_stdx",
|
||||
"@vendor_ts__ra_ap_parser-0.0.273//:ra_ap_parser",
|
||||
"@vendor_ts__ra_ap_stdx-0.0.273//:ra_ap_stdx",
|
||||
"@vendor_ts__rowan-0.15.15//:rowan",
|
||||
"@vendor_ts__rustc-hash-2.1.1//:rustc_hash",
|
||||
"@vendor_ts__smol_str-0.3.2//:smol_str",
|
||||
@@ -17,12 +17,12 @@ rust_library(
|
||||
allow_empty = True,
|
||||
),
|
||||
aliases = {
|
||||
"@vendor_ts__ra_ap_intern-0.0.270//:ra_ap_intern": "intern",
|
||||
"@vendor_ts__ra_ap_parser-0.0.270//:ra_ap_parser": "parser",
|
||||
"@vendor_ts__ra_ap_span-0.0.270//:ra_ap_span": "span",
|
||||
"@vendor_ts__ra_ap_stdx-0.0.270//:ra_ap_stdx": "stdx",
|
||||
"@vendor_ts__ra_ap_syntax-0.0.270//:ra_ap_syntax": "syntax",
|
||||
"@vendor_ts__ra_ap_tt-0.0.270//:ra_ap_tt": "tt",
|
||||
"@vendor_ts__ra_ap_intern-0.0.273//:ra_ap_intern": "intern",
|
||||
"@vendor_ts__ra_ap_parser-0.0.273//:ra_ap_parser": "parser",
|
||||
"@vendor_ts__ra_ap_span-0.0.273//:ra_ap_span": "span",
|
||||
"@vendor_ts__ra_ap_stdx-0.0.273//:ra_ap_stdx": "stdx",
|
||||
"@vendor_ts__ra_ap_syntax-0.0.273//:ra_ap_syntax": "syntax",
|
||||
"@vendor_ts__ra_ap_tt-0.0.273//:ra_ap_tt": "tt",
|
||||
},
|
||||
compile_data = glob(
|
||||
include = ["**"],
|
||||
@@ -87,15 +87,14 @@ rust_library(
|
||||
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||
"//conditions:default": ["@platforms//:incompatible"],
|
||||
}),
|
||||
version = "0.0.270",
|
||||
version = "0.0.273",
|
||||
deps = [
|
||||
"@vendor_ts__ra_ap_intern-0.0.270//:ra_ap_intern",
|
||||
"@vendor_ts__ra_ap_parser-0.0.270//:ra_ap_parser",
|
||||
"@vendor_ts__ra_ap_span-0.0.270//:ra_ap_span",
|
||||
"@vendor_ts__ra_ap_stdx-0.0.270//:ra_ap_stdx",
|
||||
"@vendor_ts__ra_ap_syntax-0.0.270//:ra_ap_syntax",
|
||||
"@vendor_ts__ra_ap_tt-0.0.270//:ra_ap_tt",
|
||||
"@vendor_ts__ra_ap_intern-0.0.273//:ra_ap_intern",
|
||||
"@vendor_ts__ra_ap_parser-0.0.273//:ra_ap_parser",
|
||||
"@vendor_ts__ra_ap_span-0.0.273//:ra_ap_span",
|
||||
"@vendor_ts__ra_ap_stdx-0.0.273//:ra_ap_stdx",
|
||||
"@vendor_ts__ra_ap_syntax-0.0.273//:ra_ap_syntax",
|
||||
"@vendor_ts__ra_ap_tt-0.0.273//:ra_ap_tt",
|
||||
"@vendor_ts__rustc-hash-2.1.1//:rustc_hash",
|
||||
"@vendor_ts__tracing-0.1.41//:tracing",
|
||||
],
|
||||
)
|
||||
@@ -79,7 +79,7 @@ rust_library(
|
||||
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||
"//conditions:default": ["@platforms//:incompatible"],
|
||||
}),
|
||||
version = "0.0.270",
|
||||
version = "0.0.273",
|
||||
deps = [
|
||||
"@vendor_ts__camino-1.1.9//:camino",
|
||||
"@vendor_ts__home-0.5.11//:home",
|
||||
@@ -17,8 +17,8 @@ rust_library(
|
||||
allow_empty = True,
|
||||
),
|
||||
aliases = {
|
||||
"@vendor_ts__ra_ap_intern-0.0.270//:ra_ap_intern": "intern",
|
||||
"@vendor_ts__ra_ap_stdx-0.0.270//:ra_ap_stdx": "stdx",
|
||||
"@vendor_ts__ra_ap_intern-0.0.273//:ra_ap_intern": "intern",
|
||||
"@vendor_ts__ra_ap_stdx-0.0.273//:ra_ap_stdx": "stdx",
|
||||
},
|
||||
compile_data = glob(
|
||||
include = ["**"],
|
||||
@@ -83,12 +83,12 @@ rust_library(
|
||||
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||
"//conditions:default": ["@platforms//:incompatible"],
|
||||
}),
|
||||
version = "0.0.270",
|
||||
version = "0.0.273",
|
||||
deps = [
|
||||
"@vendor_ts__arrayvec-0.7.6//:arrayvec",
|
||||
"@vendor_ts__ra-ap-rustc_lexer-0.100.0//:ra_ap_rustc_lexer",
|
||||
"@vendor_ts__ra_ap_intern-0.0.270//:ra_ap_intern",
|
||||
"@vendor_ts__ra_ap_stdx-0.0.270//:ra_ap_stdx",
|
||||
"@vendor_ts__ra_ap_intern-0.0.273//:ra_ap_intern",
|
||||
"@vendor_ts__ra_ap_stdx-0.0.273//:ra_ap_stdx",
|
||||
"@vendor_ts__text-size-1.1.1//:text_size",
|
||||
],
|
||||
)
|
||||
@@ -17,8 +17,8 @@ rust_library(
|
||||
allow_empty = True,
|
||||
),
|
||||
aliases = {
|
||||
"@vendor_ts__ra_ap_paths-0.0.270//:ra_ap_paths": "paths",
|
||||
"@vendor_ts__ra_ap_stdx-0.0.270//:ra_ap_stdx": "stdx",
|
||||
"@vendor_ts__ra_ap_paths-0.0.273//:ra_ap_paths": "paths",
|
||||
"@vendor_ts__ra_ap_stdx-0.0.273//:ra_ap_stdx": "stdx",
|
||||
},
|
||||
compile_data = glob(
|
||||
include = ["**"],
|
||||
@@ -83,14 +83,14 @@ rust_library(
|
||||
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||
"//conditions:default": ["@platforms//:incompatible"],
|
||||
}),
|
||||
version = "0.0.270",
|
||||
version = "0.0.273",
|
||||
deps = [
|
||||
"@vendor_ts__crossbeam-channel-0.5.14//:crossbeam_channel",
|
||||
"@vendor_ts__fst-0.4.7//:fst",
|
||||
"@vendor_ts__indexmap-2.7.0//:indexmap",
|
||||
"@vendor_ts__indexmap-2.9.0//:indexmap",
|
||||
"@vendor_ts__nohash-hasher-0.2.0//:nohash_hasher",
|
||||
"@vendor_ts__ra_ap_paths-0.0.270//:ra_ap_paths",
|
||||
"@vendor_ts__ra_ap_stdx-0.0.270//:ra_ap_stdx",
|
||||
"@vendor_ts__ra_ap_paths-0.0.273//:ra_ap_paths",
|
||||
"@vendor_ts__ra_ap_stdx-0.0.273//:ra_ap_stdx",
|
||||
"@vendor_ts__rustc-hash-2.1.1//:rustc_hash",
|
||||
"@vendor_ts__tracing-0.1.41//:tracing",
|
||||
],
|
||||
@@ -17,9 +17,9 @@ rust_library(
|
||||
allow_empty = True,
|
||||
),
|
||||
aliases = {
|
||||
"@vendor_ts__ra_ap_paths-0.0.270//:ra_ap_paths": "paths",
|
||||
"@vendor_ts__ra_ap_stdx-0.0.270//:ra_ap_stdx": "stdx",
|
||||
"@vendor_ts__ra_ap_vfs-0.0.270//:ra_ap_vfs": "vfs",
|
||||
"@vendor_ts__ra_ap_paths-0.0.273//:ra_ap_paths": "paths",
|
||||
"@vendor_ts__ra_ap_stdx-0.0.273//:ra_ap_stdx": "stdx",
|
||||
"@vendor_ts__ra_ap_vfs-0.0.273//:ra_ap_vfs": "vfs",
|
||||
},
|
||||
compile_data = glob(
|
||||
include = ["**"],
|
||||
@@ -84,13 +84,13 @@ rust_library(
|
||||
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||
"//conditions:default": ["@platforms//:incompatible"],
|
||||
}),
|
||||
version = "0.0.270",
|
||||
version = "0.0.273",
|
||||
deps = [
|
||||
"@vendor_ts__crossbeam-channel-0.5.14//:crossbeam_channel",
|
||||
"@vendor_ts__notify-8.0.0//:notify",
|
||||
"@vendor_ts__ra_ap_paths-0.0.270//:ra_ap_paths",
|
||||
"@vendor_ts__ra_ap_stdx-0.0.270//:ra_ap_stdx",
|
||||
"@vendor_ts__ra_ap_vfs-0.0.270//:ra_ap_vfs",
|
||||
"@vendor_ts__ra_ap_paths-0.0.273//:ra_ap_paths",
|
||||
"@vendor_ts__ra_ap_stdx-0.0.273//:ra_ap_stdx",
|
||||
"@vendor_ts__ra_ap_vfs-0.0.273//:ra_ap_vfs",
|
||||
"@vendor_ts__rayon-1.10.0//:rayon",
|
||||
"@vendor_ts__rustc-hash-2.1.1//:rustc_hash",
|
||||
"@vendor_ts__tracing-0.1.41//:tracing",
|
||||
2
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.redox_syscall-0.5.8.bazel
generated
vendored
2
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.redox_syscall-0.5.8.bazel
generated
vendored
@@ -81,6 +81,6 @@ rust_library(
|
||||
}),
|
||||
version = "0.5.8",
|
||||
deps = [
|
||||
"@vendor_ts__bitflags-2.8.0//:bitflags",
|
||||
"@vendor_ts__bitflags-2.9.0//:bitflags",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -80,10 +80,10 @@ rust_library(
|
||||
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||
"//conditions:default": ["@platforms//:incompatible"],
|
||||
}),
|
||||
version = "0.2.1+llvm-462a31f5a5ab",
|
||||
version = "0.2.2+llvm-462a31f5a5ab",
|
||||
deps = [
|
||||
"@vendor_ts__bitflags-1.3.2//:bitflags",
|
||||
"@vendor_ts__rustc_apfloat-0.2.1-llvm-462a31f5a5ab//:build_script_build",
|
||||
"@vendor_ts__bitflags-2.9.0//:bitflags",
|
||||
"@vendor_ts__rustc_apfloat-0.2.2-llvm-462a31f5a5ab//:build_script_build",
|
||||
"@vendor_ts__smallvec-1.14.0//:smallvec",
|
||||
],
|
||||
)
|
||||
@@ -133,7 +133,7 @@ cargo_build_script(
|
||||
"noclippy",
|
||||
"norustfmt",
|
||||
],
|
||||
version = "0.2.1+llvm-462a31f5a5ab",
|
||||
version = "0.2.2+llvm-462a31f5a5ab",
|
||||
visibility = ["//visibility:private"],
|
||||
)
|
||||
|
||||
2
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.salsa-0.19.0.bazel
generated
vendored
2
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.salsa-0.19.0.bazel
generated
vendored
@@ -95,7 +95,7 @@ rust_library(
|
||||
"@vendor_ts__dashmap-6.1.0//:dashmap",
|
||||
"@vendor_ts__hashbrown-0.15.2//:hashbrown",
|
||||
"@vendor_ts__hashlink-0.10.0//:hashlink",
|
||||
"@vendor_ts__indexmap-2.7.0//:indexmap",
|
||||
"@vendor_ts__indexmap-2.9.0//:indexmap",
|
||||
"@vendor_ts__parking_lot-0.12.3//:parking_lot",
|
||||
"@vendor_ts__portable-atomic-1.11.0//:portable_atomic",
|
||||
"@vendor_ts__rayon-1.10.0//:rayon",
|
||||
|
||||
@@ -85,9 +85,9 @@ rust_library(
|
||||
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||
"//conditions:default": ["@platforms//:incompatible"],
|
||||
}),
|
||||
version = "1.0.24",
|
||||
version = "1.0.26",
|
||||
deps = [
|
||||
"@vendor_ts__semver-1.0.24//:build_script_build",
|
||||
"@vendor_ts__semver-1.0.26//:build_script_build",
|
||||
"@vendor_ts__serde-1.0.219//:serde",
|
||||
],
|
||||
)
|
||||
@@ -142,7 +142,7 @@ cargo_build_script(
|
||||
"noclippy",
|
||||
"norustfmt",
|
||||
],
|
||||
version = "1.0.24",
|
||||
version = "1.0.26",
|
||||
visibility = ["//visibility:private"],
|
||||
)
|
||||
|
||||
2
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.serde_json-1.0.140.bazel
generated
vendored
2
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.serde_json-1.0.140.bazel
generated
vendored
@@ -87,7 +87,7 @@ rust_library(
|
||||
}),
|
||||
version = "1.0.140",
|
||||
deps = [
|
||||
"@vendor_ts__itoa-1.0.14//:itoa",
|
||||
"@vendor_ts__itoa-1.0.15//:itoa",
|
||||
"@vendor_ts__memchr-2.7.4//:memchr",
|
||||
"@vendor_ts__ryu-1.0.19//:ryu",
|
||||
"@vendor_ts__serde-1.0.219//:serde",
|
||||
|
||||
@@ -81,8 +81,8 @@ rust_library(
|
||||
}),
|
||||
version = "0.9.34+deprecated",
|
||||
deps = [
|
||||
"@vendor_ts__indexmap-2.7.0//:indexmap",
|
||||
"@vendor_ts__itoa-1.0.14//:itoa",
|
||||
"@vendor_ts__indexmap-2.9.0//:indexmap",
|
||||
"@vendor_ts__itoa-1.0.15//:itoa",
|
||||
"@vendor_ts__ryu-1.0.19//:ryu",
|
||||
"@vendor_ts__serde-1.0.219//:serde",
|
||||
"@vendor_ts__unsafe-libyaml-0.2.11//:unsafe_libyaml",
|
||||
|
||||
2
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.syn-2.0.100.bazel
generated
vendored
2
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.syn-2.0.100.bazel
generated
vendored
@@ -95,6 +95,6 @@ rust_library(
|
||||
deps = [
|
||||
"@vendor_ts__proc-macro2-1.0.94//:proc_macro2",
|
||||
"@vendor_ts__quote-1.0.40//:quote",
|
||||
"@vendor_ts__unicode-ident-1.0.16//:unicode_ident",
|
||||
"@vendor_ts__unicode-ident-1.0.17//:unicode_ident",
|
||||
],
|
||||
)
|
||||
|
||||
87
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.thin-vec-0.2.14.bazel
generated
vendored
Normal file
87
misc/bazel/3rdparty/tree_sitter_extractors_deps/BUILD.thin-vec-0.2.14.bazel
generated
vendored
Normal file
@@ -0,0 +1,87 @@
|
||||
###############################################################################
|
||||
# @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//rust:defs.bzl", "rust_library")
|
||||
|
||||
package(default_visibility = ["//visibility:public"])
|
||||
|
||||
rust_library(
|
||||
name = "thin_vec",
|
||||
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 = [
|
||||
"default",
|
||||
"std",
|
||||
],
|
||||
crate_root = "src/lib.rs",
|
||||
edition = "2018",
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
],
|
||||
tags = [
|
||||
"cargo-bazel",
|
||||
"crate-name=thin-vec",
|
||||
"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 = "0.2.14",
|
||||
)
|
||||
@@ -29,10 +29,14 @@ rust_library(
|
||||
"WORKSPACE.bazel",
|
||||
],
|
||||
),
|
||||
crate_features = [
|
||||
"default",
|
||||
"std",
|
||||
],
|
||||
crate_root = "src/lib.rs",
|
||||
edition = "2021",
|
||||
proc_macro_deps = [
|
||||
"@vendor_ts__thiserror-impl-1.0.69//:thiserror_impl",
|
||||
"@vendor_ts__thiserror-impl-2.0.12//:thiserror_impl",
|
||||
],
|
||||
rustc_flags = [
|
||||
"--cap-lints=allow",
|
||||
@@ -83,9 +87,9 @@ rust_library(
|
||||
"@rules_rust//rust/platform:x86_64-unknown-uefi": [],
|
||||
"//conditions:default": ["@platforms//:incompatible"],
|
||||
}),
|
||||
version = "1.0.69",
|
||||
version = "2.0.12",
|
||||
deps = [
|
||||
"@vendor_ts__thiserror-1.0.69//:build_script_build",
|
||||
"@vendor_ts__thiserror-2.0.12//:build_script_build",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -108,6 +112,10 @@ cargo_build_script(
|
||||
"WORKSPACE.bazel",
|
||||
],
|
||||
),
|
||||
crate_features = [
|
||||
"default",
|
||||
"std",
|
||||
],
|
||||
crate_name = "build_script_build",
|
||||
crate_root = "build.rs",
|
||||
data = glob(
|
||||
@@ -134,7 +142,7 @@ cargo_build_script(
|
||||
"noclippy",
|
||||
"norustfmt",
|
||||
],
|
||||
version = "1.0.69",
|
||||
version = "2.0.12",
|
||||
visibility = ["//visibility:private"],
|
||||
)
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user