File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ local_path_override(
2121)
2222
2323bazel_dep (name = "bazel_skylib" , version = "1.8.2" )
24- bazel_dep (name = "platforms" , version = "0 .0.11 " )
24+ bazel_dep (name = "platforms" , version = "1 .0.0 " )
2525bazel_dep (name = "rules_cc" , version = "0.0.9" )
2626bazel_dep (name = "rules_go" , version = "0.50.1" , repo_name = "io_bazel_rules_go" )
2727bazel_dep (name = "rules_rust" , version = "0.54.1" )
Original file line number Diff line number Diff line change @@ -352,10 +352,10 @@ http_archive(
352352
353353http_archive (
354354 name = "platforms" ,
355- sha256 = "29742e87275809b5e598dc2f04d86960cc7a55b3067d97221c9abbc9926bff0f " ,
355+ sha256 = "3384eb1c30762704fbe38e440204e114154086c8fc8a8c2e3e28441028c019a8 " ,
356356 urls = [
357- "https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/0 .0.11 /platforms-0 .0.11 .tar.gz" ,
358- "https://github.com/bazelbuild/platforms/releases/download/0 .0.11 /platforms-0 .0.11 .tar.gz" ,
357+ "https://mirror.bazel.build/github.com/bazelbuild/platforms/releases/download/1 .0.0 /platforms-1 .0.0 .tar.gz" ,
358+ "https://github.com/bazelbuild/platforms/releases/download/1 .0.0 /platforms-1 .0.0 .tar.gz" ,
359359 ],
360360)
361361
You can’t perform that action at this time.
0 commit comments