Skip to content

Commit

Permalink
deps: update hashbrown
Browse files Browse the repository at this point in the history
Hashbrown depends on ahash which used to use feature(stdsimd) which as
been removed in rust-lang/rust#27731.

Latest hashbrown bumps ahash which doesn't use the removed feature
anymore.
  • Loading branch information
alessandrod committed Feb 6, 2024
1 parent 2be705b commit a237722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ diff = { version = "0.1.13", default-features = false }
env_logger = { version = "0.11", default-features = false }
epoll = { version = "4.3.3", default-features = false }
futures = { version = "0.3.28", default-features = false }
hashbrown = { version = "0.14", default-features = false }
hashbrown = { version = "0.14.3", default-features = false }
indoc = { version = "2.0", default-features = false }
integration-ebpf = { path = "test/integration-ebpf", default-features = false }
lazy_static = { version = "1", default-features = false }
Expand Down

0 comments on commit a237722

Please sign in to comment.