diff options
| author | mat <git@matdoes.dev> | 2025-02-02 17:53:04 +0000 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-02-02 17:53:04 +0000 |
| commit | cdb68dfb702f442135dadedc53ce29b1cc2b9c14 (patch) | |
| tree | 654e764318b0ea49ac98e13585fae223cc21e7eb /azalea | |
| parent | 479a7b8927ec73a685d56aee61a4fb16557dd0e7 (diff) | |
| download | azalea-drasl-cdb68dfb702f442135dadedc53ce29b1cc2b9c14.tar.xz | |
update deps
Diffstat (limited to 'azalea')
| -rw-r--r-- | azalea/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml index 82086bb6..495c1930 100644 --- a/azalea/Cargo.toml +++ b/azalea/Cargo.toml @@ -34,7 +34,7 @@ bevy_tasks = { workspace = true, features = ["multi_threaded"] } derive_more = { workspace = true, features = ["deref", "deref_mut"] } futures = { workspace = true } futures-lite = { workspace = true } -indexmap = "2.7.0" +indexmap = { workspace = true } nohash-hasher = { workspace = true } num-format = { workspace = true } num-traits = { workspace = true } |
