Skip to content

Commit 463eed0

Browse files
authored
Regenerate Cargo.raze.lock. (#177)
Missed in #175. Signed-off-by: Piotr Sikora <[email protected]>
1 parent 79597e9 commit 463eed0

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

bazel/cargo/Cargo.raze.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
# It is not intended for manual editing.
33
[[package]]
44
name = "ahash"
5-
version = "0.7.6"
5+
version = "0.8.2"
66
source = "registry+https://github.com/rust-lang/crates.io-index"
7-
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
7+
checksum = "bf6ccdb167abbf410dcb915cabd428929d7f6a04980b54a11f26a39f1c7f7107"
88
dependencies = [
9-
"getrandom",
9+
"cfg-if",
1010
"once_cell",
1111
"version_check",
1212
]
@@ -48,9 +48,9 @@ dependencies = [
4848

4949
[[package]]
5050
name = "hashbrown"
51-
version = "0.12.0"
51+
version = "0.13.1"
5252
source = "registry+https://github.com/rust-lang/crates.io-index"
53-
checksum = "8c21d40587b92fa6a6c6e3c1bdbf87d75511db5672f9c93175574b3a00df1758"
53+
checksum = "33ff8ae62cd3a9102e5637afc8452c55acf3844001bd5374e0b0bd7b6616c038"
5454
dependencies = [
5555
"ahash",
5656
]
@@ -91,9 +91,9 @@ dependencies = [
9191

9292
[[package]]
9393
name = "once_cell"
94-
version = "1.10.0"
94+
version = "1.16.0"
9595
source = "registry+https://github.com/rust-lang/crates.io-index"
96-
checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"
96+
checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
9797

9898
[[package]]
9999
name = "proxy-wasm"

bazel/cargo/crates.bzl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ def raze_fetch_remote_crates():
1616
name = "raze__ahash__0_8_2",
1717
url = "https://crates.io/api/v1/crates/ahash/0.8.2/download",
1818
type = "tar.gz",
19+
sha256 = "bf6ccdb167abbf410dcb915cabd428929d7f6a04980b54a11f26a39f1c7f7107",
1920
strip_prefix = "ahash-0.8.2",
2021
build_file = Label("//bazel/cargo/remote:BUILD.ahash-0.8.2.bazel"),
2122
)
@@ -65,6 +66,7 @@ def raze_fetch_remote_crates():
6566
name = "raze__hashbrown__0_13_1",
6667
url = "https://crates.io/api/v1/crates/hashbrown/0.13.1/download",
6768
type = "tar.gz",
69+
sha256 = "33ff8ae62cd3a9102e5637afc8452c55acf3844001bd5374e0b0bd7b6616c038",
6870
strip_prefix = "hashbrown-0.13.1",
6971
build_file = Label("//bazel/cargo/remote:BUILD.hashbrown-0.13.1.bazel"),
7072
)
@@ -114,6 +116,7 @@ def raze_fetch_remote_crates():
114116
name = "raze__once_cell__1_16_0",
115117
url = "https://crates.io/api/v1/crates/once_cell/1.16.0/download",
116118
type = "tar.gz",
119+
sha256 = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860",
117120
strip_prefix = "once_cell-1.16.0",
118121
build_file = Label("//bazel/cargo/remote:BUILD.once_cell-1.16.0.bazel"),
119122
)

0 commit comments

Comments
 (0)