update shulkerbox dependency for VFolder fix

This commit is contained in:
Moritz Hölting 2024-09-22 22:48:49 +02:00
parent a3e0bd95bc
commit c1a8bc8577
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ mlua = { version = "0.9.7", features = ["lua54", "vendored"], optional = true }
path-absolutize = "3.1.1"
pathdiff = "0.2.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 = "4ca0505e357aa7427657d6286f8a1b77eb7e63c6" }
shulkerbox = { git = "https://github.com/moritz-hoelting/shulkerbox", default-features = false, optional = true, rev = "60458e6b2d719278c4fe090cb2759e123a3f86d2" }
strsim = "0.11.1"
strum = { version = "0.26.2", features = ["derive"] }
strum_macros = "0.26.2"