Files
veloren/server-cli
Youser Nayme e3749ab72b Crate updates
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
2025-01-24 14:44:37 -03:00
..
2025-01-24 14:44:37 -03:00