Skip to content

Commit 4cd3dd7

Browse files
Update ahash requirement from 0.5.3 to 0.6.1 (#960)
Updates the requirements on [ahash](https://github.com/tkaitchuck/ahash) to permit the latest version. - [Release notes](https://github.com/tkaitchuck/ahash/releases) - [Commits](https://github.com/tkaitchuck/ahash/commits) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bc2f43c commit 4cd3dd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ license = "MIT"
1313
keywords = ["bevy"]
1414

1515
[dependencies]
16-
ahash = "0.5.3"
16+
ahash = "0.6.1"
1717
tracing = {version = "0.1", features = ["release_max_level_info"]}
1818
instant = { version = "0.1", features = ["wasm-bindgen"] }
1919
uuid = { version = "0.8", features = ["v4", "serde"] }

0 commit comments

Comments
 (0)