update shulkerbox dependency to latest commit

This commit is contained in:
Moritz Hölting 2024-06-10 15:52:06 +02:00
parent 09b389c206
commit 44d634355b
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ getset = "0.1.2"
mlua = { version = "0.9.7", features = ["lua54", "vendored"], optional = true }
path-absolutize = "3.1.1"
serde = { version = "1.0.197", features = ["derive", "rc"], optional = true }
shulkerbox = { git = "https://github.com/moritz-hoelting/shulkerbox", default-features = false, optional = true, rev = "296502dcc5dd29b3d930ffec91ceec3d161e0e47" }
shulkerbox = { git = "https://github.com/moritz-hoelting/shulkerbox", default-features = false, optional = true, rev = "b79c9ecd6d45f9319c9083a8103ef0186839b0c0" }
strum = { version = "0.26.2", features = ["derive"] }
strum_macros = "0.26.2"
thiserror = "1.0.58"