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 50
50
51
51
alias (
52
52
name = "hashbrown" ,
53
- actual = "@raze__hashbrown__0_11_0 //:hashbrown" ,
53
+ actual = "@raze__hashbrown__0_11_1 //:hashbrown" ,
54
54
tags = [
55
55
"cargo-raze" ,
56
56
"manual" ,
Original file line number Diff line number Diff line change @@ -88,9 +88,9 @@ dependencies = [
88
88
89
89
[[package]]
90
90
name = "hashbrown"
91
- version = "0.11.0 "
91
+ version = "0.11.1 "
92
92
source = "registry+https://github.com/rust-lang/crates.io-index"
93
- checksum = "362385356d610bd1e5a408ddf8d022041774b683f345a1d2cfcb4f60f8ae2db5 "
93
+ checksum = "a3de7a9a685bb301f5cb29587f13833270c59e7d2c6f457a66372996afad4504 "
94
94
dependencies = [
95
95
"ahash",
96
96
]
Original file line number Diff line number Diff line change @@ -63,12 +63,12 @@ def raze_fetch_remote_crates():
63
63
64
64
maybe (
65
65
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" ,
68
68
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" ),
72
72
)
73
73
74
74
maybe (
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ rust_library(
51
51
"cargo-raze",
52
52
"manual",
53
53
],
54
- version = "0.11.0 ",
54
+ version = "0.11.1 ",
55
55
# buildifier: leave-alone
56
56
deps = [
57
57
"@raze__ahash__0_7_2//:ahash",
You can’t perform that action at this time.
0 commit comments