feat: add enchanting table

This commit is contained in:
Alexander Medvedev
2026-05-06 22:29:29 +02:00
parent fd56a5be7a
commit 63d39f46d4
36 changed files with 1377 additions and 85 deletions

View File

@@ -120,7 +120,7 @@ console-subscriber = { version = "0.5.0", default-features = false }
crc-fast = "1.10.0"
criterion = { version = "0.8", default-features = false }
crossbeam-utils = "0.8.21"
crossfire = { version = "3.1.7", features = ["compat"] }
crossfire = { version = "3.1.10", features = ["compat"] }
crypto-bigint = "0.7.3"
dashmap = "6.1"
ecdsa = "0.16.9"
@@ -160,7 +160,7 @@ ruzstd = "0.8.2"
serde_json5 = "0.2.1"
sha1 = "=0.11.0"
sha2 = "=0.11.0"
signature = "2.2.0"
signature = "3.0.0"
tracing = "0.1.44"
tracing-subscriber = { version = "0.3.23", features = [
"env-filter",
@@ -181,7 +181,7 @@ notify = "8.2.0"
wasmtime = "44.0"
wasmtime-wasi = "44.0"
wit-bindgen = "0.57"
wasmparser = "0.247"
wasmparser = "0.248"
postcard = { version = "1.1", features = ["alloc"] }
tracing-serde-structured = "0.4"