Skip to content

Commit feaf133

Browse files
authored
Update hashbrown to v0.8.2. (#22)
Signed-off-by: Piotr Sikora <[email protected]>
1 parent aa67a50 commit feaf133

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository = "https://github.com/proxy-wasm/proxy-wasm-rust-sdk"
99
edition = "2018"
1010

1111
[dependencies]
12-
hashbrown = { version = "0.7", default-features = false, features = ["ahash", "inline-more"] }
12+
hashbrown = { version = "0.8", default-features = false, features = ["ahash", "inline-more"] }
1313
log = "0.4"
1414
wee_alloc = "0.4"
1515

cargo/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ alias(
1515
)
1616
alias(
1717
name = "hashbrown",
18-
actual = "@raze__hashbrown__0_7_2//:hashbrown",
18+
actual = "@raze__hashbrown__0_8_2//:hashbrown",
1919
tags = ["cargo-raze"],
2020
)
2121
alias(

cargo/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cargo/crates.bzl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ def raze_fetch_remote_crates():
5353
)
5454

5555
_new_http_archive(
56-
name = "raze__hashbrown__0_7_2",
57-
url = "https://crates-io.s3-us-west-1.amazonaws.com/crates/hashbrown/hashbrown-0.7.2.crate",
56+
name = "raze__hashbrown__0_8_2",
57+
url = "https://crates-io.s3-us-west-1.amazonaws.com/crates/hashbrown/hashbrown-0.8.2.crate",
5858
type = "tar.gz",
59-
sha256 = "96282e96bfcd3da0d3aa9938bedf1e50df3269b6db08b4876d2da0bb1a0841cf",
60-
strip_prefix = "hashbrown-0.7.2",
61-
build_file = Label("//cargo/remote:hashbrown-0.7.2.BUILD"),
59+
sha256 = "e91b62f79061a0bc2e046024cb7ba44b08419ed238ecbd9adbd787434b9e8c25",
60+
strip_prefix = "hashbrown-0.8.2",
61+
build_file = Label("//cargo/remote:hashbrown-0.8.2.BUILD"),
6262
)
6363

6464
_new_http_archive(

cargo/remote/hashbrown-0.7.2.BUILD renamed to cargo/remote/hashbrown-0.8.2.BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ rust_library(
3838
rustc_flags = [
3939
"--cap-lints=allow",
4040
],
41-
version = "0.7.2",
41+
version = "0.8.2",
4242
tags = ["cargo-raze"],
4343
crate_features = [
4444
"ahash",

0 commit comments

Comments
 (0)