Skip to content

Commit 9e5c44e

Browse files
[rust] Update dependency rules_cc to v0.2.0 (#16198)
* [rust] Update dependency rules_cc to v0.2.0 * Repin dependencies --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Selenium CI Bot <[email protected]>
1 parent 5afb77e commit 9e5c44e

File tree

2 files changed

+70
-7
lines changed

2 files changed

+70
-7
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ bazel_dep(name = "platforms", version = "0.0.11")
1515
bazel_dep(name = "protobuf", version = "29.2", dev_dependency = True, repo_name = "com_google_protobuf")
1616

1717
# Required for rules_rust to import the crates properly
18-
bazel_dep(name = "rules_cc", version = "0.1.1", dev_dependency = True)
18+
bazel_dep(name = "rules_cc", version = "0.2.0", dev_dependency = True)
1919

2020
bazel_dep(name = "rules_dotnet", version = "0.17.5")
2121
bazel_dep(name = "rules_java", version = "8.7.1")

rust/Cargo.Bazel.lock

Lines changed: 69 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"checksum": "df16973281961e693e2d8c4ba5bafc9ac44614d38f46bf698b1cdb09b8d568b2",
2+
"checksum": "8d4c080d07b9c4566370bffaad94daa18506026bfbda55910cd2ea1503540aa5",
33
"crates": {
44
"addr2line 0.21.0": {
55
"name": "addr2line",
@@ -2105,16 +2105,79 @@
21052105
"id": "jobserver 0.1.31",
21062106
"target": "jobserver"
21072107
},
2108-
{
2109-
"id": "libc 0.2.174",
2110-
"target": "libc"
2111-
},
21122108
{
21132109
"id": "shlex 1.3.0",
21142110
"target": "shlex"
21152111
}
21162112
],
2117-
"selects": {}
2113+
"selects": {
2114+
"aarch64-apple-darwin": [
2115+
{
2116+
"id": "libc 0.2.174",
2117+
"target": "libc"
2118+
}
2119+
],
2120+
"aarch64-unknown-linux-gnu": [
2121+
{
2122+
"id": "libc 0.2.174",
2123+
"target": "libc"
2124+
}
2125+
],
2126+
"aarch64-unknown-nixos-gnu": [
2127+
{
2128+
"id": "libc 0.2.174",
2129+
"target": "libc"
2130+
}
2131+
],
2132+
"arm-unknown-linux-gnueabi": [
2133+
{
2134+
"id": "libc 0.2.174",
2135+
"target": "libc"
2136+
}
2137+
],
2138+
"i686-unknown-linux-gnu": [
2139+
{
2140+
"id": "libc 0.2.174",
2141+
"target": "libc"
2142+
}
2143+
],
2144+
"powerpc-unknown-linux-gnu": [
2145+
{
2146+
"id": "libc 0.2.174",
2147+
"target": "libc"
2148+
}
2149+
],
2150+
"s390x-unknown-linux-gnu": [
2151+
{
2152+
"id": "libc 0.2.174",
2153+
"target": "libc"
2154+
}
2155+
],
2156+
"x86_64-apple-darwin": [
2157+
{
2158+
"id": "libc 0.2.174",
2159+
"target": "libc"
2160+
}
2161+
],
2162+
"x86_64-unknown-freebsd": [
2163+
{
2164+
"id": "libc 0.2.174",
2165+
"target": "libc"
2166+
}
2167+
],
2168+
"x86_64-unknown-linux-gnu": [
2169+
{
2170+
"id": "libc 0.2.174",
2171+
"target": "libc"
2172+
}
2173+
],
2174+
"x86_64-unknown-nixos-gnu": [
2175+
{
2176+
"id": "libc 0.2.174",
2177+
"target": "libc"
2178+
}
2179+
]
2180+
}
21182181
},
21192182
"edition": "2018",
21202183
"version": "1.1.30"

0 commit comments

Comments
 (0)