Skip to content

Commit

Permalink
fix(deps): update rust crate ahash to 0.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Tom Jorissen committed Feb 13, 2024
1 parent cc855dd commit afdaba2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 23 deletions.
31 changes: 9 additions & 22 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ warp = { version = "0.3", features = ["tls"]}
tracing-subscriber = "0.3"
openssl = { version = "0.10", features = ["vendored"]}

ahash = "0.8.7" # https://github.com/tkaitchuck/aHash/issues/200 Can be removed when kube-runtime uses the newer version
ahash = "0.8.8" # https://github.com/tkaitchuck/aHash/issues/200 Can be removed when kube-runtime uses the newer version
[dev-dependencies]

0 comments on commit afdaba2

Please sign in to comment.