File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 4141
4242alias (
4343 name = "hashbrown" ,
44- actual = "@raze__hashbrown__0_11_0 //:hashbrown" ,
44+ actual = "@raze__hashbrown__0_11_1 //:hashbrown" ,
4545 tags = [
4646 "cargo-raze" ,
4747 "manual" ,
Original file line number Diff line number Diff line change @@ -55,9 +55,9 @@ dependencies = [
5555
5656[[package]]
5757name = "hashbrown"
58- version = "0.11.0 "
58+ version = "0.11.1 "
5959source = "registry+https://github.com/rust-lang/crates.io-index"
60- checksum = "362385356d610bd1e5a408ddf8d022041774b683f345a1d2cfcb4f60f8ae2db5 "
60+ checksum = "a3de7a9a685bb301f5cb29587f13833270c59e7d2c6f457a66372996afad4504 "
6161dependencies = [
6262 "ahash",
6363]
Original file line number Diff line number Diff line change @@ -63,12 +63,12 @@ def raze_fetch_remote_crates():
6363
6464 maybe (
6565 http_archive ,
66- name = "raze__hashbrown__0_11_0 " ,
67- url = "https://crates.io/api/v1/crates/hashbrown/0.11.0 /download" ,
66+ name = "raze__hashbrown__0_11_1 " ,
67+ url = "https://crates.io/api/v1/crates/hashbrown/0.11.1 /download" ,
6868 type = "tar.gz" ,
69- sha256 = "362385356d610bd1e5a408ddf8d022041774b683f345a1d2cfcb4f60f8ae2db5 " ,
70- strip_prefix = "hashbrown-0.11.0 " ,
71- build_file = Label ("//bazel/cargo/remote:BUILD.hashbrown-0.11.0 .bazel" ),
69+ sha256 = "a3de7a9a685bb301f5cb29587f13833270c59e7d2c6f457a66372996afad4504 " ,
70+ strip_prefix = "hashbrown-0.11.1 " ,
71+ build_file = Label ("//bazel/cargo/remote:BUILD.hashbrown-0.11.1 .bazel" ),
7272 )
7373
7474 maybe (
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ rust_library(
5151 "cargo-raze",
5252 "manual",
5353 ],
54- version = "0.11.0 ",
54+ version = "0.11.1 ",
5555 # buildifier: leave-alone
5656 deps = [
5757 "@raze__ahash__0_7_2//:ahash",
You can’t perform that action at this time.
0 commit comments