File tree 5 files changed +13
-11
lines changed
5 files changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ edition = "2018"
12
12
wee-alloc = [" wee_alloc" ]
13
13
14
14
[dependencies ]
15
- hashbrown = " 0.11 "
15
+ hashbrown = " 0.12 "
16
16
log = " 0.4"
17
17
wee_alloc = { version = " 0.4" , optional = true }
18
18
Original file line number Diff line number Diff line change 41
41
42
42
alias (
43
43
name = "hashbrown" ,
44
- actual = "@raze__hashbrown__0_11_2 //:hashbrown" ,
44
+ actual = "@raze__hashbrown__0_12_0 //:hashbrown" ,
45
45
tags = [
46
46
"cargo-raze" ,
47
47
"manual" ,
Original file line number Diff line number Diff line change @@ -55,9 +55,9 @@ dependencies = [
55
55
56
56
[[package]]
57
57
name = "hashbrown"
58
- version = "0.11.2 "
58
+ version = "0.12.0 "
59
59
source = "registry+https://github.com/rust-lang/crates.io-index"
60
- checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e "
60
+ checksum = "8c21d40587b92fa6a6c6e3c1bdbf87d75511db5672f9c93175574b3a00df1758 "
61
61
dependencies = [
62
62
"ahash",
63
63
]
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_2 " ,
67
- url = "https://crates.io/api/v1/crates/hashbrown/0.11.2 /download" ,
66
+ name = "raze__hashbrown__0_12_0 " ,
67
+ url = "https://crates.io/api/v1/crates/hashbrown/0.12.0 /download" ,
68
68
type = "tar.gz" ,
69
- sha256 = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e " ,
70
- strip_prefix = "hashbrown-0.11.2 " ,
71
- build_file = Label ("//bazel/cargo/remote:BUILD.hashbrown-0.11.2 .bazel" ),
69
+ sha256 = "8c21d40587b92fa6a6c6e3c1bdbf87d75511db5672f9c93175574b3a00df1758 " ,
70
+ strip_prefix = "hashbrown-0.12.0 " ,
71
+ build_file = Label ("//bazel/cargo/remote:BUILD.hashbrown-0.12.0 .bazel" ),
72
72
)
73
73
74
74
maybe (
Original file line number Diff line number Diff line change @@ -33,6 +33,8 @@ licenses([
33
33
34
34
# Unsupported target "bench" with type "bench" omitted
35
35
36
+ # Unsupported target "insert_unique_unchecked" with type "bench" omitted
37
+
36
38
rust_library(
37
39
name = "hashbrown",
38
40
srcs = glob(["**/*.rs"]),
@@ -43,7 +45,7 @@ rust_library(
43
45
],
44
46
crate_root = "src/lib.rs",
45
47
data = [],
46
- edition = "2018 ",
48
+ edition = "2021 ",
47
49
rustc_flags = [
48
50
"--cap-lints=allow",
49
51
],
@@ -52,7 +54,7 @@ rust_library(
52
54
"crate-name=hashbrown",
53
55
"manual",
54
56
],
55
- version = "0.11.2 ",
57
+ version = "0.12.0 ",
56
58
# buildifier: leave-alone
57
59
deps = [
58
60
"@raze__ahash__0_7_6//:ahash",
You can’t perform that action at this time.
0 commit comments