mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-15 20:12:27 -06:00
chore: update dependencies, solve tracing-subscriber vulnerability
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user