chore: update dependencies, solve tracing-subscriber vulnerability

This commit is contained in:
Ryan Walters
2025-09-02 09:47:11 -05:00
parent 055dc85f2b
commit d0a68faa51
2 changed files with 38 additions and 85 deletions

View File

@@ -8,21 +8,21 @@ edition = "2021"
[dependencies]
tracing = { version = "0.1.41", features = ["max_level_debug", "release_max_level_debug"]}
tracing-error = "0.2.0"
tracing-subscriber = {version = "0.3.17", features = ["env-filter"]}
tracing-subscriber = {version = "0.3.20", features = ["env-filter"]}
sdl2 = { version = "0.38.0", features = ["image", "ttf"] }
spin_sleep = "1.3.2"
rand = { version = "0.9.2", default-features = false, features = ["small_rng", "os_rng"] }
pathfinding = "4.14"
thiserror = "2.0.14"
thiserror = "2.0.16"
anyhow = "1.0"
glam = "0.30.5"
serde_json = "1.0.142"
serde_json = "1.0.143"
smallvec = "1.15.1"
strum = "0.27.2"
strum_macros = "0.27.2"
phf = { version = "0.12.1", features = ["macros"] }
bevy_ecs = "0.16.1"
bitflags = "2.9.1"
bitflags = "2.9.4"
parking_lot = "0.12.3"
micromap = "0.1.0"
thousands = "0.2.0"