Skip to content

Commit 27a55c0

Browse files
martijnekenantonengelhardt
authored andcommitted
Regenerate Bazel artifacts. (proxy-wasm#236)
Signed-off-by: Martijn Stevenson <[email protected]>
1 parent cb3511f commit 27a55c0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

bazel/cargo/remote/defs.bzl

+7-7
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ def crate_repositories():
409409
name = "crates_vendor__ahash-0.8.3",
410410
sha256 = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f",
411411
type = "tar.gz",
412-
urls = ["https://crates.io/api/v1/crates/ahash/0.8.3/download"],
412+
urls = ["https://static.crates.io/crates/ahash/0.8.3/download"],
413413
strip_prefix = "ahash-0.8.3",
414414
build_file = Label("@proxy_wasm_rust_sdk//bazel/cargo/remote:BUILD.ahash-0.8.3.bazel"),
415415
)
@@ -419,7 +419,7 @@ def crate_repositories():
419419
name = "crates_vendor__allocator-api2-0.2.14",
420420
sha256 = "c4f263788a35611fba42eb41ff811c5d0360c58b97402570312a350736e2542e",
421421
type = "tar.gz",
422-
urls = ["https://crates.io/api/v1/crates/allocator-api2/0.2.14/download"],
422+
urls = ["https://static.crates.io/crates/allocator-api2/0.2.14/download"],
423423
strip_prefix = "allocator-api2-0.2.14",
424424
build_file = Label("@proxy_wasm_rust_sdk//bazel/cargo/remote:BUILD.allocator-api2-0.2.14.bazel"),
425425
)
@@ -429,7 +429,7 @@ def crate_repositories():
429429
name = "crates_vendor__cfg-if-1.0.0",
430430
sha256 = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd",
431431
type = "tar.gz",
432-
urls = ["https://crates.io/api/v1/crates/cfg-if/1.0.0/download"],
432+
urls = ["https://static.crates.io/crates/cfg-if/1.0.0/download"],
433433
strip_prefix = "cfg-if-1.0.0",
434434
build_file = Label("@proxy_wasm_rust_sdk//bazel/cargo/remote:BUILD.cfg-if-1.0.0.bazel"),
435435
)
@@ -439,7 +439,7 @@ def crate_repositories():
439439
name = "crates_vendor__hashbrown-0.14.0",
440440
sha256 = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a",
441441
type = "tar.gz",
442-
urls = ["https://crates.io/api/v1/crates/hashbrown/0.14.0/download"],
442+
urls = ["https://static.crates.io/crates/hashbrown/0.14.0/download"],
443443
strip_prefix = "hashbrown-0.14.0",
444444
build_file = Label("@proxy_wasm_rust_sdk//bazel/cargo/remote:BUILD.hashbrown-0.14.0.bazel"),
445445
)
@@ -449,7 +449,7 @@ def crate_repositories():
449449
name = "crates_vendor__log-0.4.18",
450450
sha256 = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de",
451451
type = "tar.gz",
452-
urls = ["https://crates.io/api/v1/crates/log/0.4.18/download"],
452+
urls = ["https://static.crates.io/crates/log/0.4.18/download"],
453453
strip_prefix = "log-0.4.18",
454454
build_file = Label("@proxy_wasm_rust_sdk//bazel/cargo/remote:BUILD.log-0.4.18.bazel"),
455455
)
@@ -459,7 +459,7 @@ def crate_repositories():
459459
name = "crates_vendor__once_cell-1.18.0",
460460
sha256 = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d",
461461
type = "tar.gz",
462-
urls = ["https://crates.io/api/v1/crates/once_cell/1.18.0/download"],
462+
urls = ["https://static.crates.io/crates/once_cell/1.18.0/download"],
463463
strip_prefix = "once_cell-1.18.0",
464464
build_file = Label("@proxy_wasm_rust_sdk//bazel/cargo/remote:BUILD.once_cell-1.18.0.bazel"),
465465
)
@@ -469,7 +469,7 @@ def crate_repositories():
469469
name = "crates_vendor__version_check-0.9.4",
470470
sha256 = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f",
471471
type = "tar.gz",
472-
urls = ["https://crates.io/api/v1/crates/version_check/0.9.4/download"],
472+
urls = ["https://static.crates.io/crates/version_check/0.9.4/download"],
473473
strip_prefix = "version_check-0.9.4",
474474
build_file = Label("@proxy_wasm_rust_sdk//bazel/cargo/remote:BUILD.version_check-0.9.4.bazel"),
475475
)

0 commit comments

Comments
 (0)