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-inventory | |
| parent | 479a7b8927ec73a685d56aee61a4fb16557dd0e7 (diff) | |
| download | azalea-drasl-cdb68dfb702f442135dadedc53ce29b1cc2b9c14.tar.xz | |
update deps
Diffstat (limited to 'azalea-inventory')
| -rw-r--r-- | azalea-inventory/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-inventory/Cargo.toml b/azalea-inventory/Cargo.toml index 43459bc7..9ccaaa2d 100644 --- a/azalea-inventory/Cargo.toml +++ b/azalea-inventory/Cargo.toml @@ -14,7 +14,7 @@ azalea-chat = { path = "../azalea-chat", version = "0.11.0", features = [ azalea-core = { path = "../azalea-core", version = "0.11.0" } azalea-inventory-macros = { path = "./azalea-inventory-macros", version = "0.11.0" } azalea-registry = { path = "../azalea-registry", version = "0.11.0" } -indexmap = "2.7.0" +indexmap = { workspace = true } simdnbt = { workspace = true } uuid = { workspace = true } |
