feat(loot-table): add luck

This commit is contained in:
Alexander Medvedev
2026-05-21 22:20:00 +02:00
parent fcaf852a05
commit d47ac2cd51
9 changed files with 4539 additions and 1576 deletions

View File

@@ -126,7 +126,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.12", features = ["compat"] }
crossfire = { version = "3.1.15", features = ["compat"] }
crypto-bigint = "0.7.3"
dashmap = "6.2"
ecdsa = "0.16.9"
@@ -183,9 +183,9 @@ toml = "1.1"
ureq = "3.3.0"
notify = "8.2.0"
wasmtime = "44.0"
wasmtime-wasi = { version = "44.0", default-features = false, features = ["p2"] }
wasmtime-wasi-http = "44.0"
wasmtime = "45.0"
wasmtime-wasi = { version = "45.0", default-features = false, features = ["p2"] }
wasmtime-wasi-http = "45.0"
# needed for interacting with wasmtime-wasi-http - keep in sync
hyper = { version = "^1.9", features = ["full"] }
wit-bindgen = "0.57"