mirror of
https://gitlab.com/veloren/veloren.git
synced 2025-07-25 12:52:26 +00:00
Tried to run `cargo update`, but that broke things, see https://github.com/rust-lang/hashbrown/issues/564. Updated: - itertools to 0.14 - kiddo to 5 - petgraph to 0.7 - notify to 8 - wasmtime and wasmtime-wasi to 29 Note: this causes even bigger problems if one were to try to run `cargo update` since even if one were to add certain transitive dependencies to common/Cargo.toml and enable the necessary feature flags, a transitive dependency here also depends on allocator-api2 but without exposing the proper feature flag. A fix is underway, see https://github.com/bytecodealliance/regalloc2/issues/209 - axum to 0.8 - discord-sdk to 0.4 - minifb to 0.28