Skip to content

Commit

Permalink
Update ahash dependency (#2836)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jaisnan committed Oct 24, 2023
1 parent 9c9c07c commit b7d6afd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ dependencies = [

[[package]]
name = "ahash"
version = "0.7.6"
version = "0.7.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
checksum = "5a824f2aa7e75a0c98c5a504fceb80649e9c35265d44525b5f94de4771a395cd"
dependencies = [
"getrandom",
"once_cell",
Expand Down

0 comments on commit b7d6afd

Please sign in to comment.