Skip to content

Commit 6243961

Browse files
committed
Update checksum in Cargo.Bazel.lock
1 parent 49ea513 commit 6243961

File tree

1 file changed

+35
-8
lines changed

1 file changed

+35
-8
lines changed

rust/Cargo.Bazel.lock

Lines changed: 35 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"checksum": "d2d968dacd2ceab962c18fa28697dc189f31b3991a3554ff21e167836627a3b8",
2+
"checksum": "94dc89c8790518c956fd52cd06689af1557f6c755c7bd1a1414719ef73ac468c",
33
"crates": {
44
"addr2line 0.21.0": {
55
"name": "addr2line",
@@ -13478,6 +13478,10 @@
1347813478
"id": "which 7.0.2",
1347913479
"target": "which"
1348013480
},
13481+
{
13482+
"id": "winapi 0.3.9",
13483+
"target": "winapi"
13484+
},
1348113485
{
1348213486
"id": "xz2 0.1.7",
1348313487
"target": "xz2"
@@ -18838,14 +18842,36 @@
1883818842
],
1883918843
"crate_features": {
1884018844
"common": [
18841-
"fileapi",
18842-
"handleapi",
18843-
"processthreadsapi",
18844-
"std",
18845-
"winbase",
18846-
"winerror"
18845+
"sysinfoapi",
18846+
"winnt",
18847+
"winver"
1884718848
],
18848-
"selects": {}
18849+
"selects": {
18850+
"aarch64-pc-windows-msvc": [
18851+
"fileapi",
18852+
"handleapi",
18853+
"processthreadsapi",
18854+
"std",
18855+
"winbase",
18856+
"winerror"
18857+
],
18858+
"i686-pc-windows-msvc": [
18859+
"fileapi",
18860+
"handleapi",
18861+
"processthreadsapi",
18862+
"std",
18863+
"winbase",
18864+
"winerror"
18865+
],
18866+
"x86_64-pc-windows-msvc": [
18867+
"fileapi",
18868+
"handleapi",
18869+
"processthreadsapi",
18870+
"std",
18871+
"winbase",
18872+
"winerror"
18873+
]
18874+
}
1884918875
},
1885018876
"deps": {
1885118877
"common": [
@@ -21972,6 +21998,7 @@
2197221998
"toml 0.8.20",
2197321999
"walkdir 2.5.0",
2197422000
"which 7.0.2",
22001+
"winapi 0.3.9",
2197522002
"xz2 0.1.7",
2197622003
"zip 2.2.3"
2197722004
],

0 commit comments

Comments
 (0)