Skip to content

Commit b7d6afd

Browse files
authored
Update ahash dependency (rust-lang#2836)
Updates `ahash` dependency that was yanked; discovered from running audit in CI. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.
1 parent 9c9c07c commit b7d6afd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ dependencies = [
1414

1515
[[package]]
1616
name = "ahash"
17-
version = "0.7.6"
17+
version = "0.7.7"
1818
source = "registry+https://github.com/rust-lang/crates.io-index"
19-
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
19+
checksum = "5a824f2aa7e75a0c98c5a504fceb80649e9c35265d44525b5f94de4771a395cd"
2020
dependencies = [
2121
"getrandom",
2222
"once_cell",

0 commit comments

Comments
 (0)