Skip to content

Commit 61f35e5

Browse files
committed
Auto merge of #51019 - Zoxc:hash-bytes, r=michaelwoerister
Hash up to 8 bytes at once with FxHasher r? @michaelwoerister
2 parents 4f6d9bf + 7ebd4d6 commit 61f35e5

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

src/Cargo.lock

+8-5
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ version = "0.6.0"
267267
source = "registry+https://github.com/rust-lang/crates.io-index"
268268
dependencies = [
269269
"chalk-macros 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
270-
"rustc-hash 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
270+
"rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
271271
]
272272

273273
[[package]]
@@ -1816,7 +1816,7 @@ dependencies = [
18161816
"parking_lot_core 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
18171817
"rustc-ap-rustc_cratesio_shim 147.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
18181818
"rustc-ap-serialize 147.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1819-
"rustc-hash 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
1819+
"rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
18201820
"rustc-rayon 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
18211821
"stable_deref_trait 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
18221822
]
@@ -1884,8 +1884,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
18841884

18851885
[[package]]
18861886
name = "rustc-hash"
1887-
version = "1.0.0"
1887+
version = "1.0.1"
18881888
source = "registry+https://github.com/rust-lang/crates.io-index"
1889+
dependencies = [
1890+
"byteorder 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
1891+
]
18891892

18901893
[[package]]
18911894
name = "rustc-main"
@@ -2029,7 +2032,7 @@ dependencies = [
20292032
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
20302033
"parking_lot 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
20312034
"parking_lot_core 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
2032-
"rustc-hash 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2035+
"rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
20332036
"rustc-rayon 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
20342037
"rustc_cratesio_shim 0.0.0",
20352038
"serialize 0.0.0",
@@ -3196,7 +3199,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
31963199
"checksum rustc-ap-syntax 147.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "402c1f402e6d47defcd884d3f715aaa8c6f2cbdd5f13cb06fea70486d512426b"
31973200
"checksum rustc-ap-syntax_pos 147.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fb707a229093791dc3fc35aca61d9bf0e3708f23da4536683527857bc624b061"
31983201
"checksum rustc-demangle 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "11fb43a206a04116ffd7cfcf9bcb941f8eb6cc7ff667272246b0a1c74259a3cb"
3199-
"checksum rustc-hash 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e06ddba37baa245040f932b15403071a46681d7e0e4158e230741943c4718b84"
3202+
"checksum rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8"
32003203
"checksum rustc-rayon 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b1aa5cd8c3a706edb19b6ec6aa7b056bdc635b6e99c5cf7014f9af9d92f15e99"
32013204
"checksum rustc-rayon-core 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d69983f8613a9c3ba1a3bbf5e8bdf2fd5c42317b1d8dd8623ca8030173bf8a6b"
32023205
"checksum rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"

src/librustc_data_structures/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cfg-if = "0.1.2"
1717
stable_deref_trait = "1.0.0"
1818
parking_lot_core = "0.2.8"
1919
rustc-rayon = "0.1.0"
20-
rustc-hash = "1.0.0"
20+
rustc-hash = "1.0.1"
2121

2222
[dependencies.parking_lot]
2323
version = "0.5"

0 commit comments

Comments
 (0)